Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetgrent.c83 static int is_comment_line(const char *, size_t);
779 is_comment_line(const char *s, size_t n) in is_comment_line() function
1500 if (linesize == 0 || is_comment_line(line, linesize)) in __gr_match_entry()