Home
last modified time | relevance | path

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

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