Lines Matching refs:isspace
60 while (linep < limit && !isspace(*linep)) { in check_name()
68 while (linep < limit && isspace(*linep)) in check_name()
74 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
79 if (*keyp == '\0' && (linep == limit || isspace(*linep))) { in check_name()
86 while (linep < limit && !isspace(*linep)) in check_name()
93 while (linep < limit && isspace(*linep)) in check_name()
98 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
103 if (*keyp == '\0' && (linep == limit || isspace(*linep))) in check_name()
108 while (linep < limit && !isspace(*linep)) in check_name()
189 while (linep < limit && !isspace(*linep)) { in __nss_files_check_addr()
243 while (p < limit && !isspace(*p)) { in filter_ipv6()
409 for (first = instr; isspace(*first); first++)
415 while (isspace(*last))