Home
last modified time | relevance | path

Searched refs:xtemplate (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dtmpfile.c83 char xtemplate[PATH_MAX]; in tmpfile() local
85 if (path_search (xtemplate, PATH_MAX, dir, NULL, true) >= 0) in tmpfile()
87 size_t len = strlen (xtemplate); in tmpfile()
93 memcpy (&xtemplate[len - 6], "XXXXXX", 6); in tmpfile()
94 if (gen_tempname (xtemplate, 0, 0, GT_NOCREATE) < 0) in tmpfile()
100 fd = _open (xtemplate, in tmpfile()
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtmpfile.c95 char xtemplate[PATH_MAX]; in tmpfile() local
97 if (path_search (xtemplate, PATH_MAX, dir, NULL, true) >= 0) in tmpfile()
99 size_t len = strlen (xtemplate); in tmpfile()
105 memcpy (&xtemplate[len - 6], "XXXXXX", 6); in tmpfile()
106 if (gen_tempname (xtemplate, 0, 0, GT_NOCREATE) < 0) in tmpfile()
112 fd = _open (xtemplate, in tmpfile()
/dports/math/octave/octave-6.4.0/libgnu/
H A Dtmpfile.c103 char xtemplate[PATH_MAX]; in tmpfile() local
105 if (path_search (xtemplate, PATH_MAX, dir, NULL, true) >= 0) in tmpfile()
107 size_t len = strlen (xtemplate); in tmpfile()
113 memcpy (&xtemplate[len - 6], "XXXXXX", 6); in tmpfile()
114 if (gen_tempname (xtemplate, 0, 0, GT_NOCREATE) < 0) in tmpfile()
120 fd = _open (xtemplate, in tmpfile()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dtmpfile.c103 char xtemplate[PATH_MAX];
105 if (path_search (xtemplate, PATH_MAX, dir, NULL, true) >= 0)
107 size_t len = strlen (xtemplate);
113 memcpy (&xtemplate[len - 6], "XXXXXX", 6);
114 if (gen_tempname (xtemplate, 0, 0, GT_NOCREATE) < 0)
120 fd = _open (xtemplate,
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/archivers/gtar/tar-1.34/gnu/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/devel/m4/m4-1.4.19/lib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
H A Dmkstemp.c47 mkstemp (char *xtemplate) in mkstemp() argument
49 return __gen_tempname (xtemplate, 0, 0, __GT_FILE); in mkstemp()
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/gllib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/print/gv/gv-3.7.4/lib/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/math/pspp/pspp-1.4.1/gl/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/editors/poke/poke-1.0/jitter/gnulib-local/
H A Dmkdtemp.c33 mkdtemp (char *xtemplate) in mkdtemp() argument
35 if (gen_tempname (xtemplate, 0, 0, GT_DIR)) in mkdtemp()
38 return xtemplate; in mkdtemp()
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dmkstemp.c47 mkstemp (char *xtemplate) in mkstemp() argument
49 return __gen_tempname (xtemplate, 0, 0, __GT_FILE); in mkstemp()
/dports/databases/recutils/recutils-1.8/lib/
H A Dmkstemp.c47 mkstemp (char *xtemplate) in mkstemp() argument
49 return __gen_tempname (xtemplate, 0, 0, __GT_FILE); in mkstemp()
/dports/math/spot/spot-2.10.2/lib/
H A Dmkstemp.c47 mkstemp (char *xtemplate) in mkstemp() argument
49 return __gen_tempname (xtemplate, 0, 0, __GT_FILE); in mkstemp()
/dports/devel/rcs/rcs-5.10.0/lib/
H A Dmkstemp.c47 mkstemp (char *xtemplate) in mkstemp() argument
49 return __gen_tempname (xtemplate, 0, 0, __GT_FILE); in mkstemp()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dmkstemp.c47 mkstemp (char *xtemplate) in mkstemp() argument
49 return __gen_tempname (xtemplate, 0, 0, __GT_FILE); in mkstemp()

123456