Searched refs:isspace (Results 1 – 2 of 2) sorted by relevance
51 if ((*end != '\0') && !isspace(*end)) in exitcode_proc_write()
187 #define isspace(c) (c == ' ' || c == '\t' || c == 10 || c == 13 || c == 0) macro2529 if (isspace(c)) { in scanhex()