Home
last modified time | relevance | path

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

/freebsd/usr.bin/env/
H A Denvopts.c58 #define isspacech(Anychar) isspace((u_char)(Anychar)) macro
175 while (isspacech(*str)) in split_spaces()
308 if (isspacech(*src)) in split_spaces()
318 else if (isspacech(*src)) in split_spaces()
348 while (isspacech(*src)) in split_spaces()
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c321 #define isspacech(Anychar) isspace((u_char)(Anychar)) macro
1412 for (; q && *q && !isspacech(*q); q++) { in parse_file()
2445 if (*endp != '\0' && !isspacech(*endp)) { in set_swpid()