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

1234567891011>>

/macosx-10.10/cups-408/cups/scheduler/
H A Dipp.c83 cupsd_subscription_t *sub,
1946 cupsd_subscription_t *sub; /* Subscription object */ local
2105 if ((sub = cupsdAddSubscription(mask, cupsdFindDest(job->dest), job,
2108 sub->interval = interval;
2110 cupsdSetString(&sub->owner, job->username);
2114 sub->user_data_len = user_data->values[0].unknown.length;
2115 memcpy(sub->user_data, user_data->values[0].unknown.data,
2116 (size_t)sub->user_data_len);
2121 "notify-subscription-id", sub->id);
2124 sub
3546 cupsd_subscription_t *sub; /* Subscription */ local
3598 cupsd_subscription_t *sub; /* Current subscription */ local
5017 copy_subscription_attrs( cupsd_client_t *con, cupsd_subscription_t *sub, cups_array_t *ra, cups_array_t *exclude) argument
5277 cupsd_subscription_t *sub; /* Subscription object */ local
6552 cupsd_subscription_t *sub; /* Subscription */ local
7269 cupsd_subscription_t *sub; /* Subscription */ local
7337 cupsd_subscription_t *sub; /* Subscription */ local
8772 cupsd_subscription_t *sub; /* Subscription */ local
[all...]
/macosx-10.10/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/dcerpc-61/www/content/css/blueprint/
H A Die.css21 sub {vertical-align:text-bottom;}
/macosx-10.10/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/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/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/libxml2-26/libxml2/include/libxml/
H A Dxmlregexp.h207 xmlExpNodePtr sub);
211 xmlExpNodePtr sub);
/macosx-10.10/ncurses-44/ncurses/form/
H A Dform.priv.h96 ((form)->sub?(form)->sub:((form)->win?(form)->win:stdscr))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlregexp.h207 xmlExpNodePtr sub);
211 xmlExpNodePtr sub);

Completed in 196 milliseconds

1234567891011>>