Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/services_mkdb/
Duniq.c123 int hasalnum, iscomment; in comp() local
138 iscomment = 0; in comp()
147 if (!iscomment && *p == '#') { in comp()
150 iscomment = 1; in comp()
/netbsd/src/external/bsd/iscsi/dist/src/lib/
Dconffile.c86 iscomment(conffile_t *sp, char *from) in iscomment() function
152 if (iscomment(sp, from)) { in conffile_getent()
244 if (iscomment(sp, from)) { in conffile_putent()