Searched refs:exempt (Results 1 – 3 of 3) sorted by relevance
211 int first_alpha(const char *string, const char *exempt);
519 int first_alpha(const char *string, const char *exempt) in first_alpha() argument531 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()
4528 MTD subsystem) are generally exempt from these guidelines and are not
Completed in 8 milliseconds