Home
last modified time | relevance | path

Searched refs:fct (Results 1 – 4 of 4) sorted by relevance

/inet/
A Dhtontest.c25 # define TEST(orig, swapped, fct) \ argument
26 if ((fct (orig)) != (orig)) { \
27 printf ("Failed for %s -> %#x\n", #fct "(" #orig ")", fct (orig)); \
31 # define TEST(orig, swapped, fct) \ argument
32 if ((fct (orig)) != (swapped)) { \
33 printf ("Failed for %s -> %#x\n", #fct "(" #orig ")", fct (orig)); \
A Dether_ntoh.c38 } fct; in ether_ntohost() local
43 no_more = __nss_ethers_lookup2 (&nip, "getntohost_r", NULL, &fct.ptr); in ether_ntohost()
49 status = (*fct.f) (addr, &etherent, buffer, sizeof buffer, &errno); in ether_ntohost()
51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost()
A Dether_hton.c37 } fct; in ether_hostton() local
42 no_more = __nss_ethers_lookup2 (&nip, "gethostton_r", NULL, &fct.ptr); in ether_hostton()
48 status = (*fct.f) (hostname, &etherent, buffer, sizeof buffer, &errno); in ether_hostton()
50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton()
A Dgetnetgrent_r.c92 } fct; in __internal_setnetgrent_reuse() local
100 int no_more = setup (&fct.ptr, &datap->nip); in __internal_setnetgrent_reuse()
106 status = DL_CALL_FCT (*fct.f, (group, datap)); in __internal_setnetgrent_reuse()
109 no_more = __nss_next2 (&datap->nip, "setnetgrent", NULL, &fct.ptr, in __internal_setnetgrent_reuse()
235 enum nss_status (*fct) (struct __netgrent *, char *, size_t, int *); in __internal_getnetgrent_r() local
251 fct = nscd_getnetgrent; in __internal_getnetgrent_r()
255 fct = __nss_lookup_function (datap->nip, "getnetgrent_r"); in __internal_getnetgrent_r()
256 no_more = fct == NULL; in __internal_getnetgrent_r()
261 status = DL_CALL_FCT (*fct, (datap, buffer, buflen, &errno)); in __internal_getnetgrent_r()
284 fct = __nss_lookup_function (datap->nip, "getnetgrent_r"); in __internal_getnetgrent_r()
[all …]

Completed in 4 milliseconds