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

/freebsd-10.0-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-10.0-release/lib/libkse/thread/
H A Dthr_cancel.c223 int otype; local
230 otype = curthread->cancelflags & PTHREAD_CANCEL_ASYNCHRONOUS;
252 *oldtype = otype;
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/crypto/openssh/
H A Dmoduli.c150 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
163 otype, otests, otries, osize, ogenerator);
/freebsd-10.0-release/contrib/binutils/include/
H A Dbfdlink.h499 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/freebsd-10.0-release/contrib/gdb/include/
H A Dbfdlink.h431 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c1005 enum ddt_type otype = dde->dde_type; local
1038 if (otype != DDT_TYPES &&
1039 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1040 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0);
1041 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-10.0-release/contrib/gcc/
H A Dc-typeck.c3562 tree otype, ovalue;
3567 otype = TREE_TYPE (value);
3573 && TREE_CODE (otype) == POINTER_TYPE)
3576 tree in_otype = otype;
3614 && TREE_CODE (otype) == POINTER_TYPE
3615 && TREE_CODE (TREE_TYPE (otype)) != VOID_TYPE
3616 && TREE_CODE (TREE_TYPE (otype)) != FUNCTION_TYPE
3619 && !((TREE_CODE (TREE_TYPE (otype)) == UNION_TYPE
3620 || TREE_CODE (TREE_TYPE (otype)) == RECORD_TYPE)
3621 && TYPE_MODE (TREE_TYPE (otype))
3543 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.c989 strict_aliasing_warning (tree otype, tree type, tree expr)
992 && POINTER_TYPE_P (type) && POINTER_TYPE_P (otype)
987 strict_aliasing_warning(tree otype, tree type, tree expr) argument
/freebsd-10.0-release/contrib/ipfilter/
H A Dip_dstlist.c309 /* otype(I) - type of data structure to iterate through */
318 ipf_dstlist_iter_deref(softc, arg, otype, unit, data)
321 int otype, unit;
334 switch (otype)
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.c309 /* otype(I) - type of data structure to iterate through */
318 ipf_dstlist_iter_deref(softc, arg, otype, unit, data)
321 int otype, unit;
334 switch (otype)
H A Dip_htable.c1347 /* otype(I) - which data structure type is being walked */
1353 ipf_htable_iter_deref(softc, arg, otype, unit, data)
1356 int otype;
1367 switch (otype)
H A Dip_pool.c1410 ipf_pool_iter_deref(softc, arg, otype, unit, data)
1413 int otype;
1425 switch (otype)
/freebsd-10.0-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-10.0-release/sys/dev/iscsi_initiator/
H A Discsi.c123 iscsi_open(struct cdev *dev, int flags, int otype, struct thread *td) argument
/freebsd-10.0-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-10.0-release/sys/dev/an/
H A Dif_an.c3239 int otype = sc->an_config.an_opmode; local
3269 if (otype != sc->an_config.an_opmode ||
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3431 ObReferenceObjectByHandle(ndis_handle handle, uint32_t reqaccess, void *otype, argument

Completed in 503 milliseconds