Searched refs:skipline (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c81 static int skipline(char *);
124 if ((status = skipline(buff)) != 0) {
243 if ((status = skipline(buff)) != 0) {
329 if ((status = skipline(buff)) != 0) {
474 if ((status = skipline(buff)) != 0) {
1392 * skipline() checks if the line begins with a comment
1395 * skipline() also checks if the line read is too long to
1397 * skipline() returns 1 if the line can be skipped, -1 if
1401 skipline(char *line) function

Completed in 22 milliseconds