Searched refs:trees (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/srm-7/srm/src/
H A Dtree_walker.c142 int tree_walker(char **trees) { argument
147 while (trees[i] != NULL) {
148 while (trees[i][strlen(trees[i]) - 1] == '/')
149 trees[i][strlen(trees[i]) -1] = '\0';
153 if ( (stream = fts_open(trees, FTS_PHYSICAL | FTS_NOCHDIR, NULL)) == NULL )
209 int tree_walker(char **trees) { argument
212 while (trees[i] != NULL) {
213 while (trees[
[all...]
H A Dmain.c42 char *trees[argc]; local
132 trees[q] = argv[i];
133 trees[q] = NULL;
135 exit(tree_walker(trees));
H A Dsrm.h22 int tree_walker(char ** trees);
/macosx-10.10/zlib-55/zlib/watcom/
H A Dwatcom_l.mak10 trees.c uncompr.c zutil.c
15 trees.obj uncompr.obj zutil.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
H A Dwatcom_f.mak10 trees.c uncompr.c zutil.c
15 trees.obj uncompr.obj zutil.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_ncons.c71 STACK_OF(GENERAL_SUBTREE) *trees,
170 STACK_OF(GENERAL_SUBTREE) *trees,
175 if (sk_GENERAL_SUBTREE_num(trees) > 0)
177 for(i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++)
179 tree = sk_GENERAL_SUBTREE_value(trees, i);
/macosx-10.10/zlib-55/zlib/contrib/delphi/
H A Dzlibd32.mak22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dzlibd32.mak22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/macosx-10.10/removefile-35/
H A Dremovefile_priv.h51 int __removefile_tree_walker(char ** trees, removefile_state_t state);
H A Dremovefile_tree_walker.c116 __removefile_tree_walker(char **trees, removefile_state_t state) { argument
129 stream = fts_open(trees, FTS_PHYSICAL | FTS_NOCHDIR, NULL);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/decoder/
H A Dmakefile20 trees$(O) uncompr$(O) zutil$(O)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/encoder/
H A Dmakefile18 trees$(O) zutil$(O)
/macosx-10.10/xnu-2782.1.97/libkern/conf/
H A DMakefile.template35 trees.o_CWARNFLAGS_ADD = -Wno-cast-qual
85 trees.o_CWARNFLAGS_ADD = -Wno-cast-qual
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/preader/
H A Dmakefile36 trees$(O) uncompr$(O) zutil$(O)
/macosx-10.10/zlib-55/zlib/
H A DMakefile57 gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
60 gzwrite.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo
252 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
262 trees.lo: deflate.h zutil.h zlib.h zconf.h trees.h
H A Dmake_vms.com168 $ CALL MAKE trees.OBJ "CC ''CCOPT' trees" -
169 trees.c deflate.h zutil.h zlib.h zconf.h
404 deflate.obj, trees.obj, zutil.obj, inflate.obj, \
443 trees.obj : trees.c deflate.h zutil.h zlib.h zconf.h
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c333 /* used by trees.c: */
346 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
350 * The same heap array is used to build all trees.
354 /* Depth of each subtree used as tie breaker for trees of equal frequency
370 * - creating new Huffman trees less frequently may not provide fast
375 * trees more frequently.
387 ulg opt_len; /* bit length of current block with optimal trees */
388 ulg static_len; /* bit length of current block with static trees */
429 /* in trees.c */
1462 /* trees
3096 } trees; /* if DTREE, decoding info for trees */ member in union:inflate_blocks_state::__anon11980
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A DNWGNUdeflate184 $(OBJDIR)/trees.o \
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcvs-status.el53 ("T" . cvs-status-trees)
258 "Merge tags trees TREE1 and TREE2 into one.
368 (defun cvs-status-trees ()
369 "Look for a lists of tags, and replace them with trees."
388 ;;;; CVSTree-style trees
517 ;;;; Merged trees from different files
520 (defun cvs-tree-fuzzy-merge-1 (trees tree prev)
523 (defun cvs-tree-fuzzy-merge (trees tree)
532 (trees (make-vector 31 0)) tree)
534 (cvs-tree-fuzzy-merge trees tre
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm147 my ($self, $index, @trees) = @_;
158 (@trees)
161 foreach my $tree (@trees) {
172 unshift @{$self->{_children}} => @trees;
177 push @{$self->{_children}} => @trees;
181 splice @{$self->{_children}}, $index, 0, @trees;
382 # when adding hierarchies of trees, your
729 =item B<addChildren (@trees)>
745 =item B<insertChildren ($index, @trees)>
750 C<@trees> jus
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DToNestedArray.pm58 Tree::Simple::Visitor::ToNestedArray - A Visitor for creating nested array trees from Tree::Simple objects.
H A DToNestedHash.pm60 Tree::Simple::Visitor::ToNestedHash - A Visitor for creating nested hash trees from Tree::Simple objects.
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_file.c37 /* This is the head of the global list of shared trees */
38 prf_data_t trees; member in struct:global_shared_profile_data
42 #define g_shared_trees (krb5int_profile_shared_data.trees)
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DFibonacci.pm462 Keeps elements in heap order using a linked list of Fibonacci trees.
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DFibonacci.pm462 Keeps elements in heap order using a linked list of Fibonacci trees.

Completed in 310 milliseconds

12