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

/osnet-11/usr/src/lib/passwdutil/
H A Dnss_attr.c76 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro
159 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) {
164 PWD_SCRATCH_SIZE) == NULL) {
185 char pwd_scratch[PWD_SCRATCH_SIZE];
189 PWD_SCRATCH_SIZE) != NULL)
H A Dfiles_attr.c90 #define PWD_SCRATCH_SIZE NSS_LINELEN_PASSWD macro
278 if ((pwbuf->pwd_scratch = malloc(PWD_SCRATCH_SIZE)) == NULL) {
283 PWD_SCRATCH_SIZE) == NULL) {
1039 char buf[PWD_SCRATCH_SIZE];
1145 (void) memset(pwbuf->pwd_scratch, 0, PWD_SCRATCH_SIZE);

Completed in 24 milliseconds