Symbol: CALL
lib/libc/rpc/clnt_raw.c
102
call_msg.rm_direction = CALL;
lib/libc/rpc/clnt_tcp.c
178
call_msg.rm_direction = CALL;
lib/libc/rpc/clnt_udp.c
99
args->call_msg.rm_direction = CALL;
lib/libc/rpc/pmap_rmt.c
269
msg.rm_direction = CALL;
lib/libc/rpc/rpc_callmsg.c
176
(cmsg->rm_direction == CALL) &&
lib/libc/rpc/rpc_callmsg.c
62
if (cmsg->rm_direction != CALL) {
lib/libc/rpc/rpc_callmsg.c
96
if (cmsg->rm_direction != CALL) {
lib/libc/rpc/rpc_prot.c
153
cmsg->rm_direction = CALL;
libexec/ld.so/sparc64/rtld_machine.c
483
where2[0] = CALL | (((offset-8) >> 2) & 0x3fffffff);
regress/sys/kern/pledge/sockopt/sockopt.c
59
if (strcmp(CALL, "set") == 0) {
regress/sys/kern/pledge/sockopt/sockopt.c
62
} else if (strcmp(CALL, "get") == 0) {
regress/sys/kern/pledge/sockopt/sockopt.c
66
errx(1, "call: %s", CALL);
sys/arch/alpha/include/asm.h
502
CALL(printf)
sys/arch/alpha/include/asm.h
510
CALL(panic)
sys/arch/alpha/include/profile.h
99
CALL(mcount)
usr.bin/awk/awkgram.y
136
| CALL { setfname($1); }
usr.bin/awk/awkgram.y
374
| CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
usr.bin/awk/awkgram.y
375
| CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
usr.bin/awk/awkgram.y
63
%token <cp> VAR IVAR VARNF CALL NUMBER STRING
usr.bin/awk/awkgram.y
84
%left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
usr.bin/awk/lex.c
548
RET(CALL);
usr.bin/awk/maketab.c
104
{ CALL, "call", "call" },
usr.bin/rusers/rusers.c
467
msg->rm_direction = CALL;
usr.sbin/amd/amd/misc_rpc.c
58
mp->rm_direction = CALL;
usr.sbin/tcpdump/print-udp.c
447
if (direction == CALL)
usr.sbin/tcpdump/print-udp.c
493
if (dport == NFS_PORT && direction == CALL) {
usr.sbin/tcpdump/print-udp.c
502
if (dport == SUNRPC_PORT && direction == CALL) {
usr.sbin/ypbind/ypbind.c
600
msg.rm_direction = CALL;
usr.sbin/ypbind/ypbind.c
662
msg.rm_direction = CALL;