Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c130 attrlist attr_tmp[1]; in nis_user_to_authenticate() local
139 attr_tmp[0].type = ATTR_UID; in nis_user_to_authenticate()
140 attr_tmp[0].next = NULL; in nis_user_to_authenticate()
142 res = nis_getpwnam(user, &attr_tmp[0], rep, (void **)&buf); in nis_user_to_authenticate()
H A Dfiles_attr.c337 attrlist attr_tmp[1] = { { ATTR_UID, NULL, NULL } }; in files_user_to_authenticate() local
340 res = files_getpwnam(user, &attr_tmp[0], rep, (void **)&pwbuf); in files_user_to_authenticate()