Symbol: r_type
include/res_update.h
40
ns_type r_type; /*%< type number */
lib/libc/time/localtime.c
1614
rulep->r_type = JULIAN_DAY;
lib/libc/time/localtime.c
1621
rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
lib/libc/time/localtime.c
1638
rulep->r_type = DAY_OF_YEAR;
lib/libc/time/localtime.c
1668
switch (rulep->r_type) {
lib/libc/time/localtime.c
618
enum r_type r_type; /* type of rule */
lib/libresolv/res_mkupdate.c
133
rtype = rrecp->r_type;
lib/libresolv/res_mkupdate.c
193
if (numrrs != 1 || rrecp->r_type != T_SOA)
lib/libresolv/res_mkupdate.c
212
switch (rrecp->r_type) {
lib/libresolv/res_mkupdate.c
251
if (rrecp->r_type == T_SOA) {
lib/libresolv/res_mkupdate.c
936
rrecp->r_type = (ns_type)type;
libexec/ld.elf_so/arch/mips/mips_reloc.c
205
Elf_Word r_symndx, r_type;
libexec/ld.elf_so/arch/mips/mips_reloc.c
210
r_type = ELF_R_TYPE(rel->r_info);
libexec/ld.elf_so/arch/mips/mips_reloc.c
212
switch (r_type & 0xff) {
libexec/ld.elf_so/arch/mips/mips_reloc.c
215
ELF_R_NXTTYPE_64_P(r_type)
libexec/ld.elf_so/arch/mips/mips_reloc.c
221
assert(r_type == R_TYPE(REL32)
libexec/ld.elf_so/arch/mips/mips_reloc.c
222
|| r_type == (R_TYPE(REL32)|(R_TYPE(64) << 8)));
libexec/ld.elf_so/arch/mips/mips_reloc.c
85
#define ELF_R_NXTTYPE_64_P(r_type) ((((r_type) >> 8) & 0xff) == R_TYPE(64))
libexec/ld.elf_so/arch/mips/mips_reloc.c
93
#define ELF_R_NXTTYPE_64_P(r_type) (0)
libexec/ld.elf_so/arch/riscv/mdreloc.c
120
const Elf_Word r_type = ELF_R_TYPE(rela->r_info);
libexec/ld.elf_so/arch/riscv/mdreloc.c
123
switch (r_type) {
libexec/ld.elf_so/arch/riscv/mdreloc.c
141
switch (r_type) {
libexec/ld.elf_so/arch/riscv/mdreloc.c
239
obj->path, (u_long)r_type);
libexec/ld.elf_so/arch/riscv/mdreloc.c
88
Elf_Word r_type = ELF_R_TYPE(rela->r_info);
libexec/ld.elf_so/arch/riscv/mdreloc.c
91
switch (r_type) {
sys/arch/i386/pnpbios/pnpbiosreg.h
152
uint8_t r_type;
sys/arch/mips/include/reloc.h
68
enum reloc_type r_type:5; /* relocation type, from above */
sys/arch/powerpc/include/aout_machdep.h
48
u_int32_t r_type : 6; /* relocation type */
sys/arch/sparc/include/aout_machdep.h
56
enum reloc_type r_type : 5; /* relocation type time copy */
sys/arch/sparc/include/reloc.h
126
enum reloc_type r_type:5; /* relocation type, from above */
sys/dev/ic/isp_tpublic.h
104
enum { R_FC, R_SPI } r_type;
sys/net/npf/npf_ruleset.c
688
nvlist_add_number(rule, "code-type", rl->r_type);
sys/net/npf/npf_ruleset.c
733
rl->r_type = type;
sys/net/npf/npf_ruleset.c
85
int r_type;
sys/net/npf/npf_ruleset.c
863
KASSERT(rl->r_type == NPF_CODE_BPF);
usr.bin/crunch/crunchide/exec_aout.c
67
((rp)->r_type >= RELOC_BASE10 && (rp)->r_type <= RELOC_BASE22) || \
usr.bin/crunch/crunchide/exec_aout.c
68
(rp)->r_type == RELOC_JMP_TBL)
usr.sbin/map-mbone/mapper.c
220
void accept_group_report(u_int32_t src, u_int32_t dst, u_int32_t group, int r_type)
usr.sbin/mrinfo/mrinfo.c
561
int r_type)
usr.sbin/mrouted/defs.h
194
u_int32_t group, int r_type);
usr.sbin/mrouted/vif.c
534
accept_group_report(u_int32_t src, u_int32_t dst, u_int32_t group, int r_type)
usr.sbin/mrouted/vif.c
555
if (r_type == IGMP_v1_HOST_MEMBERSHIP_REPORT)
usr.sbin/mrouted/vif.c
583
if (r_type == IGMP_v2_HOST_MEMBERSHIP_REPORT)
usr.sbin/mtrace/mtrace.c
1700
int r_type)
usr.sbin/rbootd/rbootd.c
285
EnetStr(rtmp), rtmp->rmp.r_type);
usr.sbin/rbootd/rmpproto.c
159
EnetStr(rconn), rmp->r_type);
usr.sbin/rbootd/rmpproto.c
435
((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
usr.sbin/rbootd/rmpproto.c
539
((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
usr.sbin/rbootd/rmpproto.c
95
switch(rmp->r_type) { /* do what we came here to do */
usr.sbin/rbootd/utils.c
127
switch(rmp->r_type) {
usr.sbin/rbootd/utils.c
178
rmp->r_type);