Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dtmpfile.c40 char tmpnam[L_tmpnam]; in tmpfile() local
44 strcpy(tmpnam, "TXXXXXX"); in tmpfile()
45 fd = mkstemp(tmpnam); in tmpfile()
49 unlink(tmpnam); in tmpfile()
Dtmpnam.c47 char *tmpnam(char *s) in tmpnam() function
DCMakeLists.txt142 tmpnam.c
Dmeson.build145 'tmpnam.c',
Dstdio.h354 char *tmpnam (char *s);
/picolibc-latest/test/
Dtest-tmpnam.c43 tmpnam(generate[0]); in main()
44 tmpnam(generate[1]); in main()
47 if (strcmp(tmpnam(generate[0]), generate[1]) == 0) in main()
Dmeson.build85 'test-tmpnam',
619 'test-tmpnam',
/picolibc-latest/newlib/libc/machine/spu/
Dtmpnam.c40 tmpnam (char *s) in tmpnam() function
/picolibc-latest/newlib/libc/stdio/
Dtmpfile.c79 if ((f = tmpnam ( buf)) == NULL) in tmpfile()
Dtmpnam.c142 tmpnam ( in tmpnam() function
Dstdio.tex109 * Function tmpnam:: Generate name for a temporary file
319 @include stdio/tmpnam.def
Dmeson.build108 'tmpnam.c',
Dstdio.h336 char * tmpnam (char *);
/picolibc-latest/newlib/libc/stdio64/
Dtmpfile64.c83 if ((f = tmpnam (buf)) == NULL) in tmpfile64()
/picolibc-latest/test/semihost/
Dmeson.build64 'semihost-tmpnam',
/picolibc-latest/newlib/
DChangeLog-201510297 * 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 prefix
21757 * libc/stdio/tmpnam.c (_tempnam_r): Handle NULL prefix.
21864 * libc/stdio/tmpnam.c (_tempnam_r): not enough memory allocated
22289 * libc/stdio/tmpnam.c (_tmpnam_r): Changed routine to use
[all …]
/picolibc-latest/
DREADME.md171 * Generate mktemp/tmpnam filenames using random() so they don't
DCOPYING.picolibc575 newlib/libc/tinystdio/tmpnam.c
814 test/semihost/semihost-tmpnam.c
1389 Files: test/test-tmpnam.c
2158 newlib/libc/machine/spu/tmpnam.c
4518 newlib/libc/stdio/tmpnam.c