HomeSort by: relevance | last modified time | path
    Searched refs:r_name (Results 1 - 16 of 16) sorted by relevancy

  /src/include/rpc/
rpcent.h 49 char *r_name; /* name of server for this rpc program */ member in struct:rpcent
  /src/include/protocols/
talkd.h 79 char r_name[NAME_SIZE]; /* callee's name */ member in struct:__anon138a293a0108
  /src/libexec/talkd/
table.c 105 if (strcmp(request->l_name, ptr->request.r_name) == 0 &&
106 strcmp(request->r_name, ptr->request.l_name) == 0 &&
142 if (strcmp(request->r_name, ptr->request.r_name) == 0 &&
talkd.c 128 mp->r_name[sizeof(mp->r_name) - 1] = '\0';
print.c 85 cp, tp, mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
process.c 148 result = find_user(mp->r_name, mp->r_tty, sizeof(mp->r_tty));
  /src/usr.bin/talk/
get_names.c 119 strncpy(msg.r_name, his_name, NAME_SIZE);
120 msg.r_name[NAME_SIZE - 1] = '\0';
  /src/lib/libc/rpc/
getrpcent.c 124 if (strcmp(rpc->r_name, name) == 0)
203 d->rpc.r_name = d->line;
  /src/sys/dev/ic/
isp_tpublic.h 99 char r_name[8]; member in struct:__anon86d6b6f80308
  /src/sys/net/npf/
npf_ruleset.c 115 char r_name[NPF_RULE_MAXNAMELEN]; member in struct:npf_rule
221 if (strncmp(rl->r_name, name, NPF_RULE_MAXNAMELEN) == 0)
489 active_rgroup = npf_ruleset_lookup(oldset, rg->r_name);
627 strlcpy(rl->r_name, rname, NPF_RULE_MAXNAMELEN);
629 rl->r_name[0] = '\0';
699 if (rl->r_name[0]) {
700 nvlist_add_string(rule, "name", rl->r_name);
1080 printf("ruleset '%s':\n", rg->r_name);
  /src/sys/dev/sbus/
esp_sbus.c 530 char *r_name; member in struct:__anon65f44baa0108
552 char *r_name; member in struct:__anon65f44baa0208
585 esp__read_regnames[reg].r_name : "<***>", v);
599 esp__write_regnames[reg].r_name : "<***>", v);
  /src/usr.sbin/rpcbind/
security.c 214 progname = rpc->r_name;
  /src/usr.bin/rpcinfo/
rpcinfo.c 548 (void)printf(" %s\n", rpc->r_name);
808 (void)printf(" %-10s", rpc->r_name);
866 (void)printf(" %-11s", rpc->r_name);
980 (void)printf(" %-13s", rpc->r_name);
1680 (void)printf("%-16s", rpc->r_name);
1702 (void)printf("%-16s", rpc->r_name);
  /src/usr.sbin/moused/
moused.c 448 static const char *r_name(int type);
790 r_name(rodent.rtype), r_model(rodent.hw.model));
796 printf("%s\n", r_name(rodent.rtype));
803 r_name(rodent.rtype), r_model(rodent.hw.model));
1160 r_name(rodent.mode.protocol), r_name(rodent.rtype),
1161 r_name(rodent.mode.protocol));
1185 r_name(int type) function in typeref:typename:const char *
  /src/lib/libc/time/
zic.c 104 const char * r_name; member in struct:rule
1629 return strcmp(r1->r_name, r2->r_name);
1642 if (strcmp(rules[i].r_name,
1643 rules[i + 1].r_name) != 0)
1652 if (strcmp(rules[i].r_name,
1653 rules[j].r_name) != 0)
1673 if (strcmp(rp->r_name, rules[out].r_name) != 0)
1677 if (strcmp(zp->z_rule, rp->r_name) != 0
    [all...]
  /src/usr.bin/getent/
getent.c 744 re->r_name, re->r_number)

Completed in 24 milliseconds