Lines Matching defs:result

204   struct passwd *result = args->lookup_result;  in _nss_cache_pwuid_wrap()  local
228 struct passwd *result = args->lookup_result; in _nss_cache_pwnam_wrap() local
301 static enum nss_status _nss_cache_getpwent_r_locked(struct passwd *result, in _nss_cache_getpwent_r_locked()
329 enum nss_status _nss_cache_getpwent_r(struct passwd *result, char *buffer, in _nss_cache_getpwent_r()
341 enum nss_status _nss_cache_getpwuid_r(uid_t uid, struct passwd *result, in _nss_cache_getpwuid_r()
393 enum nss_status _nss_cache_getpwnam_r(const char *name, struct passwd *result, in _nss_cache_getpwnam_r()
483 struct group *result = args->lookup_result; in _nss_cache_grgid_wrap() local
507 struct group *result = args->lookup_result; in _nss_cache_grnam_wrap() local
566 static enum nss_status _nss_cache_getgrent_r_locked(struct group *result, in _nss_cache_getgrent_r_locked()
606 enum nss_status _nss_cache_getgrent_r(struct group *result, char *buffer, in _nss_cache_getgrent_r()
618 enum nss_status _nss_cache_getgrgid_r(gid_t gid, struct group *result, in _nss_cache_getgrgid_r()
678 enum nss_status _nss_cache_getgrnam_r(const char *name, struct group *result, in _nss_cache_getgrnam_r()
772 struct spwd *result = args->lookup_result; in _nss_cache_spnam_wrap() local
831 static enum nss_status _nss_cache_getspent_r_locked(struct spwd *result, in _nss_cache_getspent_r_locked()
859 enum nss_status _nss_cache_getspent_r(struct spwd *result, char *buffer, in _nss_cache_getspent_r()
871 enum nss_status _nss_cache_getspnam_r(const char *name, struct spwd *result, in _nss_cache_getspnam_r()