Searched refs:attr_tmp (Results 1 – 2 of 2) sorted by relevance
132 attrlist attr_tmp[1]; in nis_user_to_authenticate() local141 attr_tmp[0].type = ATTR_UID; in nis_user_to_authenticate()142 attr_tmp[0].next = NULL; in nis_user_to_authenticate()144 res = nis_getpwnam(user, &attr_tmp[0], rep, (void **)&buf); in nis_user_to_authenticate()
341 attrlist attr_tmp[1] = { { ATTR_UID, NULL, NULL } }; in files_user_to_authenticate() local344 res = files_getpwnam(user, &attr_tmp[0], rep, (void **)&pwbuf); in files_user_to_authenticate()