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

/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c131 attrlist attr_tmp[1]; local
140 attr_tmp[0].type = ATTR_UID;
141 attr_tmp[0].next = NULL;
143 res = nis_getpwnam(user, &attr_tmp[0], rep, (void **)&buf);
H A Dfiles_attr.c329 attrlist attr_tmp[1] = { { ATTR_UID, NULL, NULL } }; local
332 res = files_getpwnam(user, &attr_tmp[0], rep, (void **)&pwbuf);

Completed in 22 milliseconds