Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c86 static int is_comment; /* flag for comments */ variable
203 if (!is_comment && strlen(pwd.pw_name) >= MAXLOGNAME) { in main()
354 if (!is_comment && in main()
359 if (is_comment) in main()
371 if (!is_comment && in main()
470 if (makeold && !is_comment) { in main()
571 is_comment = 1; in scan()
574 is_comment = 0; in scan()