Home
last modified time | relevance | path

Searched refs:check_cache (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-dw2-fde-dip.c117 int check_cache; member
220 if (data->check_cache && size >= sizeof (struct ext_dl_phdr_info)) in _Unwind_IteratePhdrCallback()
282 data->check_cache = 0; in _Unwind_IteratePhdrCallback()
530 data.check_cache = 1; in _Unwind_Find_FDE()
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtconst_log2.c107 check_cache (void) in check_cache() function
228 check_cache (); in main()
/netbsd/src/usr.sbin/rpc.pcnfsd/
Dextern.h12 int check_cache(char *, char *, int *, int *);
Dpcnfsd_cache.c55 check_cache(char *name, char *pw, int *p_uid, int *p_gid) in check_cache() function
Dpcnfsd_v1.c89 if (check_cache(uname, pw, &r.uid, &r.gid)) { in pcnfsd_auth_1_svc()
Dpcnfsd_v2.c104 if (check_cache(uname, pw, &r.uid, &r.gid)) { in pcnfsd2_auth_2_svc()
/netbsd/src/lib/libc/rpc/
Drpcb_clnt.c111 static struct address_cache *check_cache(const char *, const char *);
167 check_cache(const char *host, const char *netid) in check_cache() function
326 ad_cache = check_cache(host, nconf->nc_netid); in getclnthandle()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200530119 unw_eh_callback_data.check_cache): New field.