Home
last modified time | relevance | path

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

/dragonfly/usr.bin/env/
H A Denvopts.c59 #define isspacech(Anychar) isspace((u_char)(Anychar)) macro
176 while (isspacech(*str)) in split_spaces()
309 if (isspacech(*src)) in split_spaces()
319 else if (isspacech(*src)) in split_spaces()
349 while (isspacech(*src)) in split_spaces()
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c320 #define isspacech(Anychar) isspace((u_char)(Anychar)) macro
1299 for (; q && *q && !isspacech(*q); q++) { in parse_file()
2303 if (*endp != '\0' && !isspacech(*endp)) { in set_swpid()