Home
last modified time | relevance | path

Searched refs:tmpl (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/sysdeps/posix/
Dtempname.c112 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, in __path_search() argument
164 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int) dlen, dir, (int) plen, pfx); in __path_search()
175 try_file (char *tmpl, void *flags) in try_file() argument
178 return __open (tmpl, in try_file()
184 try_dir (char *tmpl, void *flags _GL_UNUSED) in try_dir() argument
186 return __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR); in try_dir()
190 try_nocreate (char *tmpl, void *flags _GL_UNUSED) in try_nocreate() argument
194 if (__lstat64_time64 (tmpl, &st) == 0 || errno == EOVERFLOW) in try_nocreate()
221 gen_tempname_len (char *tmpl, int suffixlen, int flags, int kind, in gen_tempname_len() argument
230 return try_tempname_len (tmpl, suffixlen, &flags, tryfunc[kind], in gen_tempname_len()
[all …]
/glibc-2.36/dirent/
Dtst-fdopendir2.c11 char tmpl[] = "/tmp/tst-fdopendir2-XXXXXX"; in do_test() local
12 int fd = mkstemp (tmpl); in do_test()
25 unlink (tmpl); in do_test()
/glibc-2.36/libio/
Dtst-fwrite-error.c27 char tmpl[] = "/tmp/tst-fwrite-error.XXXXXX"; in do_test() local
28 int fd = mkstemp (tmpl); in do_test()
44 unlink (tmpl); in do_test()
/glibc-2.36/stdio-common/
Dtst-put-error.c30 char tmpl[] = "/tmp/tst-put-error.XXXXXX"; in do_test() local
31 int fd = mkstemp (tmpl); in do_test()
47 unlink (tmpl); in do_test()
Dtempname.c27 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, in __path_search() argument
45 __gen_tempname (char *tmpl, int suffixlen, int flags, int kind) in stub_warning()
/glibc-2.36/stdlib/
Dmsort.c100 unsigned long *tmpl = (unsigned long *) tmp; in msort_with_tmp() local
116 while (tmpl < (unsigned long *) tmp) in msort_with_tmp()
117 *tmpl++ = *bl++; in msort_with_tmp()
/glibc-2.36/manual/
Dfilesys.texi3346 @c __gen_tempname (internal tmpl, __GT_FILE) ok
3388 @c __gen_tempname (internal tmpl, __GT_NOCREATE) ok
3451 @c __gen_tempname (internal tmpl, __GT_NOCREATE) ok
3515 @c __gen_tempname (caller tmpl, __GT_NOCREATE) ok
3534 @c __gen_tempname (caller tmpl, __GT_FILE) ok
3557 @c __gen_tempname (caller tmpl, __GT_DIR) ok
/glibc-2.36/ChangeLog.old/
DChangeLog.2256 * sysdeps/unix/ioctls-tmpl.c [__osf1__ && __alpha__]: Clean up the
735 * sysdeps/unix/errnos-tmpl.c (DO): If NAME is "EWOULDBLOCK",
1299 * sysdeps/unix/ioctls-tmpl.c [sony_news]: Define KANJI before
2025 * sysdeps/unix/ioctls-tmpl.c [HAVE_SYS_TERMIOS_H]: Get <sys/termios.h>.
3664 * sysdeps/unix/ioctls-tmpl.c [DIOCGETPT, DEVGETGEOM]: Include
DChangeLog.3315 * sysdeps/unix/ioctls-tmpl.c: Add missing #endif.
DChangeLog.4489 * sysdeps/unix/ioctls-tmpl.c [__osf__ && __alpha__] (FIOPIPESTAT,
DChangeLog.1152 * sysdeps/unix/ioctls-tmpl.c [SMIOSTATS, SMIOGETREBOOT0,
DChangeLog.72699 * munch-tmpl.c (__libc_init): Convert to ANSI C style declaration to
6294 * sysdeps/unix/errnos-tmpl.c: Likewise.
6302 * munch-tmpl.c: Update and reformat copyright, remove trailing
DChangeLog.57731 * munch-tmpl.c [HAVE_INITFINI]: Call _init and atexit (_fini) in
9740 * munch-tmpl.c: Likewise.
DChangeLog.83509 * csu/Makefile (distribute): Add munch-tmpl.c.
DChangeLog.119564 * csu/munch-tmpl.c (__libc_init): Remove K&R support.
DChangeLog.167379 * csu/munch-tmpl.c: Removed.
DChangeLog.1886332 * sysdeps/unix/errnos-tmpl.c: Remove file.
86334 * sysdeps/unix/ioctls-tmpl.c: Likewise.
/glibc-2.36/posix/
Dtst-regex.input3509 * csu/Makefile (distribute): Add munch-tmpl.c.