Symbol: r_name
include/protocols/talkd.h
78
char r_name[NAME_SIZE];/* callee's name */
include/rpc/rpcent.h
48
char *r_name; /* name of server for this rpc program */
lib/libc/rpc/getrpcent.c
160
rpc->r_name = p;
lib/libc/rpc/getrpcent.c
301
if (strcmp(rpc->r_name, name) == 0)
lib/libc/rpc/getrpcent.c
539
if (strcmp(rpc->r_name, name) == 0)
lib/libc/rpc/getrpcent.c
675
if (rpc->r_name != NULL)
lib/libc/rpc/getrpcent.c
676
desired_size += strlen(rpc->r_name) + 1;
lib/libc/rpc/getrpcent.c
703
if (new_rpc.r_name != NULL) {
lib/libc/rpc/getrpcent.c
704
size = strlen(new_rpc.r_name);
lib/libc/rpc/getrpcent.c
705
memcpy(p, new_rpc.r_name, size);
lib/libc/rpc/getrpcent.c
706
new_rpc.r_name = p;
lib/libc/rpc/getrpcent.c
777
NS_APPLY_OFFSET(rpc->r_name, orig_buf, p, char *);
libexec/talkd/print.c
64
cp, tp, mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
libexec/talkd/process.c
143
result = find_user(mp->r_name, mp->r_tty, sizeof(mp->r_tty));
libexec/talkd/table.c
133
if (strcmp(request->r_name, ptr->request.r_name) == 0 &&
libexec/talkd/table.c
96
if (strcmp(request->l_name, ptr->request.r_name) == 0 &&
libexec/talkd/table.c
97
strcmp(request->r_name, ptr->request.l_name) == 0 &&
usr.bin/getent/getent.c
459
re->r_name, re->r_number)
usr.bin/rpcinfo/rpcinfo.c
1620
printf("%-16s", rpc->r_name);
usr.bin/rpcinfo/rpcinfo.c
1641
printf("%-16s", rpc->r_name);
usr.bin/rpcinfo/rpcinfo.c
533
printf(" %s\n", rpc->r_name);
usr.bin/rpcinfo/rpcinfo.c
792
printf(" %-10s", rpc->r_name);
usr.bin/rpcinfo/rpcinfo.c
856
printf(" %-11s", rpc->r_name);
usr.bin/rpcinfo/rpcinfo.c
959
printf(" %-13s", rpc->r_name);
usr.bin/talk/get_names.c
107
strncpy(msg.r_name, his_name, NAME_SIZE);
usr.bin/talk/get_names.c
108
msg.r_name[NAME_SIZE - 1] = '\0';
usr.bin/talk/io.c
78
msg.r_name, his_machine_name);
usr.bin/window/alias.h
42
#define a_name r_name
usr.bin/window/lcmd2.c
224
wwprintf(w, "%16s ", r->r_name);
usr.bin/window/var.c
111
str_free(r->r_name);
usr.bin/window/var.c
122
if ((cmp = strcmp(name, (*p)->r_name)) < 0)
usr.bin/window/var.c
62
if ((r->r_name = str_cpy(name)) == 0) {
usr.bin/window/var.h
44
char *r_name;
usr.sbin/moused/moused.c
1308
r_name(rodent.mode.protocol), r_name(rodent.rtype),
usr.sbin/moused/moused.c
1309
r_name(rodent.mode.protocol));
usr.sbin/moused/moused.c
1350
r_name(rodent.mode.protocol), r_name(rodent.rtype),
usr.sbin/moused/moused.c
1351
r_name(rodent.mode.protocol));
usr.sbin/moused/moused.c
486
static char *r_name(int type);
usr.sbin/moused/moused.c
805
r_name(rodent.rtype), r_model(rodent.hw.model));
usr.sbin/moused/moused.c
811
printf("%s\n", r_name(rodent.rtype));
usr.sbin/moused/moused.c
818
r_name(rodent.rtype), r_model(rodent.hw.model));
usr.sbin/rpcbind/security.c
199
progname = rpc->r_name;
usr.sbin/zic/zic.c
50
const char * r_name;
usr.sbin/zic/zic.c
667
return strcmp(((const struct rule *) cp1)->r_name,
usr.sbin/zic/zic.c
668
((const struct rule *) cp2)->r_name);
usr.sbin/zic/zic.c
682
if (strcmp(rules[i].r_name,
usr.sbin/zic/zic.c
683
rules[i + 1].r_name) != 0)
usr.sbin/zic/zic.c
693
if (strcmp(rules[i].r_name,
usr.sbin/zic/zic.c
694
rules[j].r_name) != 0)
usr.sbin/zic/zic.c
715
if (strcmp(rp->r_name, rules[out].r_name) != 0)
usr.sbin/zic/zic.c
719
if (strcmp(zp->z_rule, rp->r_name) != 0)
usr.sbin/zic/zic.c
893
r.r_name = ecpyalloc(fields[RF_NAME]);