Home
last modified time | relevance | path

Searched refs:getdelim (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dgetline.c41 return getdelim (lineptr, n, '\n', stream); in getline()
Dgetdelim.c41 getdelim (char **restrict lineptr, size_t *restrict nptr, in getdelim() function
DCMakeLists.txt92 getdelim.c
Dmeson.build95 'getdelim.c',
Dstdio.h356 _ssize_t getdelim(char **__restrict lineptr, size_t *__restrict n, int delim, FILE *__restrict str…
/picolibc-latest/newlib/libc/stdio/
Dstdio.tex79 * Function getdelim:: Get character string from a file or stream
229 @include stdio/getdelim.def
Dmeson.build73 'getdelim.c',
/picolibc-latest/newlib/
DChangeLog-20154354 * 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/
DCOPYING.picolibc837 newlib/libc/tinystdio/getdelim.c
3245 Files: newlib/libc/stdio/getdelim.c