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

/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h211 int first_alpha(const char *string, const char *exempt);
H A Dutil.c519 int first_alpha(const char *string, const char *exempt) argument
531 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)

Completed in 52 milliseconds