Searched refs:filename (Results 1 – 10 of 10) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | tmpnam.c | 174 char *filename; in tempnam() local 183 filename = malloc (length); in tempnam() 184 if (filename) in tempnam() 186 if (! worker (filename, dir, prefix, in tempnam() 190 return filename; in tempnam()
|
D | remove.c | 64 const char *filename) in remove() argument 66 if (unlink (filename) == -1) in remove()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | remove.c | 38 remove (filename) in remove() argument 39 const char *filename; in remove() 44 return __send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_REMOVE, &filename);
|
D | spu-gmon.c | 264 char filename[64]; in __monstartup() local 298 snprintf (filename, sizeof (filename), "gmon-%d-%llu-%llu.out", in __monstartup() 301 strncpy (filename, "gmon.out", sizeof (filename)); in __monstartup() 303 fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0644); in __monstartup() 307 snprintf (errstr, sizeof (errstr), "Cannot open file: %s", filename); in __monstartup() 317 snprintf (errstr, sizeof (errstr), "Cannot truncate file: %s", filename); in __monstartup()
|
D | mk_syscalls | 36 $filename = ">" . $name . ".S"; 37 open(SOURCE, $filename);
|
/picolibc-3.7.0-3.6.0/newlib/libc/misc/ |
D | ubsan.c | 41 const char *filename; member 57 data->location.filename, data->location.line, data->location.column); in __ubsan_handle_out_of_bounds()
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/ |
D | README.md | 272 memory usually occupied by the filename, function name and
|