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

/freebsd-13-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c88 static int is_comment; /* flag for comments */ variable
205 if (!is_comment && strlen(pwd.pw_name) >= MAXLOGNAME) {
356 if (!is_comment &&
361 if (is_comment)
373 if (!is_comment &&
466 if (is_comment && makeold){ /* copy comments */
570 is_comment = 1;
573 is_comment = 0;

Completed in 111 milliseconds