Searched refs:ptr (Results 1 – 3 of 3) sorted by relevance
/nss/ |
A D | getnssent_r.c | 59 void *ptr; in __nss_setent() member 76 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, in __nss_setent() 98 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, status, 0); in __nss_setent() 119 void *ptr; in __nss_endent() member 135 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, startp, 1); in __nss_endent() 145 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, 0, 1); in __nss_endent() 165 void *ptr; in __nss_getent_r() member 188 no_more = setup (getent_func_name, lookup_fct, &fct.ptr, nip, in __nss_getent_r() 219 no_more = __nss_next2 (nip, getent_func_name, NULL, &fct.ptr, in __nss_getent_r() 231 void *ptr; in __nss_getent_r() member [all …]
|
A D | getXXent.c | 75 void *ptr; in GETFUNC_NAME() member 85 &resbuf.ptr, &buffer, BUFLEN, &buffer_size, in GETFUNC_NAME()
|
A D | getXXbyYY_r.c | 199 void *ptr; in libc_hidden_proto() member 265 REENTRANT2_NAME_STRING, &fct.ptr); in libc_hidden_proto() 344 REENTRANT2_NAME_STRING, &fct.ptr, status, 0); in libc_hidden_proto()
|
Completed in 7 milliseconds