Searched refs:sub (Results 176 - 200 of 557) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregsubexec.c71 sub(const regex_t* p, register regsub_t* b, const char* ss, register regsubop_t* op, size_t nmatch, register regmatch_t* match) function
155 if (!p->env->sub || (p->env->flags & REG_NOSUB) || !nmatch)
169 if (!c && (c = sub(p, b, s, b->re_ops, nmatch, match)))
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursespad.cc211 void NCursesPad::setSubWindow(NCursesWindow& sub) argument
216 if (!viewWin->isDescendant(sub))
218 viewSub = ⊂
H A Dcursesf.h346 NCursesWindow* sub; // the subwindow object member in class:NCursesForm
410 sub(0),
425 sub(0),
444 sub(0),
465 sub(rhs.sub),
484 void setSubWindow(NCursesWindow& sub);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_object_property.py509 sub = OCTestObjectProperty6.alloc().init()
510 sub.p1 = 1
511 sub.p2 = 'a'
512 sub._p3 = False
513 self.assertEqual(sub.p1, 1)
514 self.assertEqual(sub.p2, 'aa')
515 self.assertEqual(sub.p3, True)
522 self.assertTrue(sub.respondsToSelector_(b'p2'))
523 self.assertTrue(sub.respondsToSelector_(b'setP1:'))
524 self.assertTrue(sub
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dsets_tcl.tcl42 ::set sub S_$cmd
43 if { [llength [info commands ::struct::set::$sub]] == 0 } {
52 return [uplevel 1 [linsert $args 0 ::struct::set::$sub]]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest.tcl513 set sub [ lindex $args 0 ]
515 switch $sub {
526 run_subsystem $sub 1 0
529 run_subsystem $sub
544 if { $display } { puts "eval $sub" }
547 eval $sub
556 foreach test $test_names($sub) {
684 foreach sub { test sdb } {
685 foreach test $test_names($sub) {
693 if { $display } { puts "r $sub" }
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema_init.c725 SubstringsAssertion *sub = assertedValue; local
731 if ( !BER_BVISNULL( &sub->sa_initial ) ) {
732 inlen += sub->sa_initial.bv_len;
734 if ( sub->sa_any ) {
735 for ( i = 0; !BER_BVISNULL( &sub->sa_any[i] ); i++ ) {
736 inlen += sub->sa_any[i].bv_len;
739 if ( !BER_BVISNULL( &sub->sa_final ) ) {
740 inlen += sub->sa_final.bv_len;
743 if ( !BER_BVISNULL( &sub->sa_initial ) ) {
749 match = memcmp( sub
1877 SubstringsAssertion *sub = assertedValue; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dsoa_6.c95 isc_boolean_t sub; local
122 sub = name_prefix(&mname, tctx->origin, &prefix);
123 RETERR(dns_name_totext(&prefix, sub, target));
127 sub = name_prefix(&rname, tctx->origin, &prefix);
128 RETERR(dns_name_totext(&prefix, sub, target));
H A Dafsdb_18.c76 isc_boolean_t sub; local
91 sub = name_prefix(&name, tctx->origin, &prefix);
92 return (dns_name_totext(&prefix, sub, target));
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldStartup.s219 sub sp, #16 // make room for outgoing parameters
226 sub r0, pc, #8 // load actual PC
228 sub r3, r0, r3 // r3 = slide
289 sub sp, sp, #16 // make room for local variables
297 sub x3,x4,x3 // x3 now has slide of dyld
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl800 foreach sub [lrange $regex 1 end] {
801 foreach sym [RESymbols $sub] {lappend res $sym}
880 # Optimized path. Intersection of one sub-expression
881 # is the sub-expression itself.
896 foreach sub [lrange $regex 2 end] {
898 struct::list assign [Regex $beta $sub idsub] s f
919 # Optimized path. No sub-expressions. This represents
928 # Optimized path. Concatenation of one sub-expression
929 # is the sub-expression itself.
935 foreach sub [lrang
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlregexp.c89 XML_REGEXP_SUBREG, /* used for () sub regexps */
6472 * of sub-expressions pointers *
7218 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) { argument
7221 if (sub->c_max == -1) {
7224 } else if ((exp->c_max >= 0) && (exp->c_max < sub->c_max)) {
7228 if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp)))
7235 xmlExpNodePtr sub);
7240 * @sub: the subexpression
7244 * Check if exp is a multiple of sub, i.e. if there is a finite number n
7245 * so that sub{
7252 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7313 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7767 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7801 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c86 XML_REGEXP_SUBREG, /* used for () sub regexps */
6458 * of sub-expressions pointers *
7204 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) { argument
7207 if (sub->c_max == -1) {
7210 } else if ((exp->c_max >= 0) && (exp->c_max < sub->c_max)) {
7214 if ((IS_NILLABLE(sub)) && (!IS_NILLABLE(exp)))
7221 xmlExpNodePtr sub);
7226 * @sub: the subexpression
7230 * Check if exp is a multiple of sub, i.e. if there is a finite number n
7231 * so that sub{
7238 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7299 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7753 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7787 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
/macosx-10.10.1/groff-38/groff/src/devices/grops/
H A Dps.cpp489 subencoding *sub; member in struct:style
504 : f(p), sub(s), point_size(sz), height(h), slant(sl)
511 && sub == s.sub
677 char *ps_printer::get_subfont(subencoding *sub, const char *stem) argument
679 assert(sub != 0);
680 if (!sub->subfont) {
683 sub->subfont = tem;
685 return sub->subfont;
694 subencoding *sub local
[all...]
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c254 CFDictionaryRef sub; local
557 sub = CFDictionaryGetValue( properties, CFSTR( kIOPropertyProtocolCharacteristicsKey ) );
559 if ( sub )
565 object = CFDictionaryGetValue( sub, CFSTR( kIOPropertyPhysicalInterconnectLocationKey ) );
587 object = CFDictionaryGetValue( sub, CFSTR( kIOPropertyPhysicalInterconnectTypeKey ) );
599 sub = CFDictionaryGetValue( properties, CFSTR( kIOPropertyDeviceCharacteristicsKey ) );
601 if ( sub )
607 object = CFDictionaryGetValue( sub, CFSTR( kIOPropertyProductNameKey ) );
618 object = CFDictionaryGetValue( sub, CFSTR( kIOPropertyProductRevisionLevelKey ) );
629 object = CFDictionaryGetValue( sub, CFST
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/dtrace/
H A Dcodesign-watch.d65 DTHandle sub; /* sub-DiskRep if any */
99 rep[arg0].sub = arg3;
102 arg0, rep[arg0].path, rep[arg0].sub);
111 rep[arg0].sub = arg3;
114 arg0, rep[arg0].path, rep[arg0].sub);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdecimal.py247 self.assertRaises(TypeError, operator.sub, o, 1.2)
248 self.assertRaises(TypeError, operator.sub, 1.2, o)
249 self.assertRaises(TypeError, operator.sub, o, "1.2")
250 self.assertRaises(TypeError, operator.sub, "1.2", o)
251 self.assertRaises(TypeError, operator.sub, o, u"1.2")
252 self.assertRaises(TypeError, operator.sub, u"1.2", o)
253 self.assertRaises(TypeError, operator.sub, o, ())
254 self.assertRaises(TypeError, operator.sub, (), o)
527 self.assertRaises(TypeError, operator.sub, o, 1.2)
528 self.assertRaises(TypeError, operator.sub, 1.
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdecimal.py247 self.assertRaises(TypeError, operator.sub, o, 1.2)
248 self.assertRaises(TypeError, operator.sub, 1.2, o)
249 self.assertRaises(TypeError, operator.sub, o, "1.2")
250 self.assertRaises(TypeError, operator.sub, "1.2", o)
251 self.assertRaises(TypeError, operator.sub, o, u"1.2")
252 self.assertRaises(TypeError, operator.sub, u"1.2", o)
253 self.assertRaises(TypeError, operator.sub, o, ())
254 self.assertRaises(TypeError, operator.sub, (), o)
527 self.assertRaises(TypeError, operator.sub, o, 1.2)
528 self.assertRaises(TypeError, operator.sub, 1.
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsdecimal.py251 self.assertRaises(TypeError, operator.sub, o, 1.2)
252 self.assertRaises(TypeError, operator.sub, 1.2, o)
253 self.assertRaises(TypeError, operator.sub, o, "1.2")
254 self.assertRaises(TypeError, operator.sub, "1.2", o)
255 self.assertRaises(TypeError, operator.sub, o, b"1.2".decode('ascii'))
256 self.assertRaises(TypeError, operator.sub, b"1.2".decode('ascii'), o)
257 self.assertRaises(TypeError, operator.sub, o, ())
258 self.assertRaises(TypeError, operator.sub, (), o)
534 self.assertRaises(TypeError, operator.sub, o, 1.2)
535 self.assertRaises(TypeError, operator.sub, 1.
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzutil.c1171 RParseResult sub; local
1192 else if (!rparseclo(&sub, perr)) {
1193 connectstates(result->out, sub.in);
1196 prependactions(result->nullacts, sub.in);
1197 insertlinklist(sub.in, lastnode(result->in), result->in);
1199 if (sub.nullacts) {
1200 appendactions(sub.nullacts, result->out);
1201 insertlinklist(sub.out, lastnode(result->out), result->out);
1203 result->out = sub.out;
1205 if (result->nullacts && sub
1220 RParseResult sub; local
[all...]
/macosx-10.10.1/network_cmds-457/mtest.tproj/
H A Dmtest.c122 const sockunion_t *sub = (const sockunion_t *)b; local
124 assert(sua->sa.sa_family == sub->sa.sa_family);
129 sub->sin.sin_addr.s_addr));
133 return (memcmp(&sua->sin6.sin6_addr, &sub->sin6.sin6_addr,
141 assert(sua->sa.sa_len == sub->sa.sa_len);
142 return (memcmp(sua, sub, sua->sa.sa_len));
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Dpflow.c88 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) argument
94 pl_resetFontRuns(sub);
104 pl_addFontRun(sub, runFont, runLimit);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmach++.cpp266 mach_port_t sub; local
267 check(::bootstrap_subset(mPort, requestor, &sub));
268 return sub;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach++.cpp266 mach_port_t sub; local
267 check(::bootstrap_subset(mPort, requestor, &sub));
268 return sub;
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/ch_3/
H A Da_1.c71 isc_boolean_t sub; local
87 sub = name_prefix(&name, tctx->origin, &prefix);
88 RETERR(dns_name_totext(&prefix, sub, target));

Completed in 470 milliseconds

1234567891011>>