| /openbsd-src/usr.bin/less/ |
| H A D | option.c | 93 switch (pendopt->otype & OTYPE) { in scan_option() 218 ((o->otype & MORE_OK) == 0)) { in scan_option() 234 (o->otype & OTYPE) != STRING && in scan_option() 235 (o->otype & OTYPE) != NUMBER) { in scan_option() 263 switch (o->otype & OTYPE) { in scan_option() 339 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE)) { in toggle_option() 345 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY)) { in toggle_option() 357 switch (o->otype & OTYPE) { in toggle_option() 365 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT)) in toggle_option() 372 switch (o->otype & OTYPE) { in toggle_option() [all …]
|
| H A D | opttbl.c | 445 if (o->otype & INIT_HANDLER) in init_option() 461 if ((o->otype & TRIPLE) && in findopt() 539 if (!(o->otype & TRIPLE)) in findopt_name()
|
| H A D | option.h | 60 int otype; /* Type of the option */ member
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | h2xs.PL | 1435 my $otype = $type; 1441 print "Is-Pointer: Type mutation via typedefs: $otype ==> $type\n" 1445 return ($pointer_typedefs{$otype} = $out); 1452 my $otype = $type; 1458 print "Is-Struct: Type mutation via typedefs: $otype ==> $type\n" 1462 return ($struct_typedefs{$otype} = $out); 1837 my $otype = $type; 1845 print "Type mutation via typedefs: $otype ==> $type\n" if $opt_d; 1850 $entry ||= $typemap{$otype} 1852 $typemap{$otype} = $entry;
|
| /openbsd-src/sys/kern/ |
| H A D | kern_bufq.c | 124 int otype; in bufq_switch() local 141 otype = bq->bufq_type; in bufq_switch() 143 while ((bp = bufq_impls[otype].impl_dequeue(odata)) != NULL) in bufq_switch() 150 otype = type; in bufq_switch() 155 bufq_impls[otype].impl_destroy(odata); in bufq_switch()
|
| /openbsd-src/regress/sys/net/pf_opts/ |
| H A D | icmp6_mld_bad.py | 22 IPv6ExtHdrHopByHop(options=HBHOptUnknown(otype=3))/ \
|
| H A D | icmp6_hop_bad.py | 23 IPv6ExtHdrHopByHop(options=HBHOptUnknown(otype=3))/ \
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldmain.c | 1012 enum bfd_link_hash_type otype, in multiple_common() argument 1025 ASSERT (otype == bfd_link_hash_common); in multiple_common() 1031 else if (otype == bfd_link_hash_defined in multiple_common() 1032 || otype == bfd_link_hash_defweak in multiple_common() 1033 || otype == bfd_link_hash_indirect) in multiple_common() 1043 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common); in multiple_common()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldmain.c | 1070 enum bfd_link_hash_type otype, in multiple_common() argument 1083 ASSERT (otype == bfd_link_hash_common); in multiple_common() 1089 else if (otype == bfd_link_hash_defined in multiple_common() 1090 || otype == bfd_link_hash_defweak in multiple_common() 1091 || otype == bfd_link_hash_indirect) in multiple_common() 1101 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common); in multiple_common()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 3530 tree otype, ovalue; in build_c_cast() local 3535 otype = TREE_TYPE (value); in build_c_cast() 3541 && TREE_CODE (otype) == POINTER_TYPE) in build_c_cast() 3544 tree in_otype = otype; in build_c_cast() 3582 && TREE_CODE (otype) == POINTER_TYPE in build_c_cast() 3583 && TREE_CODE (TREE_TYPE (otype)) != VOID_TYPE in build_c_cast() 3584 && TREE_CODE (TREE_TYPE (otype)) != FUNCTION_TYPE in build_c_cast() 3587 && !((TREE_CODE (TREE_TYPE (otype)) == UNION_TYPE in build_c_cast() 3588 || TREE_CODE (TREE_TYPE (otype)) == RECORD_TYPE) in build_c_cast() 3589 && TYPE_MODE (TREE_TYPE (otype)) == VOIDmode) in build_c_cast() [all …]
|
| H A D | gimplify.c | 1570 tree dctype, datype, ddatype, otype, obj_expr; in canonicalize_addr_expr() local 1589 otype = TREE_TYPE (obj_expr); in canonicalize_addr_expr() 1590 if (!lang_hooks.types_compatible_p (otype, datype)) in canonicalize_addr_expr() 6250 tree ptype, otype, dtype; in check_pointer_types_r() local 6256 otype = TREE_TYPE (t); in check_pointer_types_r() 6259 gcc_assert (cpt_same_type (otype, dtype)); in check_pointer_types_r() 6264 otype = TREE_TYPE (TREE_OPERAND (t, 0)); in check_pointer_types_r() 6266 if (!cpt_same_type (otype, dtype)) in check_pointer_types_r() 6272 gcc_assert (TREE_CODE (otype) == ARRAY_TYPE in check_pointer_types_r() 6274 && cpt_same_type (TREE_TYPE (otype), dtype)); in check_pointer_types_r()
|
| H A D | c-common.c | 989 strict_aliasing_warning (tree otype, tree type, tree expr) in strict_aliasing_warning() argument 992 && POINTER_TYPE_P (type) && POINTER_TYPE_P (otype) in strict_aliasing_warning()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 3688 tree otype, ovalue; local 3698 otype = TREE_TYPE (value); 3704 && TREE_CODE (otype) == POINTER_TYPE) 3707 tree in_otype = otype; 3745 && TREE_CODE (otype) == POINTER_TYPE 3746 && TREE_CODE (TREE_TYPE (otype)) != VOID_TYPE 3747 && TREE_CODE (TREE_TYPE (otype)) != FUNCTION_TYPE 3750 && !((TREE_CODE (TREE_TYPE (otype)) == UNION_TYPE 3751 || TREE_CODE (TREE_TYPE (otype)) == RECORD_TYPE) 3752 && TYPE_MODE (TREE_TYPE (otype)) == VOIDmode) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 5044 tree otype; local 5132 otype = TREE_TYPE (value); 5138 && TREE_CODE (otype) == POINTER_TYPE 5140 TREE_TYPE (otype))) 5142 otype, type); 5145 && TREE_CODE (otype) == POINTER_TYPE 5146 && TYPE_PRECISION (type) != TYPE_PRECISION (otype)) 5150 && TREE_CODE (otype) == INTEGER_TYPE 5151 && TYPE_PRECISION (type) != TYPE_PRECISION (otype) 5181 && TREE_CODE (otype) == POINTER_TYPE [all …]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | moduli.c | 147 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, in qfileout() argument 162 otype, otests, otries, osize, ogenerator); in qfileout()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | bfdlink.h | 488 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | bfdlink.h | 434 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
|
| /openbsd-src/sys/dev/ic/ |
| H A D | if_wi.c | 2722 int otype = sc->wi_ptype; in wi_media_change() local 2775 if (otype != sc->wi_ptype || orate != sc->wi_tx_rate || in wi_media_change()
|