Searched defs:ENTRY_LENGTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c48 #define ENTRY_LENGTH 512 /* Max length of an /etc/passwd entry */ macro
1619 (int)strlen(pwp->pw_shell) + 6) > (ENTRY_LENGTH-1)) {
1641 sprintf(ctp, "%d", ssp->sp_expire) + 7) > (ENTRY_LENGTH - 1)) {

Completed in 59 milliseconds