Searched refs:mktemp (Results 1 – 15 of 15) sorted by relevance
46 one_elf=`mktemp --suffix=.elf "$base".XXX`47 one_bin=`mktemp --suffix=.bin "$base".XXX`
288 input_file=`mktemp`
53 return mktemp(s); in tmpnam()
186 mktemp (char *template) in mktemp() function
99 mktemp.c
102 'mktemp.c',
96 s_ret = mktemp(template); in main()
84 'test-mktemp',618 'test-mktemp',
313 mktemp ( in mktemp() function
84 * Function mktemp:: Generate unused file name244 @include stdio/mktemp.def
153 'mktemp.c',
201 char * mktemp (char *) __picolibc_deprecated("the use of `mktemp' is dangerous; use `mkstemp' inste…
356 * libc/include/stdlib.h (mktemp): Change attribute to deprecated.3639 * libc/stdio/mktemp.c (_gettemp): Cast to unsigned char in call to4727 * libc/stdio/mktemp.c (_gettemp): Add parameter, all callers4731 * libc/include/stdlib.h (mktemp): Avoid namespace issues.5885 * libc/stdio/mktemp.c: Add #include <stdlib.h> for function prototypes.5982 * libc/stdio/mktemp.c (mkdtemp): Fix typo in function name.5986 * libc/stdio/mktemp.c (_gettemp): Do not call _mkdir_r unless6063 * libc/stdio/mktemp.c: Fix documentation.6066 (_mkstemp_r, _mktemp_r, mkstemp, mktemp): Adjust clients.6956 * libc/include/stdlib.h (mktemp, _mktemp_r): Warn when using.[all …]
171 * Generate mktemp/tmpnam filenames using random() so they don't
706 test/test-mktemp.c4574 Files: newlib/libc/stdio/mktemp.c4576 newlib/libc/tinystdio/mktemp.c