Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dmisc.c55 boolean_t any_white; in parse_entry() local
58 any_white = strchr(delimit, '\n') != NULL; in parse_entry()
73 if (any_white && isspace(chr)) in parse_entry()