Searched refs:sub (Results 276 - 300 of 559) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/msdosfs-209.1.1/
H A Dtest_msdos_userfs.py410 sub = root.mkdir('Subdirectory', clusters=clusters)
411 sub.mkfile('Child', content='Child')
420 sub.fill_slots(slot)
421 sub.write_slots(slot, raw)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Ddejagnu.py131 CFLAGS=re.sub('\s+-isysroot\s+\S+\s+', ' ', CFLAGS)
/macosx-10.10/smb-759.0/kernel/mysys/sys/
H A Dsmb_apple.h89 #define DECLARE_MODULE(name, data, sub, order) \
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dsafe.tcl141 # get the flag sub program (we 'know' about Opt's internal
249 # + nestedok: flag, if 0 :no loading to sub-sub interps (load xx xx sub)
306 # Add 1st level sub dirs (will searched by auto loading from tcl
501 # Add (only if needed, avoid duplicates) 1 level of sub directories to an
513 foreach sub [glob -directory $dir -nocomplain *] {
514 if {[file isdirectory $sub] && ($sub ni $res)} {
515 # new sub di
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dhuddle.tcl78 set sub [lindex $arg 1]
79 if {[llength $sub] != 2 && [array get types "type:[lindex $sub 1]"] == ""} {
288 get_sub { ; # get a sub-node specified by "key" from the tagged-content
299 set { ; # set a sub-node from the tagged-content
304 remove { ; # remove a sub-node from the tagged-content
475 set sub [huddle get $data $i]
476 lappend inner [jsondump $sub $offset $newline $nextoff]
H A Dyaml.tcl471 set sub [huddle get $value $i]
472 set result [huddle combine $result $sub]
474 unset sub len
1115 set sub [huddle get $data $i]
1116 set sep [expr {[huddle type $sub] eq "string" ? " " : "\n"}]
1117 lappend inner [join [list $offset - $sep [_imp_huddle2yaml $sub $nextoff]] ""]
1124 set sub [huddle get $data $key]
1125 set sep [expr {[huddle type $sub] eq "string" ? " " : "\n"}]
1126 lappend inner [join [list $offset $key: $sep [_imp_huddle2yaml $sub $nextoff]] ""]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dtdomhtml.tcl155 sub
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dstyle.tcl62 $w.text tag configure sub -offset -2p -font "$family 10"
123 $w.text insert end "i" sub
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dstyle.tcl57 $w.text tag configure sub -offset -2p -font {Courier 10}
118 $w.text insert end "i" sub
/macosx-10.10/vim-55/runtime/autoload/
H A Dpython3complete.vim264 def add(self,sub):
265 #print('push scope: [%s@%s]' % (sub.name,sub.indent))
266 sub.parent = self
267 self.subscopes.append(sub)
268 return sub
302 for sub in self.subscopes:
303 str += sub.get_code()
H A Dpythoncomplete.vim282 def add(self,sub):
283 #print 'push scope: [%s@%s]' % (sub.name,sub.indent)
284 sub.parent = self
285 self.subscopes.append(sub)
286 return sub
320 for sub in self.subscopes:
321 str += sub.get_code()
H A Drubycomplete.vim418 sdirs.each do |sub|
419 trail = "%s%s" % [ dir, sub ]
592 input.sub!(/.*[ \t\n\"\\'`><=;|&{(]/, '') # Readline.basic_word_break_characters
593 input.sub!(/self\./, '')
594 input.sub!(/.*((\.\.[\[(]?)|([\[(]))/, '')
624 message = $1.sub( /:/, '' )
783 outp.sub!(/,$/, '')
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm288 sub eax, MIN_LOOKAHEAD
291 sub ebp, eax
326 sub edx, 00010000h
339 sub edx, 00010000h
352 sub edx, 00010000h
388 sub edx, 00010000h
469 LenLower: sub al, 1
475 sub rax, r9
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c2816 char sub[2];
2818 sub[1]='\0';
2822 sub[0]='\0';
2826 sub[0]=(char)(((ssleay_value>>4)&0xff) + 'a' -1);
2829 sub[0]='\0';
2836 sub);
2849 char sub[2];
2850 sub[1]='\0';
2852 sub[0]=(SSLEAY_VERSION_NUMBER&0x0f) + 'a' -1;
2855 sub[
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregcomp.c1955 struct subre *sub;
1973 sub = &v->lacons[n];
1974 sub->begin = begin;
1975 sub->end = end;
1976 sub->subno = pos;
1977 ZAPCNFA(sub->cnfa);
1991 struct subre *sub;
1995 for (sub=subs+1, i=n-1; i>0; sub++, i--) { /* no 0th */
1996 if (!NULLCNFA(sub
1926 struct subre *sub; local
1961 struct subre *sub; local
[all...]
/macosx-10.10/dcerpc-61/www/content/css/blueprint/src/
H A Dtypography.css49 sup, sub { line-height: 0; }
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c85 regex_t* sub; member in union:Entry::__anon9347
683 if (!ep->value.sub)
685 if ((c = regexec(ep->value.sub, p, elementsof(matches), matches, 0)) || (c = regsubexec(ep->value.sub, p, elementsof(matches), matches)))
693 if ((c = regexec(ep->value.sub, p, elementsof(matches), matches, 0)) || (c = regsubexec(ep->value.sub, p, elementsof(matches), matches)))
696 regmessage(mp, ep->value.sub, c);
700 p = ep->value.sub->re_sub->re_buf;
2063 if (ep->value.sub = vmnewof(mp->vm, 0, regex_t, 1, 0))
2065 ep->value.sub
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86JITInfo.cpp316 sub esp, 16
322 sub esp, 12
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCheckedArithmetic.h256 static inline bool sub(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
311 static inline bool sub(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
348 static inline bool sub(int64_t lhs, int64_t rhs, ResultType& result) function in struct:WTF::ArithmeticOperations
382 static inline bool sub(int64_t lhs, int64_t rhs, ResultType& result) function in struct:WTF::ArithmeticOperations
384 return ArithmeticOperations<int, unsigned, ResultType>::sub(lhs, rhs, result);
405 return ArithmeticOperations<U, V, R>::sub(lhs, rhs, result);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c5526 bfd *sub;
5529 for (sub = info->input_bfds; sub != NULL;
5530 sub = sub->link_next)
5531 for (o = sub->sections; o != NULL; o = o->next)
5537 sub);
8963 bfd *sub;
8979 sub = s->owner;
8980 if (bfd_get_flavour (sub)
5516 bfd *sub; local
8953 bfd *sub; local
9044 register bfd *sub; local
10279 bfd *sub; local
10493 bfd *sub; local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c426 ssize_t sub[2]; local
452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
454 if (!(c = m[sub[1]]))
459 if (sub[1] > n && !isalpha(c))
462 n = sub[1];
479 for (m += sub[1]; *m && !isalnum(*m); m++);
/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c537 char *eql = NULL, *sub = NULL, *str, *ptr; local
546 if ((*namptr)[1] && (eql = sub = strchr(*namptr + 1, Equals))) {
547 str = sub + 1;
548 if ((sub[1] == Tilde || sub[1] == Equals) && filesubstr(&str, assign)) {
549 sub[1] = '\0';
557 while ((sub = strchr(ptr, ':'))) {
558 str = sub + 1;
559 len = sub - *namptr;
560 if (sub > eq
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c2293 * through a sub-request. The base file name (without the @num suffix)
2300 request_rec *sub; local
2318 /* perform sub-request for the file name without the suffix */
2325 sub = ap_sub_req_lookup_file(sub_filename, r, NULL);
2327 /* extract content type/encoding/language from sub-request */
2328 if (sub->content_type) {
2329 ap_set_content_type(r, apr_pstrdup(r->pool, sub->content_type));
2335 if (sub->content_encoding)
2337 apr_pstrdup(r->pool, sub->content_encoding);
2338 if (sub
[all...]
/macosx-10.10/libedit-40/src/
H A Dreadline.c508 int idx, sign, sub, num, begin, ret; local
548 sub = 0;
550 sub = 1;
557 if (sub && cmd[idx] == '?')
559 if (!sub && (cmd[idx] == ':' || cmd[idx] == ' '
565 if (sub && cmd[idx] == '?')
567 if (sub && len == 0 && last_search_pat && *last_search_pat)
585 if (sub) {
604 if (sub && len) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraph_tcl.tcl193 set sub _$cmd
194 if { [llength [info commands ::struct::graph::$sub]] == 0 } {
206 uplevel 1 [linsert $args 0 ::struct::graph::$sub $name]
292 set sub __arc_$cmd
293 if { [llength [info commands ::struct::graph::$sub]] == 0 } {
304 uplevel 1 [linsert $args 0 ::struct::graph::$sub $name]
1571 set sub __node_$cmd
1572 if { [llength [info commands ::struct::graph::$sub]] == 0 } {
1583 uplevel 1 [linsert $args 0 ::struct::graph::$sub $name]
2414 # If only a subset of nodes is serialized the result will be a sub
[all...]

Completed in 266 milliseconds

<<11121314151617181920>>