Home
last modified time | relevance | path

Searched defs:lineptr (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/
H A Dgetline.c21 static int getstr(char **lineptr, size_t *n, FILE *stream, in getstr()
86 int getline (char **lineptr, size_t *n, FILE *stream) in getline()
/openbmc/linux/arch/powerpc/xmon/
H A Dnonstdio.c93 static char *lineptr; variable
H A Dxmon.c3633 static char *lineptr; variable
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c193 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte()
213 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
/openbmc/linux/scripts/kconfig/
H A Dconfdata.c297 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte()
317 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c329 unsigned char *lineptr; in vcxk_draw_mono() local