Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dgetdelim.c45 __getdelim (char **bufptr, in __getdelim() argument
57 if (fp == NULL || bufptr == NULL || n == NULL) in __getdelim()
63 buf = *bufptr; in __getdelim()
66 buf = (char *)realloc (*bufptr, DEFAULT_LINE_SIZE); in __getdelim()
71 *bufptr = buf; in __getdelim()
118 *bufptr = buf; in __getdelim()