Searched refs:sub (Results 126 - 150 of 557) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dminfo_14.c67 isc_boolean_t sub; local
84 sub = name_prefix(&rmail, tctx->origin, &prefix);
86 RETERR(dns_name_totext(&prefix, sub, target));
90 sub = name_prefix(&email, tctx->origin, &prefix);
91 return (dns_name_totext(&prefix, sub, target));
H A Drp_17.c68 isc_boolean_t sub; local
85 sub = name_prefix(&rmail, tctx->origin, &prefix);
86 RETERR(dns_name_totext(&prefix, sub, target));
90 sub = name_prefix(&email, tctx->origin, &prefix);
91 return (dns_name_totext(&prefix, sub, target));
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dpx_26.c78 isc_boolean_t sub; local
103 sub = name_prefix(&name, tctx->origin, &prefix);
105 RETERR(dns_name_totext(&prefix, sub, target));
112 sub = name_prefix(&name, tctx->origin, &prefix);
113 return(dns_name_totext(&prefix, sub, target));
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_object_property.py271 sub = OCTestObjectProperty6.alloc().init()
272 sub.p1 = 1
273 sub.p2 = 'a'
274 self.assertEquals(sub.p1, 1)
275 self.assertEquals(sub.p2, 'a')
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drecd007.tcl173 proc do_file_recover_create { dir env_cmd method opts dbfile sub cmd msg } {
205 switch $sub {
230 puts "\tBad value $sub for sub"
265 if { $sub != 2 } {
297 # the file still doesn't exist or change (depending on sub)
310 if { $sub != 2 && [string first "none" $abort] == -1} {
355 if { $sub != 2 && [string first "none" $abort] == -1} {
395 proc do_file_recover_delete { dir env_cmd method opts dbfile sub cmd msg op } {
434 switch $sub {
[all...]
H A Dsdb005.tcl70 set db [eval {berkdb_open -unknown} $args {$testfile sub$i.db}]
74 lappend subdbnames sub$i.db
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustring.cpp54 const UChar *sub, int32_t subLength) {
58 if(sub==NULL || subLength<-1) {
69 if((cs=*sub++)==0) {
72 if(*sub==0 && !U16_IS_SURROGATE(cs)) {
81 q=sub;
107 subLength=u_strlen(sub);
113 /* get sub[0] to search for it fast */
114 cs=*sub++;
116 subLimit=sub+subLength;
129 q=sub;
53 u_strFindFirst(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
284 u_strFindLast(const UChar *s, int32_t length, const UChar *sub, int32_t subLength) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DConstantRangeTest.cpp349 EXPECT_EQ(Full.sub(APInt(16, 4)), Full);
350 EXPECT_EQ(Full.sub(Full), Full);
351 EXPECT_EQ(Full.sub(Empty), Empty);
352 EXPECT_EQ(Full.sub(One), Full);
353 EXPECT_EQ(Full.sub(Some), Full);
354 EXPECT_EQ(Full.sub(Wrap), Full);
355 EXPECT_EQ(Empty.sub(Empty), Empty);
356 EXPECT_EQ(Empty.sub(One), Empty);
357 EXPECT_EQ(Empty.sub(Some), Empty);
358 EXPECT_EQ(Empty.sub(Wra
[all...]
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp757 // Create sub unit nub if it doesn't exist
758 IOFireWireAVCSubUnit *sub = NULL; local
787 sub = new IOFireWireAVCSubUnit;
788 if(!sub)
791 if (!sub->init(propTable, this))
793 if (!sub->attach(this))
795 sub->setProperty("supportsFCP", hasFCP);
797 sub->registerService();
817 if(sub)
818 sub
827 IOFireWireAVCSubUnit * sub = NULL; local
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsearch.c2330 int sub;
2345 sub = 0;
2349 sub = XINT (subexp);
2350 if (sub < 0 || sub >= search_regs.num_regs)
2356 if (search_regs.start[sub] < BEGV
2357 || search_regs.start[sub] > search_regs.end[sub]
2358 || search_regs.end[sub] > ZV)
2359 args_out_of_range (make_number (search_regs.start[sub]),
2318 int sub; variable
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dsafe.tcl58 # adding the flags sub programs to the command program
66 # adding the flags sub programs to the command program
178 # get the flag sub program (we 'know' about Opt's internal
289 # + nestedok: flag, if 0 :no loading to sub-sub interps (load xx xx sub)
346 # Add 1st level sub dirs (will searched by auto loading from tcl
492 # sub directories to an existing path list.
503 foreach sub [glob -directory $dir -nocomplain *] {
504 if {([file isdirectory $sub]) \
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dmatrix.tcl170 set sub _$cmd
171 if {[llength [info commands ::struct::matrix::$sub]] == 0} {
183 uplevel 1 [linsert $args 0 ::struct::matrix::$sub $name]
240 set sub __add_$cmd
241 if { [llength [info commands ::struct::matrix::$sub]] == 0 } {
252 uplevel 1 [linsert $args 0 ::struct::matrix::$sub $name]
274 set sub __delete_$cmd
275 if { [llength [info commands ::struct::matrix::$sub]] == 0 } {
286 uplevel 1 [linsert $args 0 ::struct::matrix::$sub $name]
308 set sub __format
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c56 SubstringsAssertion *sub,
955 SubstringsAssertion *sub,
969 sub->sa_desc->ad_cname.bv_val, 0, 0 );
973 rc = bdb_index_param( op->o_bd, sub->sa_desc, LDAP_FILTER_SUBSTRINGS,
979 sub->sa_desc->ad_cname.bv_val, 0, 0 );
987 sub->sa_desc->ad_cname.bv_val, rc, 0 );
991 mr = sub->sa_desc->ad_type->sat_substr;
1004 sub->sa_desc->ad_type->sat_syntax,
1007 sub,
1014 sub
952 substring_candidates( Operation *op, DB_TXN *rtxn, SubstringsAssertion *sub, ID *ids, ID *tmp ) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_preauth.cpp107 // contains the actual validation conditions as a sub-subject, and may provide
117 // minimum requirement: item[1] = sub-subject (sublist)
120 ListElement &sub = list[1]; local
121 RefPointer<AclSubject> subSubject = ObjectAcl::make(sub);
167 // try to authenticate our sub-subject
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.h128 cpu_subtype_t sub; // subarchitecture member in struct:DYLDCache::ArchType
136 Architecture architecture() const { return Architecture(cpu, sub); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_preauth.cpp107 // contains the actual validation conditions as a sub-subject, and may provide
117 // minimum requirement: item[1] = sub-subject (sublist)
120 ListElement &sub = list[1]; local
121 RefPointer<AclSubject> subSubject = ObjectAcl::make(sub);
167 // try to authenticate our sub-subject
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.h128 cpu_subtype_t sub; // subarchitecture member in struct:DYLDCache::ArchType
136 Architecture architecture() const { return Architecture(cpu, sub); }
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/
H A Die.css21 sub {vertical-align:text-bottom;}
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/src/
H A Die.css34 /* Fixes wrong line-height on sup/sub in IE. */
36 sub { vertical-align: text-bottom; }
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-win.el319 s result new-win rest comp-subs size sub)
347 ;; Frame parameter is gotten from the sub-split.
372 (setq sub (append (pop subs) nil))
373 (while (and (not (assq (car sub) gnus-window-to-buffer))
374 (functionp (car sub)))
375 (setq sub (eval sub)))
376 (when sub
377 (push sub comp-subs)
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/trace/
H A Dtrace.c1216 _trace_sql_subtype (SQLSMALLINT *type, SQLSMALLINT *sub, int output) argument
1220 if (!type || !sub)
1228 trace_emit ("\t\t%-15.15s * %p\n", "SQLSMALLINT", sub);
1234 switch (*sub)
1243 switch (*sub)
1262 trace_emit ("\t\t%-15.15s * %p (%s)\n", "SQLSMALLINT", sub, ptr);
1264 trace_emit ("\t\t%-15.15s * %p (%d)\n", "SQLSMALLINT", sub, *sub);
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxmlregexp.h207 xmlExpNodePtr sub);
211 xmlExpNodePtr sub);
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dform.priv.h96 ((form)->sub?(form)->sub:((form)->win?(form)->win:stdscr))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlregexp.h207 xmlExpNodePtr sub);
211 xmlExpNodePtr sub);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4str.h83 int Find(const char *sub)const;
150 int Find(const char *sub)const; // strstr

Completed in 508 milliseconds

1234567891011>>