Home
last modified time | relevance | path

Searched refs:xfgets (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/
Dconf.c22 static void xfgets(char *str, int size, FILE *in);
112 xfgets(line, 128, stdin); in conf_askvalue()
314 xfgets(line, 128, stdin); in conf_choice()
718 void xfgets(char *str, int size, FILE *in) in xfgets() function