| /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:__anon139
|
| /src/sys/dev/sbus/ |
| esp_sbus.c | 530 char *r_name; member in struct:__anon3619 552 char *r_name; member in struct:__anon3620 585 esp__read_regnames[reg].r_name : "<***>", v); 599 esp__write_regnames[reg].r_name : "<***>", v);
|
| /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/ic/ |
| isp_tpublic.h | 99 char r_name[8]; member in struct:__anon2825
|
| /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
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-avr.c | 1064 char r_name[20]; local 1066 str = extract_word (str, r_name, sizeof (r_name)); 1067 for (lower = r_name; *lower; ++lower) 1073 if (r_name[0] == 'r' && ISDIGIT (r_name[1]) && r_name[2] == 0) 1075 op_mask = r_name[1] - '0'; 1076 else if (r_name[0] == 'r' && ISDIGIT (r_name[1] [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-avr.c | 1064 char r_name[20]; local 1066 str = extract_word (str, r_name, sizeof (r_name)); 1067 for (lower = r_name; *lower; ++lower) 1073 if (r_name[0] == 'r' && ISDIGIT (r_name[1]) && r_name[2] == 0) 1075 op_mask = r_name[1] - '0'; 1076 else if (r_name[0] == 'r' && ISDIGIT (r_name[1] [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| rpz.h | 364 * r_name: recursing for this name to possible policy triggers 368 dns_name_t *r_name; member in struct:__anon24023
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| rpz.h | 355 * r_name: recursing for this name to possible policy triggers 359 dns_name_t *r_name; member in struct:__anon24276
|
| /src/external/gpl3/binutils/dist/gas/ |
| read.c | 4420 char *r_name; 4475 c = get_symbol_name (& r_name); 4476 if (strncasecmp (r_name, "BFD_RELOC_", 10) == 0) 4481 if (strcasecmp (r_name + 10, bfd_relocs[i].name) == 0) 4489 reloc->u.a.howto = bfd_reloc_name_lookup (stdoutput, r_name); 4415 char *r_name; local
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| read.c | 4409 char *r_name; 4464 c = get_symbol_name (& r_name); 4465 if (strncasecmp (r_name, "BFD_RELOC_", 10) == 0) 4470 if (strcasecmp (r_name + 10, bfd_relocs[i].name) == 0) 4478 reloc->u.a.howto = bfd_reloc_name_lookup (stdoutput, r_name); 4404 char *r_name; local
|
| /src/lib/libc/time/ |
| zic.c | 205 const char * r_name; member in struct:rule 1876 return strcmp(r1->r_name, r2->r_name); 1889 if (strcmp(rules[i].r_name, 1890 rules[i + 1].r_name) != 0) 1899 if (strcmp(rules[i].r_name, 1900 rules[j].r_name) != 0) 1920 if (strcmp(rp->r_name, rules[out].r_name) != 0) 1924 if (strcmp(zp->z_rule, rp->r_name) != 0 [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 15186 const char *r_name = NULL; 15198 r_name = "min"; 15202 r_name = "max"; 15205 r_name = "&"; 15208 r_name = "^"; 15211 r_name = "|"; 15216 if (r_name) 15220 t, r_name); 15145 const char *r_name = NULL; local 15179 t, r_name); local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 14337 const char *r_name = NULL; 14349 r_name = "min"; 14353 r_name = "max"; 14356 r_name = "&"; 14359 r_name = "^"; 14362 r_name = "|"; 14367 if (r_name) 14371 t, r_name); 14298 const char *r_name = NULL; local 14332 t, r_name); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-lang.c | 5430 const char *r_name; 5452 r_name = (renaming->alias != NULL 5455 if (name_match (r_name, lookup_name, NULL)) 5420 const char *r_name; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-lang.c | 5459 const char *r_name; 5481 r_name = (renaming->alias != NULL 5484 if (name_match (r_name, lookup_name, NULL)) 5449 const char *r_name; local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 386 const char *r_name; /* Relocation name. */ 2185 all_relocations[r].r_name = rtype; 2231 all_relocations[r].r_name = rtype; 2895 all_relocations[i].r_name = rtype; 21471 printf (" %-22s", all_relocations_root[i].r_name); 21473 printf (" %-17.17s", all_relocations_root[i].r_name); 384 const char *r_name; \/* Relocation name. *\/ member in struct:elf_relocation
|