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

/freebsd-current/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) {
342 if (!is_comment &&
347 if (is_comment)
359 if (!is_comment &&
458 if (makeold && !is_comment) {
559 is_comment = 1;
562 is_comment = 0;

Completed in 64 milliseconds