Home
last modified time | relevance | path

Searched refs:res (Results 1 – 9 of 9) sorted by relevance

/nss/
A Dbug-erange.c21 int res; in main() local
28 while ((res = gethostbyname_r (host, &hostbuf, tmphstbuf, hstbuflen, in main()
36 if (res != 0 || hp == NULL) in main()
38 printf ("gethostbyname_r failed: %s (errno: %m)\n", strerror (res)); in main()
A Dtst-reload1.c158 int herrno, res; in must_be_tests() local
160 res = gethostbyname2_r (ht[i].h_name, AF_INET, in must_be_tests()
162 TEST_VERIFY (res == 0); in must_be_tests()
163 if (res == 0) in must_be_tests()
191 int res, j; in must_be_tests() local
201 TEST_VERIFY (res == 0); in must_be_tests()
203 if (res == 0 && ap != NULL) in must_be_tests()
224 int res; in must_be_tests() local
236 TEST_VERIFY (res == 0); in must_be_tests()
237 if (res == 0) in must_be_tests()
[all …]
A Dgetnssent_r.c54 int res) in __nss_setent() argument
64 if (res) in __nss_setent()
114 nss_action_list *last_nip, int res) in __nss_endent() argument
124 if (res) in __nss_endent()
158 nss_action_list *last_nip, int *stayopen_tmp, int res, in __nss_getent_r() argument
171 if (res) in __nss_getent_r()
A Dnss_test1.c177 int res = NSS_STATUS_SUCCESS; in NAME() local
183 res = NSS_STATUS_NOTFOUND; in NAME()
192 return res; in NAME()
290 int res = NSS_STATUS_SUCCESS; in NAME() local
296 res = NSS_STATUS_NOTFOUND; in NAME()
305 return res; in NAME()
389 int res = NSS_STATUS_SUCCESS; in NAME() local
395 res = NSS_STATUS_NOTFOUND; in NAME()
404 return res; in NAME()
491 int res = NSS_STATUS_SUCCESS; in NAME() local
[all …]
A Dtst-nss-files-alias-leak.c174 struct aliasent *res; in do_test() local
176 int ret = getaliasbyname_r (users[id], &result, buffer, size, &res); in do_test()
179 if (res != NULL) in do_test()
182 check_aliases (id, res); in do_test()
A Dnsswitch.h143 int *stayon_tmp, int res)
148 struct nss_action **last_nip, int res)
155 int res,
A DgetXXbyYY_r.c373 int res; in libc_hidden_proto() local
375 res = 0; in libc_hidden_proto()
378 res = EINVAL; in libc_hidden_proto()
382 res = EAGAIN; in libc_hidden_proto()
387 __set_errno (res); in libc_hidden_proto()
388 return res; in libc_hidden_proto()
A Dgetent.c355 struct addrinfo *res; in ahosts_keys_int() local
357 if (getaddrinfo (key[i], NULL, &hint, &res) != 0) in ahosts_keys_int()
361 struct addrinfo *runp = res; in ahosts_keys_int()
428 freeaddrinfo (res); in ahosts_keys_int()
/nss/nss_files/
A Dfiles-initgroups.c68 int res = _nss_files_parse_grent (line, &grp, in _nss_files_initgroups_dyn() local
70 if (res == -1) in _nss_files_initgroups_dyn()
83 if (res > 0 && grp.gr_gid != group) in _nss_files_initgroups_dyn()

Completed in 18 milliseconds