/src/usr.bin/crunch/crunchide/ |
exec_aout.c | 75 static void check_reloc(const char *filename, struct relocation_info *relp); 102 struct relocation_info *relp; local in function:hide_aout 176 for(relp = textrel; relp < textrel + ntextrel; relp++) 177 check_reloc(filename, relp); 178 for(relp = datarel; relp < datarel + ndatarel; relp++) 179 check_reloc(filename, relp); [all...] |
exec_aout.c | 75 static void check_reloc(const char *filename, struct relocation_info *relp); 102 struct relocation_info *relp; local in function:hide_aout 176 for(relp = textrel; relp < textrel + ntextrel; relp++) 177 check_reloc(filename, relp); 178 for(relp = datarel; relp < datarel + ndatarel; relp++) 179 check_reloc(filename, relp); [all...] |
/src/lib/libc/rpc/ |
rpcb_clnt.c | 630 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) 638 for (sp = relp; sp != NULL; sp = sp->rpcb_entry_next) { 806 rpcb_entry_list_ptr relp = NULL; local in function:__rpcb_findaddr 846 (char *)(void *)&relp, tottimeout); 848 if ((address = got_entry(relp, nconf)) != NULL) { 850 (char *)(void *)&relp); 858 (char *)(void *)&relp);
|
rpcb_clnt.c | 630 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) 638 for (sp = relp; sp != NULL; sp = sp->rpcb_entry_next) { 806 rpcb_entry_list_ptr relp = NULL; local in function:__rpcb_findaddr 846 (char *)(void *)&relp, tottimeout); 848 if ((address = got_entry(relp, nconf)) != NULL) { 850 (char *)(void *)&relp); 858 (char *)(void *)&relp);
|