Searched defs:lineptr (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | getline.c | 21 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 D | nonstdio.c | 93 static char *lineptr; variable
|
H A D | xmon.c | 3633 static char *lineptr; variable
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | confdata.c | 193 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 D | confdata.c | 297 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 D | bus_vcxk.c | 329 unsigned char *lineptr; in vcxk_draw_mono() local
|