Searched refs:sub (Results 1 - 25 of 557) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dselfref.py8 # [Property('S', 's'), Property('V', 'sub')]
12 # [Property('S', 's'), Property('I', 'i'), Property('V', 'sub')]
21 vw = db.getas('data[s:S,sub[^]]')
28 v = v[0].sub
31 for v in [vw[0], vw[0].sub[0], vw[0].sub[0].sub[0]]:
32 print v.s, len(v.sub)
33 print vw[0].sub[0].sub[
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dgetpart.h32 const char *main, const char *sub, FILE *stream);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dsubscriptions.c43 static void cupsd_send_notification(cupsd_subscription_t *sub,
45 static void cupsd_start_notifier(cupsd_subscription_t *sub);
65 cupsd_subscription_t *sub; /* Current subscription */ local
100 for (temp = NULL, sub = (cupsd_subscription_t *)cupsArrayFirst(Subscriptions);
101 sub;
102 sub = (cupsd_subscription_t *)cupsArrayNext(Subscriptions))
108 if ((sub->mask & event) != 0 &&
109 (sub->dest == dest || !sub->dest) &&
110 (sub
441 cupsd_subscription_t *sub; /* Subscription */ local
462 cupsdDeleteSubscription( cupsd_subscription_t *sub, int update) argument
654 cupsd_subscription_t *sub; /* Current subscription */ local
689 cupsd_subscription_t sub; /* Subscription template */ local
711 cupsd_subscription_t *sub; /* Current subscription */ local
1062 cupsd_subscription_t *sub; /* Current subscription */ local
1191 cupsd_subscription_t *sub; /* Current subscription */ local
1356 cupsd_send_notification( cupsd_subscription_t *sub, cupsd_event_t *event) argument
1478 cupsd_start_notifier( cupsd_subscription_t *sub) argument
[all...]
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_cursor.c85 WINDOW *win, *sub; local
94 sub = menu->usersub ? menu->usersub : win;
95 assert(win && sub);
100 wmove(sub, y, x);
102 if (win != sub)
104 wcursyncup(sub);
105 wsyncup(sub);
106 untouchwin(sub);
/macosx-10.10.1/ruby-106/ruby/ext/json/parser/
H A Dprereq.mk7 $(BASERUBY) -pli -e '$$_.sub!(/[ \t]+$$/, "")' $@
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstrmatch.c73 * match group begin offsets are even elements of sub
74 * match group end offsets are odd elements of sub
75 * the matched string is from s+sub[0] up to but not
76 * including s+sub[1]
80 strgrpmatch(const char* b, const char* p, ssize_t* sub, int n, register int flags) argument
99 if (sub && n > 0)
103 int* subi = (int*)sub;
108 sub[0] = sub[1] = 0;
133 if (!sub ||
204 strgrpmatch(const char* b, const char* p, int* sub, int n, int flags) argument
[all...]
H A Dccmapid.c142 ssize_t sub[2]; local
147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
149 if (!(c = name[sub[1]]))
151 if (sub[1] > n && !isalpha(c))
153 n = sub[1];
/macosx-10.10.1/objc4-646/test/
H A Dcacheflush.m23 Sub *sub = [Sub new];
32 testassert(1 == [sub instanceMethod]);
34 testassert(1 == [sub instanceMethod]);
44 testassert(2 == [sub instanceMethod]);
54 testassert(3 == [sub instanceMethod]);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregsubcomp.c111 register regsub_t* sub; local
132 if (!(sub = (regsub_t*)alloc(p->env->disc, 0, sizeof(regsub_t) + strlen(s))) || !(sub->re_ops = (regsubop_t*)alloc(p->env->disc, 0, (nops = 8) * sizeof(regsubop_t))))
134 if (sub)
135 alloc(p->env->disc, sub, 0);
139 sub->re_buf = sub->re_end = 0;
140 p->re_sub = sub;
141 p->env->sub = 1;
142 op = sub
362 regsub_t* sub; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error_string.c118 int sub, system; local
124 sub = err_get_sub(err);
127 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count);
129 if (system > err_max_system || sub >= sys_p->max_sub)
131 return (char *) (sys_p->subsystem[sub].subsys_name);
141 int sub, system, code; local
147 sub = err_get_sub(err);
155 sub = err_sparse_mapit(sub, sys_
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dscript.cpp27 box *sub; member in class:script_box
44 box *make_script_box(box *nuc, box *sub, box *sup) argument
49 sub,
54 return new script_box(nuc, sub, sup);
58 : pointer_box(pp), sub(qq), sup(rr)
64 delete sub;
81 if (sub != 0)
82 sub->compute_metrics(cramped_style(script_style(style)));
98 assert(sub != 0);
102 uid, uid, sub1, sub
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dsecasn1u.c97 PORT_Assert (theTemplate->sub != NULL);
98 if (theTemplate->sub != NULL) {
102 chooserp = *(SecAsn1TemplateChooserPtr *) theTemplate->sub;
111 subt = (SecAsn1Template*)theTemplate->sub;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecasn1u.c97 PORT_Assert (theTemplate->sub != NULL);
98 if (theTemplate->sub != NULL) {
102 chooserp = *(SecAsn1TemplateChooserPtr *) theTemplate->sub;
111 subt = (SecAsn1Template*)theTemplate->sub;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1u.c97 PORT_Assert (theTemplate->sub != NULL);
98 if (theTemplate->sub != NULL) {
102 chooserp = *(SecAsn1TemplateChooserPtr *) theTemplate->sub;
111 subt = (SecAsn1Template*)theTemplate->sub;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1u.c97 PORT_Assert (theTemplate->sub != NULL);
98 if (theTemplate->sub != NULL) {
102 chooserp = *(SecAsn1TemplateChooserPtr *) theTemplate->sub;
111 subt = (SecAsn1Template*)theTemplate->sub;
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkUndo.c135 TkUndoSubAtom *sub;
137 sub = elem->apply;
138 while (sub != NULL) {
139 TkUndoSubAtom *next = sub->next;
141 if (sub->action != NULL) {
142 Tcl_DecrRefCount(sub->action);
144 ckfree((char *)sub);
145 sub = next;
148 sub = elem->revert;
149 while (sub !
131 TkUndoSubAtom *sub; local
401 TkUndoSubAtom *sub = elem->apply; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dregcmp.c40 unsigned char sub[SUB]; member in struct:__anon9049
75 unsigned char sub[SUB]; local
142 memset(sub, 0, sizeof(sub));
145 sub[j] = paren[i] + 1;
185 memcpy(re->sub, sub, (nsub + 1) * sizeof(sub[0]));
196 char* sub[SUB + 1]; local
207 sub[
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DRegexTest.cpp68 EXPECT_EQ("aNUMber", Regex("[0-9]+").sub("NUM", "a1234ber"));
71 EXPECT_EQ("a\\ber", Regex("[0-9]+").sub("\\\\", "a1234ber", &Error));
73 EXPECT_EQ("a\nber", Regex("[0-9]+").sub("\\n", "a1234ber", &Error));
75 EXPECT_EQ("a\tber", Regex("[0-9]+").sub("\\t", "a1234ber", &Error));
77 EXPECT_EQ("ajber", Regex("[0-9]+").sub("\\j", "a1234ber", &Error));
80 EXPECT_EQ("aber", Regex("[0-9]+").sub("\\", "a1234ber", &Error));
84 EXPECT_EQ("aa1234bber", Regex("a[0-9]+b").sub("a\\0b", "a1234ber", &Error));
87 EXPECT_EQ("a1234ber", Regex("a([0-9]+)b").sub("a\\1b", "a1234ber", &Error));
90 EXPECT_EQ("aber", Regex("a[0-9]+b").sub("a\\100b", "a1234ber", &Error));
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrcollect.c45 sub (char **argv, int i, int argc, va_list *ap) function
72 return sub (NULL, 0, 0, ap);
90 ret = sub (ret, 1, initial, &ap);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DBaseAST.cpp90 /** Is 'sub' a subtree of this list?
93 bool BaseAST::equalsListPartial(RefAST sub) const
96 if (!sub)
101 for (;sibling && sub;
102 sibling=sibling->getNextSibling(), sub=sub->getNextSibling()) {
104 if (!sibling->equals(sub))
108 if (!sibling->getFirstChild()->equalsListPartial(sub->getFirstChild()))
112 if (!sibling && sub)
140 /** Is 'sub'
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/offsetof/
H A Dtst.OffsetofArith.d51 sub = offsetof(record_t, y) - offsetof(record_t, x);
60 printf("Subtraction of offsets (y-x)= %d\n", sub);
69 (0 != offsetof(record_t, c)) || (12 != add) || (4 != sub) || (0 != mul)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dhandletemplates.h180 Subclass *sub; local
181 if (!(sub = dynamic_cast<Subclass *>(state().find(handle, error))))
183 return *sub;
194 Subclass *sub; local
195 if (!(sub = dynamic_cast<Subclass *>(it->second)))
198 return *sub; // okay, go
211 Subclass *sub; local
212 if (!(sub = dynamic_cast<Subclass *>(it->second)))
216 return *sub; // okay, go
229 Subclass *sub; local
243 Subclass *sub; local
260 Subclass *sub; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dhandletemplates.h180 Subclass *sub; local
181 if (!(sub = dynamic_cast<Subclass *>(state().find(handle, error))))
183 return *sub;
194 Subclass *sub; local
195 if (!(sub = dynamic_cast<Subclass *>(it->second)))
198 return *sub; // okay, go
211 Subclass *sub; local
212 if (!(sub = dynamic_cast<Subclass *>(it->second)))
216 return *sub; // okay, go
229 Subclass *sub; local
243 Subclass *sub; local
260 Subclass *sub; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/jitter/
H A Dcpu_number.s10 sub $16,%rsp // space to read IDTR
22 sub $8, %esp // space to read IDTR
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dlocalename.c426 int primary, sub;
448 sub = SUBLANGID (langid);
459 switch (sub)
482 switch (sub)
499 switch (sub)
516 switch (sub)
527 switch (sub)
535 switch (sub)
561 switch (sub)
574 switch (sub)
[all...]

Completed in 362 milliseconds

1234567891011>>