Home
last modified time | relevance | path

Searched defs:lineptr (Results 1 – 4 of 4) 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/
Dnonstdio.c
/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/u-boot/drivers/video/
H A Dbus_vcxk.c329 unsigned char *lineptr; in vcxk_draw_mono() local