Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_create.c166 unsigned int pw_size = 0; local
247 pw_size = 1024;
248 pw_str = malloc(pw_size);
254 pw_str, &pw_size);
391 memset(pw_str, 0, pw_size);
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c148 static long pw_size; /* _SC_GETPW_R_SIZE_MAX */ variable
548 if ((pw_size = sysconf(_SC_GETPW_R_SIZE_MAX)) == -1) { in main()
2173 char *pwbuf = alloca(pw_size); in getusergroups()
2177 if (getpwuid_r(uid, &pwd, pwbuf, pw_size) == NULL) in getusergroups()
/titanic_41/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c501 unsigned int pw_size; local
506 pw_size = sizeof (pw_str);
507 memset(pw_str, 0, pw_size);
510 pw_str, &pw_size);