Home
last modified time | relevance | path

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

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