Searched refs:ptr (Results 1 – 5 of 5) sorted by relevance
/inet/ |
A D | idna.c | 84 functions_deallocate (void *closure, void *ptr) in functions_deallocate() argument 86 struct functions *functions = ptr; in functions_deallocate() 105 char *ptr = __strdup (name); in gai_strdup() local 106 if (ptr == NULL) in gai_strdup() 108 *result = ptr; in gai_strdup() 138 char *ptr = NULL; in __idna_to_dns_encoding() local 143 int ret = fptr (name, &ptr, 0); in __idna_to_dns_encoding() 147 *result = ptr; in __idna_to_dns_encoding() 165 char *ptr = NULL; in libc_hidden_def() local 170 int ret = fptr (name, &ptr, 0); in libc_hidden_def() [all …]
|
A D | ether_ntoh.c | 37 void *ptr; in ether_ntohost() member 43 no_more = __nss_ethers_lookup2 (&nip, "getntohost_r", NULL, &fct.ptr); in ether_ntohost() 51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost()
|
A D | ether_hton.c | 36 void *ptr; in ether_hostton() member 42 no_more = __nss_ethers_lookup2 (&nip, "gethostton_r", NULL, &fct.ptr); in ether_hostton() 50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton()
|
A D | inet6_option.c | 151 uint8_t *ptr = option_alloc (cmsg, len, multx, plusy); in inet6_option_append() local 152 if (ptr == NULL) in inet6_option_append() 157 memcpy (ptr, typep, len); in inet6_option_append()
|
A D | getnetgrent_r.c | 91 void *ptr; in __internal_setnetgrent_reuse() member 100 int no_more = setup (&fct.ptr, &datap->nip); in __internal_setnetgrent_reuse() 109 no_more = __nss_next2 (&datap->nip, "setnetgrent", NULL, &fct.ptr, in __internal_setnetgrent_reuse() 378 void *ptr; in weak_alias() member 394 int no_more = setup (&setfct.ptr, &entry.nip); in weak_alias() 477 &setfct.ptr, status, 0); in weak_alias()
|
Completed in 6 milliseconds