Searched refs:filename (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | tmpnam.c | 173 char *filename; in tempnam() local 182 filename = malloc (length); in tempnam() 183 if (filename) in tempnam() 185 if (! worker (filename, dir, prefix, in tempnam() 188 free(filename); in tempnam() 192 return filename; in tempnam()
|
D | remove.c | 63 const char *filename) in remove() argument 65 if (unlink (filename) == -1) in remove()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | remove.c | 40 remove (filename) in remove() argument 41 const char *filename; in remove() 46 return __send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_REMOVE, &filename);
|
D | spu-gmon.c | 266 char filename[64]; in __monstartup() local 300 snprintf (filename, sizeof (filename), "gmon-%d-%llu-%llu.out", in __monstartup() 303 strncpy (filename, "gmon.out", sizeof (filename)); in __monstartup() 305 fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0644); in __monstartup() 309 snprintf (errstr, sizeof (errstr), "Cannot open file: %s", filename); in __monstartup() 319 snprintf (errstr, sizeof (errstr), "Cannot truncate file: %s", filename); in __monstartup()
|
D | mk_syscalls | 36 $filename = ">" . $name . ".S"; 37 open(SOURCE, $filename);
|
/picolibc-latest/newlib/libc/misc/ |
D | ubsan.c | 41 const char *filename; member 60 data->location.filename, data->location.line, data->location.column); in __ubsan_handle_out_of_bounds()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | mktemp.c | 130 long filename = random() % NUM_NAMES; in _gettemp() local 136 char c = filename % 36; in _gettemp() 137 filename /= 36; in _gettemp()
|
/picolibc-latest/doc/ |
D | printf.md | 150 text data bss dec hex filename 160 text data bss dec hex filename 170 text data bss dec hex filename 180 text data bss dec hex filename 191 text data bss dec hex filename 201 text data bss dec hex filename 289 text data bss dec hex filename
|
/picolibc-latest/newlib/ |
D | HOWTO | 229 because the object names follow a consistent convention: libm_a-<filename>.o 230 for the math library and libc_a-<filename>.o for the C library. If the common
|
D | ChangeLog-2015 | 10355 * libc/stdio/tmpfile.c (_tmpfile_r): Avoid window between filename 11982 filename, allow read-only or write-only FILE atop O_RDWR file 12153 * libc/stdio/freopen.c (_freopen_r): Accept NULL filename. 24753 on filename. 25022 (mainCRTStartup): Support strace=bitmask,filename. 27476 libc/stdio/tmpnam.c (tmpnam): removed unneeded filename variable.
|
/picolibc-latest/ |
D | README.md | 400 memory usually occupied by the filename, function name and
|