Searched defs: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]; local
139 attr_tmp[0].type = ATTR_UID;
140 attr_tmp[0].next = NULL;
142 res = nis_getpwnam(user, &attr_tmp[0], rep, (void **)&buf);
H A Dfiles_attr.c336 attrlist attr_tmp[1] = { { ATTR_UID, NULL, NULL } }; local
339 res = files_getpwnam(user, &attr_tmp[0], rep, (void **)&pwbuf);

Completed in 59 milliseconds