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

12

/freebsd-9.3-release/contrib/less/
H A Doption.h60 int otype; /* Type of the option */ member in struct:loption
H A Doption.c94 switch (pendopt->otype & OTYPE)
203 (o->otype & OTYPE) != STRING &&
204 (o->otype & OTYPE) != NUMBER)
234 switch (o->otype & OTYPE)
319 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE))
326 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY))
339 switch (o->otype & OTYPE)
349 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
358 switch (o->otype & OTYPE)
443 if (how_toggle != OPT_NO_TOGGLE && (o->otype
[all...]
H A Dopttbl.c483 if (o->otype & INIT_HANDLER)
501 if ((o->otype & TRIPLE) && ASCII_TO_UPPER(o->oletter) == c)
590 if (!(o->otype & TRIPLE))
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc.h68 xfs_alloctype_t otype; /* original allocation type */ member in struct:xfs_alloc_arg
H A Dxfs_alloc.c446 (__psint_t)args->otype),
2233 type = args->otype = args->type;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_cancel.c223 int otype; local
230 otype = curthread->cancelflags & PTHREAD_CANCEL_ASYNCHRONOUS;
252 *oldtype = otype;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c214 tree otype = TREE_TYPE (object);
218 gcc_assert (POINTER_TYPE_P (otype));
219 otype = TREE_TYPE (otype);
221 return get_main_type (otype);
213 tree otype = TREE_TYPE (object); local
H A Dc-typeck.c3525 tree otype, ovalue;
3530 otype = TREE_TYPE (value);
3536 && TREE_CODE (otype) == POINTER_TYPE)
3539 tree in_otype = otype;
3577 && TREE_CODE (otype) == POINTER_TYPE
3578 && TREE_CODE (TREE_TYPE (otype)) != VOID_TYPE
3579 && TREE_CODE (TREE_TYPE (otype)) != FUNCTION_TYPE
3582 && !((TREE_CODE (TREE_TYPE (otype)) == UNION_TYPE
3583 || TREE_CODE (TREE_TYPE (otype)) == RECORD_TYPE)
3584 && TYPE_MODE (TREE_TYPE (otype))
3506 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.c1006 strict_aliasing_warning (tree otype, tree type, tree expr)
1009 && POINTER_TYPE_P (otype) && !VOID_TYPE_P (TREE_TYPE (type))))
1048 if ((warn_strict_aliasing == 1) && !VOID_TYPE_P (TREE_TYPE (otype)))
1054 HOST_WIDE_INT set1 = get_alias_set (TREE_TYPE (otype));
1004 strict_aliasing_warning(tree otype, tree type, tree expr) argument
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pim.c651 u_int16_t otype, olen; local
655 otype = EXTRACT_16BITS(&bp[0]);
660 tok2str( pimv2_hello_option_values,"Unknown",otype),
661 otype,
665 switch (otype) {
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldmain.c1039 enum bfd_link_hash_type otype,
1052 ASSERT (otype == bfd_link_hash_common);
1058 else if (otype == bfd_link_hash_defined
1059 || otype == bfd_link_hash_defweak
1060 || otype == bfd_link_hash_indirect)
1070 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common);
1034 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
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c172 ctf_id_t prev = type, otype = type; local
182 if (tp->ctt_type == type || tp->ctt_type == otype ||
184 ctf_dprintf("type %ld cycle detected\n", otype);
788 ctf_id_t otype = type; local
800 if ((rc = func(name, otype, offset, depth, arg)) != 0)
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_htable.c612 void fr_htable_iterderef(otype, unit, data)
613 u_int otype;
624 switch (otype)
H A Dip_pool.c927 void ip_pool_iterderef(otype, unit, data)
928 u_int otype;
939 switch (otype)
/freebsd-9.3-release/contrib/binutils/include/
H A Dbfdlink.h499 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/freebsd-9.3-release/contrib/gdb/include/
H A Dbfdlink.h431 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c1008 enum ddt_type otype = dde->dde_type; local
1041 if (otype != DDT_TYPES &&
1042 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1043 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0);
1044 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT);
H A Dzfs_acl.c1185 dmu_object_type_t otype; local
1214 otype = DMU_OT_OLDACL;
1220 otype = DMU_OT_ACL;
1261 otype, aclp->z_acl_bytes,
1262 otype == DMU_OT_ACL ?
1264 otype == DMU_OT_ACL ?
/freebsd-9.3-release/crypto/openssh/
H A Dmoduli.c151 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
164 otype, otests, otries, osize, ogenerator);
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c2030 * otype How to order: s - sort, x - random.
2041 VarOrder(const char *str, const char otype) argument
2053 switch (otype) {
3442 char otype; local
3446 otype = 's';
3450 otype = tstr[1];
3456 newStr = VarOrder(nstr, otype);
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Discsi.c123 iscsi_open(struct cdev *dev, int flags, int otype, struct thread *td) argument
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c319 dt_type_promote(dt_node_t *lp, dt_node_t *rp, ctf_file_t **ofp, ctf_id_t *otype) argument
381 *otype = ltype;
386 *otype = rtype;
/freebsd-9.3-release/sys/dev/an/
H A Dif_an.c3241 int otype = sc->an_config.an_opmode; local
3271 if (otype != sc->an_config.an_opmode ||
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3431 ObReferenceObjectByHandle(ndis_handle handle, uint32_t reqaccess, void *otype, argument

Completed in 538 milliseconds

12