Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c73 static int is_comment; /* flag for comments */ variable
191 if (!is_comment && strlen(pwd.pw_name) >= MAXLOGNAME) { in main()
342 if (!is_comment && in main()
347 if (is_comment) in main()
359 if (!is_comment && in main()
458 if (makeold && !is_comment) { in main()
559 is_comment = 1; in scan()
562 is_comment = 0; in scan()