Searched refs:check_cache (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-dw2-fde-dip.c | 110 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 D | unwind-dw2-fde-dip.c | 117 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 D | tconst_log2.c | 107 check_cache (void) in check_cache() function 228 check_cache (); in main()
|
/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | extern.h | 12 int check_cache(char *, char *, int *, int *);
|
H A D | pcnfsd_cache.c | 55 check_cache(char *name, char *pw, int *p_uid, int *p_gid) in check_cache() function
|
H A D | pcnfsd_v1.c | 89 if (check_cache(uname, pw, &r.uid, &r.gid)) { in pcnfsd_auth_1_svc()
|
H A D | pcnfsd_v2.c | 104 if (check_cache(uname, pw, &r.uid, &r.gid)) { in pcnfsd2_auth_2_svc()
|
/netbsd-src/lib/libc/rpc/ |
H A D | rpcb_clnt.c | 111 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 D | ChangeLog-2005 | 30119 unw_eh_callback_data.check_cache): New field.
|