Home
last modified time | relevance | path

Searched refs:mktemp (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/scripts/
Drun-power946 one_elf=`mktemp --suffix=.elf "$base".XXX`
47 one_bin=`mktemp --suffix=.bin "$base".XXX`
Drun-arm288 input_file=`mktemp`
/picolibc-latest/newlib/libc/tinystdio/
Dtmpnam.c53 return mktemp(s); in tmpnam()
Dmktemp.c186 mktemp (char *template) in mktemp() function
DCMakeLists.txt99 mktemp.c
Dmeson.build102 'mktemp.c',
/picolibc-latest/test/
Dtest-mktemp.c96 s_ret = mktemp(template); in main()
Dmeson.build84 'test-mktemp',
618 'test-mktemp',
/picolibc-latest/newlib/libc/stdio/
Dmktemp.c313 mktemp ( in mktemp() function
Dstdio.tex84 * Function mktemp:: Generate unused file name
244 @include stdio/mktemp.def
Dmeson.build153 'mktemp.c',
/picolibc-latest/newlib/libc/include/
Dstdlib.h201 char * mktemp (char *) __picolibc_deprecated("the use of `mktemp' is dangerous; use `mkstemp' inste…
/picolibc-latest/newlib/
DChangeLog-2015356 * libc/include/stdlib.h (mktemp): Change attribute to deprecated.
3639 * libc/stdio/mktemp.c (_gettemp): Cast to unsigned char in call to
4727 * libc/stdio/mktemp.c (_gettemp): Add parameter, all callers
4731 * 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 unless
6063 * 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 …]
/picolibc-latest/
DREADME.md171 * Generate mktemp/tmpnam filenames using random() so they don't
DCOPYING.picolibc706 test/test-mktemp.c
4574 Files: newlib/libc/stdio/mktemp.c
4576 newlib/libc/tinystdio/mktemp.c