Searched refs:getdelim (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | getline.c | 41 return getdelim (lineptr, n, '\n', stream); in getline()
|
D | getdelim.c | 41 getdelim (char **restrict lineptr, size_t *restrict nptr, in getdelim() function
|
D | CMakeLists.txt | 92 getdelim.c
|
D | meson.build | 95 'getdelim.c',
|
D | stdio.h | 356 _ssize_t getdelim(char **__restrict lineptr, size_t *__restrict n, int delim, FILE *__restrict str…
|
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.tex | 79 * Function getdelim:: Get character string from a file or stream 229 @include stdio/getdelim.def
|
D | meson.build | 73 'getdelim.c',
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4354 * libc/stdio/getdelim.c: Ditto. 6272 * libc/stdio/getdelim.c: Ditto. 11284 * libc/stdio/getdelim.c: Ditto. 12367 * libc/stdio/getdelim.c: Fix spelling errors. 13002 * libc/stdio/getdelim.c (__getdelim): Ditto. 13993 libc/stdio/getdelim.c libc/stdio/getline.c libc/stdio/gets.c, 16910 * libc/stdio/getdelim.c: Reallocate buffer only when necessary. 17667 * libc/stdio/Makefile.am: Add support for getline.c and getdelim.c. 17669 * libc/stdio/getdelim.c: New file. 17678 * libc/sys/linux/sys/stdio.h (getline, getdelim): New macros.
|
/picolibc-latest/ |
D | COPYING.picolibc | 837 newlib/libc/tinystdio/getdelim.c 3245 Files: newlib/libc/stdio/getdelim.c
|