Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dgetdelim.c44 __getdelim (char **bufptr, in __getdelim() argument
56 if (fp == NULL || bufptr == NULL || n == NULL) in __getdelim()
62 buf = *bufptr; in __getdelim()
65 buf = (char *)realloc (*bufptr, DEFAULT_LINE_SIZE); in __getdelim()
70 *bufptr = buf; in __getdelim()
117 *bufptr = buf; in __getdelim()