Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c23 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