Searched refs:exempt (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Ddialog.h153 int first_alpha(const char *string, const char *exempt);
H A Dutil.c345 int first_alpha(const char *string, const char *exempt) argument
357 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Ddialog.h203 int first_alpha(const char *string, const char *exempt);
H A Dutil.c464 int first_alpha(const char *string, const char *exempt) argument
476 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Ddialog.h159 int first_alpha (const char *string, const char *exempt);
H A Dutil.c343 first_alpha(const char *string, const char *exempt) argument
354 strchr(exempt, c) == 0)

Completed in 162 milliseconds