Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/
A Ddialog.h230 int first_alpha(const char *string, const char *exempt);
A Dutil.c532 int first_alpha(const char *string, const char *exempt) in first_alpha() argument
544 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()

Completed in 6 milliseconds