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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Ddialog.h208 int first_alpha(const char *string, const char *exempt);
H A Dutil.c476 int first_alpha(const char *string, const char *exempt) argument
488 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk503 # We use perl rather than "grep -nE ..." to exempt a single

Completed in 276 milliseconds