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

/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Docache.h62 #define ocache_create(c, otype, n) \
64 (c).data = xmalloc((n) * sizeof (otype *)); \
79 #define ocache_flush(c, otype) \
82 xfree (((otype **)((c).data))[--(c).nc]); \
90 #define ocache_alloc(c, otype, r) \
93 (r) = (otype *)((otype **)((c).data))[--(c).nc]; \
95 (r) = (otype *)xmalloc (sizeof (otype)); \
103 #define ocache_free(c, otype,
[all...]
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole_type.rb181 otype = ole_types.select{|t| t.name == "IWebBrowser2"}
182 assert_equal(1, otype.size)
183 otype = ole_types.select{|t| t.name == "IWebBrowserApp"}
184 assert_equal(1, otype.size)
185 otype = ole_types.select{|t| t.name == "DWebBrowserEvents2"}
186 assert_equal(1, otype.size)
187 otype = ole_types.select{|t| t.name == "DWebBrowserEvents"}
188 assert_equal(1, otype.size)
194 otype = ole_types.select{|t| t.name == "IWebBrowser2"}
195 assert_equal(1, otype
[all...]
/macosx-10.10/less-25/less/
H A Doption.h57 int otype; /* Type of the option */ member in struct:loption
H A Doption.c67 switch (pendopt->otype & OTYPE)
189 (o->otype & OTYPE) != STRING &&
190 (o->otype & OTYPE) != NUMBER)
220 switch (o->otype & OTYPE)
306 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE))
313 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY))
326 switch (o->otype & OTYPE)
336 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT))
345 switch (o->otype & OTYPE)
432 if (how_toggle != OPT_NO_TOGGLE && (o->otype
[all...]
H A Dopttbl.c498 if (o->otype & INIT_HANDLER)
516 if ((o->otype & TRIPLE) && ASCII_TO_UPPER(o->oletter) == c)
605 if (!(o->otype & TRIPLE))
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.h145 #define io_makebits(active, otype, kotype) \
146 (((active) ? IO_BITS_ACTIVE : 0) | ((otype) << 16) | (kotype))
157 #define io_alloc(otype) \
158 ((ipc_object_t) zalloc(ipc_object_zones[(otype)]))
161 unsigned int otype,
265 ipc_object_type_t otype,
274 ipc_object_type_t otype,
H A Dipc_object.c321 ipc_object_type_t otype,
331 assert(otype < IOT_NUMBER);
336 object = io_alloc(otype);
340 if (otype == IOT_PORT) {
344 } else if (otype == IOT_PORT_SET) {
354 io_free(otype, object);
366 object->io_bits = io_makebits(TRUE, otype, 0);
389 ipc_object_type_t otype,
399 assert(otype < IOT_NUMBER);
404 object = io_alloc(otype);
319 ipc_object_alloc( ipc_space_t space, ipc_object_type_t otype, mach_port_type_t type, mach_port_urefs_t urefs, mach_port_name_t *namep, ipc_object_t *objectp) argument
387 ipc_object_alloc_name( ipc_space_t space, ipc_object_type_t otype, mach_port_type_t type, mach_port_urefs_t urefs, mach_port_name_t name, ipc_object_t *objectp) argument
1107 io_free( unsigned int otype, ipc_object_t object) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcgen.tcl129 set otype N
133 set otype S
143 foreach key {line type qual comp offset val message file otype} {
169 $tree set root otype Root
198 return [expr {"S" eq [$tree get $node otype]}]
250 #if {[$tree get $el otype] eq "String"} {puts "[$tree getall $el] - [string length [$tree get $el val]]"}
262 return [expr {"N" eq [$tree get $node otype]}]
314 $tree set $switch otype Switch
357 if {[$tree get [$tree parent $node] otype] eq "Switch"} {
486 if {[$tree keyexists $node otype]} {
[all...]
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_option.h111 u_int32_t otype, void *pdata, u_int32_t pdatasiz, u_int32_t *plen);
H A Dppp_getoption.c213 int ppp_getoptval(struct service *serv, CFDictionaryRef opts, CFDictionaryRef setup, u_int32_t otype, void *pdata, u_int32_t pdatasiz, u_int32_t *plen) argument
223 switch (otype) {
/macosx-10.10/libxml2-26/libxml2/python/
H A Dlibxml.py593 otype = type(o)
594 if otype == type([]):
597 elif otype == type(()):
600 elif otype == type('') or otype == type(0) or otype == type(0.0):
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py565 otype = type(o)
566 if otype == type([]):
569 elif otype == type(()):
572 elif otype == type('') or otype == type(0) or otype == type(0.0):
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-pim.c649 u_int16_t otype, olen; local
653 otype = EXTRACT_16BITS(&bp[0]);
658 tok2str( pimv2_hello_option_values,"Unknown",otype),
659 otype,
663 switch (otype) {
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dsigproc2.c542 static int size=0, otype= (-100); local
554 otype = -100;
557 if(type != otype) {
559 otype = type;
581 static int size=0, otype= (-100); local
593 otype = -100;
596 if(type != otype) {
598 otype = type;
620 static int size=0, otype= (-100); local
632 otype
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c3752 int otype=0, jmpval,jobfork=0; local
3759 otype = savetype;
3767 otype = t->tre.tretyp;
3768 savetype = otype;
3800 if((otype&FINT) && !sh_isstate(SH_MONITOR))
3810 if(otype&FPIN)
3815 if(fd>=0 && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(fd,F_SETFD,FD_CLOEXEC)>=0)
3818 if(otype&FPOU)
3842 if(sh_isstate(SH_MONITOR) && (job.jobcontrol || (otype
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dwalk.c40 Tcl_Obj* otype = NULL; local
61 otype = objv [i+1];
96 if (!otype) {
98 } else if (Tcl_GetIndexFromObj (interp, otype, wtypes, "search type",
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomputil.c1319 int multi, otype = CAO_NEXT, again = 0; local
1363 otype = CAO_DIRECT;
1366 otype = CAO_ODIRECT;
1369 otype = CAO_OEQUAL;
1371 otype = CAO_EQUAL;
1492 opt->type = otype;
1497 if (otype == CAO_DIRECT || otype == CAO_EQUAL)
1499 else if (otype == CAO_ODIRECT || otype
[all...]
/macosx-10.10/swig-12/Lib/python/
H A Dpyrun.swg1562 const char *otype = (const char *) SwigPyObject_GetDesc(obj);
1563 if (otype) {
1565 type, otype);
1571 const char *otype = (obj ? obj->ob_type->tp_name : 0);
1572 if (otype) {
1577 type, otype, cstr);
1581 type, otype);
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c175 ctf_id_t prev = type, otype = type; local
185 if (tp->ctt_type == type || tp->ctt_type == otype ||
187 ctf_dprintf("type %ld cycle detected\n", otype);
811 ctf_id_t otype = type; local
823 if ((rc = func(name, otype, offset, depth, arg)) != 0)
/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c155 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
168 otype, otests, otries, osize, ogenerator);
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dbfdlink.h493 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dparse.tcl511 struct::list assign $r($id) otype olabel
513 $id $otype $olabel $rtype $rlabel
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_fsevents.c881 int otype; local
883 otype = kfse->type;
888 if (otype == FSE_RENAME) {
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_parser.c315 dt_type_promote(dt_node_t *lp, dt_node_t *rp, ctf_file_t **ofp, ctf_id_t *otype) argument
377 *otype = ltype;
382 *otype = rtype;

Completed in 695 milliseconds