Searched refs:xfgets (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 23 static void xfgets(char *str, int size, FILE *in); 113 xfgets(line, sizeof(line), stdin); in conf_askvalue() 315 xfgets(line, sizeof(line), stdin); in conf_choice() 719 void xfgets(char *str, int size, FILE *in) in xfgets() function
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 77 static void xfgets(char *str, int size, FILE *in) in xfgets() function 113 xfgets(line, sizeof(line), stdin); in conf_askvalue() 307 xfgets(line, sizeof(line), stdin); in conf_choice()
|
| /OK3568_Linux_fs/buildroot/support/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()
|