Searched refs:otype (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/usr.bin/less/
H A Doption.c93 switch (pendopt->otype & OTYPE) {
218 ((o->otype & MORE_OK) == 0)) {
234 (o->otype & OTYPE) != STRING &&
235 (o->otype & OTYPE) != NUMBER) {
263 switch (o->otype & OTYPE) {
339 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE)) {
345 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY)) {
357 switch (o->otype & OTYPE) {
365 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
372 switch (o->otype
[all...]
H A Doption.h60 int otype; /* Type of the option */ member in struct:loption
H A Dopttbl.c445 if (o->otype & INIT_HANDLER)
461 if ((o->otype & TRIPLE) &&
539 if (!(o->otype & TRIPLE))
/openbsd-current/regress/sys/net/pf_opts/
H A Dicmp6_hop_bad.py23 IPv6ExtHdrHopByHop(options=HBHOptUnknown(otype=3))/ \
H A Dicmp6_mld_bad.py22 IPv6ExtHdrHopByHop(options=HBHOptUnknown(otype=3))/ \
/openbsd-current/sys/kern/
H A Dkern_bufq.c124 int otype; local
141 otype = bq->bufq_type;
143 while ((bp = bufq_impls[otype].impl_dequeue(odata)) != NULL)
150 otype = type;
155 bufq_impls[otype].impl_destroy(odata);
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldmain.c1014 enum bfd_link_hash_type otype,
1027 ASSERT (otype == bfd_link_hash_common);
1033 else if (otype == bfd_link_hash_defined
1034 || otype == bfd_link_hash_defweak
1035 || otype == bfd_link_hash_indirect)
1045 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common);
1009 multiple_common(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name, bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize, bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldmain.c1072 enum bfd_link_hash_type otype,
1085 ASSERT (otype == bfd_link_hash_common);
1091 else if (otype == bfd_link_hash_defined
1092 || otype == bfd_link_hash_defweak
1093 || otype == bfd_link_hash_indirect)
1103 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common);
1067 multiple_common(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name, bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize, bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize) argument
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dbfdlink.h436 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbfdlink.h490 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c3705 tree otype, ovalue;
3715 otype = TREE_TYPE (value);
3721 && TREE_CODE (otype) == POINTER_TYPE)
3724 tree in_otype = otype;
3762 && TREE_CODE (otype) == POINTER_TYPE
3763 && TREE_CODE (TREE_TYPE (otype)) != VOID_TYPE
3764 && TREE_CODE (TREE_TYPE (otype)) != FUNCTION_TYPE
3767 && !((TREE_CODE (TREE_TYPE (otype)) == UNION_TYPE
3768 || TREE_CODE (TREE_TYPE (otype)) == RECORD_TYPE)
3769 && TYPE_MODE (TREE_TYPE (otype))
3688 tree otype, ovalue; local
[all...]
/openbsd-current/usr.bin/ssh/
H A Dmoduli.c147 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
162 otype, otests, otries, osize, ogenerator);
/openbsd-current/gnu/gcc/gcc/
H A Dc-typeck.c3549 tree otype, ovalue;
3554 otype = TREE_TYPE (value);
3560 && TREE_CODE (otype) == POINTER_TYPE)
3563 tree in_otype = otype;
3601 && TREE_CODE (otype) == POINTER_TYPE
3602 && TREE_CODE (TREE_TYPE (otype)) != VOID_TYPE
3603 && TREE_CODE (TREE_TYPE (otype)) != FUNCTION_TYPE
3606 && !((TREE_CODE (TREE_TYPE (otype)) == UNION_TYPE
3607 || TREE_CODE (TREE_TYPE (otype)) == RECORD_TYPE)
3608 && TYPE_MODE (TREE_TYPE (otype))
3530 tree otype, ovalue; local
[all...]
H A Dgimplify.c1571 tree dctype, datype, ddatype, otype, obj_expr;
1590 otype = TREE_TYPE (obj_expr);
1591 if (!lang_hooks.types_compatible_p (otype, datype))
6252 tree ptype, otype, dtype;
6258 otype = TREE_TYPE (t);
6261 gcc_assert (cpt_same_type (otype, dtype));
6266 otype = TREE_TYPE (TREE_OPERAND (t, 0));
6268 if (!cpt_same_type (otype, dtype))
6274 gcc_assert (TREE_CODE (otype) == ARRAY_TYPE
6276 && cpt_same_type (TREE_TYPE (otype), dtyp
1570 tree dctype, datype, ddatype, otype, obj_expr; local
6250 tree ptype, otype, dtype; local
[all...]
H A Dc-common.c991 strict_aliasing_warning (tree otype, tree type, tree expr)
994 && POINTER_TYPE_P (type) && POINTER_TYPE_P (otype)
989 strict_aliasing_warning(tree otype, tree type, tree expr) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c5057 tree otype;
5145 otype = TREE_TYPE (value);
5151 && TREE_CODE (otype) == POINTER_TYPE
5153 TREE_TYPE (otype)))
5155 otype, type);
5158 && TREE_CODE (otype) == POINTER_TYPE
5159 && TYPE_PRECISION (type) != TYPE_PRECISION (otype))
5163 && TREE_CODE (otype) == INTEGER_TYPE
5164 && TYPE_PRECISION (type) != TYPE_PRECISION (otype)
5194 && TREE_CODE (otype)
5044 tree otype; local
[all...]
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2xs.PL1435 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}
[all...]
/openbsd-current/sys/dev/ic/
H A Dif_wi.c2722 int otype = sc->wi_ptype; local
2775 if (otype != sc->wi_ptype || orate != sc->wi_tx_rate ||

Completed in 383 milliseconds