OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relp
(Results
1 - 2
of
2
) sorted by relevancy
/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
...]
/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
);
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025