Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c99 static int is_white_space(), parse_line();
270 if ((buf[0] == COMMENT) || is_white_space(buf)) in set_info()
494 is_white_space(char *bufp) in is_white_space() function