Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Ddialog.h153 int first_alpha(const char *string, const char *exempt);
Dutil.c345 int first_alpha(const char *string, const char *exempt) in first_alpha() argument
357 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()