Searched refs:attr_tmp (Results 1 – 2 of 2) sorted by relevance
130 attrlist attr_tmp[1]; in nis_user_to_authenticate() local139 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()
336 attrlist attr_tmp[1] = { { ATTR_UID, NULL, NULL } }; in files_user_to_authenticate() local339 res = files_getpwnam(user, &attr_tmp[0], rep, (void **)&pwbuf); in files_user_to_authenticate()