Searched refs:tmpnam (Results 1 – 18 of 18) sorted by relevance
40 char tmpnam[L_tmpnam]; in tmpfile() local44 strcpy(tmpnam, "TXXXXXX"); in tmpfile()45 fd = mkstemp(tmpnam); in tmpfile()49 unlink(tmpnam); in tmpfile()
47 char *tmpnam(char *s) in tmpnam() function
142 tmpnam.c
145 'tmpnam.c',
354 char *tmpnam (char *s);
43 tmpnam(generate[0]); in main()44 tmpnam(generate[1]); in main()47 if (strcmp(tmpnam(generate[0]), generate[1]) == 0) in main()
85 'test-tmpnam',619 'test-tmpnam',
40 tmpnam (char *s) in tmpnam() function
79 if ((f = tmpnam ( buf)) == NULL) in tmpfile()
142 tmpnam ( in tmpnam() function
109 * Function tmpnam:: Generate name for a temporary file319 @include stdio/tmpnam.def
108 'tmpnam.c',
336 char * tmpnam (char *);
83 if ((f = tmpnam (buf)) == NULL) in tmpfile64()
64 'semihost-tmpnam',
10297 * libc/machine/spu/tmpnam.c: Ditto.10658 * libc/machine/spu/tmpnam.c: Ditto.10923 * libc/machine/spu/tmpnam.c: Ditto.14004 libc/stdio/tmpfile.c libc/stdio/tmpnam.c libc/stdio/ungetc.c,19116 * libc/stdio/tmpnam.c (_tmpnam_r): Use _REENT_EMERGENCY().21137 * libc/stdio/tmpnam.c: Always make the returned name usable.21559 * libc/stdio/tmpnam.c (_tempnam_r): Make directory and prefix21757 * libc/stdio/tmpnam.c (_tempnam_r): Handle NULL prefix.21864 * libc/stdio/tmpnam.c (_tempnam_r): not enough memory allocated22289 * libc/stdio/tmpnam.c (_tmpnam_r): Changed routine to use[all …]
171 * Generate mktemp/tmpnam filenames using random() so they don't
575 newlib/libc/tinystdio/tmpnam.c814 test/semihost/semihost-tmpnam.c1389 Files: test/test-tmpnam.c2158 newlib/libc/machine/spu/tmpnam.c4518 newlib/libc/stdio/tmpnam.c