Searched refs:xfgets (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | conf.c | 75 static void xfgets(char *str, int size, FILE *in) in xfgets() function 111 xfgets(line, sizeof(line), stdin); in conf_askvalue() 305 xfgets(line, sizeof(line), stdin); in conf_choice()
|
/openbmc/linux/scripts/kconfig/ |
H A D | conf.c | 77 static void xfgets(char *str, int size, FILE *in) in xfgets() function 342 xfgets(line, sizeof(line), stdin); in conf_askvalue() 524 xfgets(line, sizeof(line), stdin); in conf_choice()
|