Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde-dip.c110 int check_cache; member
200 if (data->check_cache && size >= sizeof (struct ext_dl_phdr_info)) in _Unwind_IteratePhdrCallback()
262 data->check_cache = 0; in _Unwind_IteratePhdrCallback()
467 data.check_cache = 1; in _Unwind_Find_FDE()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A 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/
H A Dtconst_log2.c107 check_cache (void) in check_cache() function
228 check_cache (); in main()
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dextern.h12 int check_cache(char *, char *, int *, int *);
H A Dpcnfsd_cache.c55 check_cache(char *name, char *pw, int *p_uid, int *p_gid) in check_cache() function
H A Dpcnfsd_v1.c89 if (check_cache(uname, pw, &r.uid, &r.gid)) { in pcnfsd_auth_1_svc()
H A Dpcnfsd_v2.c104 if (check_cache(uname, pw, &r.uid, &r.gid)) { in pcnfsd2_auth_2_svc()
/netbsd-src/lib/libc/rpc/
H A 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/
H A DChangeLog-200530119 unw_eh_callback_data.check_cache): New field.