HomeSort by: relevance | last modified time | path
    Searched defs:iscomment (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/services_mkdb/
uniq.c 123 int hasalnum, iscomment; local
138 iscomment = 0;
147 if (!iscomment && *p == '#') {
150 iscomment = 1;
  /src/external/bsd/iscsi/dist/src/lib/
conffile.c 86 iscomment(conffile_t *sp, char *from) function
152 if (iscomment(sp, from)) {
244 if (iscomment(sp, from)) {

Completed in 45 milliseconds