Searched refs:same (Results 1 - 25 of 723) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/preroot/
H A Dispreroot.c36 * return 1 if files a and b are the same under preroot
42 same(const char* a, const char* b) function
62 if (dir) return(same("/", dir));
63 if (prerooted < 0) prerooted = !same("/", PR_REAL);
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dnode.h110 virtual int same(node *) = 0;
156 int same(node *);
196 int same(node *);
225 int same(node *);
240 int same(node *);
261 int same(node *);
275 int same(node *);
288 int same(node *);
303 int same(node *);
333 int same(nod
[all...]
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/sets/
H A DMakefile.am9 has-same-node.1.out has-same-node.1.xml has-same-node.1.xsl \
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dhashcmd.c133 int same; local
178 equivalence -- same device and inode. */
181 same = 0;
187 same = same_file (".", path, (struct stat *)NULL, (struct stat *)NULL);
191 return same ? (char *)NULL : savestring (path);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dsplay.c112 /* There already exists a node in the tree with the very same key. Build
114 node and make the previous node the first one in the 'same' list. */
116 node->same = t;
121 t->smaller = node; /* in the sub node for this same key, we use the
148 node->same = NULL; /* no identical node (yet) */
179 x = t->same;
233 /* Key set to NOTUSED means it is a subnode within a 'same' linked list
239 removenode->smaller->same = removenode->same;
240 if(removenode->same)
[all...]
H A Dsplay.h29 struct Curl_tree *same; /* points to a node with identical key */ member in struct:Curl_tree
/macosx-10.10.1/curl-83.1.2/curl/tests/unit/
H A Dunit1309.c55 for(count=0, node = t->same; node; node = node->same, count++)
/macosx-10.10.1/ruby-106/ruby/ext/openssl/lib/
H A Dopenssl.rb10 This program is licenced under the same licence as Ruby.
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dhttps.rb16 This program is licenced under the same licence as Ruby.
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddeattack.c108 u_int32_t l, same; local
145 for (c = buf, same = j = 0; c < (buf + len); c += SSH_BLOCKSIZE, j++) {
149 if (++same > MAX_IDENTICAL)
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DDirected.pm40 This module is licensed under the same terms as Perl itself.
H A DUndirected.pm40 This module is licensed under the same terms as Perl itself.
H A DUnionFind.pm73 sub same { subroutine
104 # are equal, they are in the same partition.
109 $uf->same($u, $v) # Equal to $pu eq $pv.
165 =item same
167 $uf->same($u, $v)
169 Return true of the vertices belong to the same union-find partition
180 This module is licensed under the same terms as Perl itself.
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DDirected.pm40 This module is licensed under the same terms as Perl itself.
H A DUndirected.pm40 This module is licensed under the same terms as Perl itself.
H A DUnionFind.pm73 sub same { subroutine
104 # are equal, they are in the same partition.
109 $uf->same($u, $v) # Equal to $pu eq $pv.
165 =item same
167 $uf->same($u, $v)
169 Return true of the vertices belong to the same union-find partition
180 This module is licensed under the same terms as Perl itself.
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dtex.vim19 " otherwize the same for global variable with same name, else it will be
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A DMakefile.am23 # these two are almost the same program
27 # objcopy and strip should be the same program
35 # These should all be the same program too.
434 $(INCDIR)/fopen-same.h budemang.h
438 $(INCDIR)/fopen-same.h $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h \
443 $(INCDIR)/fopen-same.h $(INCDIR)/filenames.h
446 $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h
450 config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \
458 $(INCDIR)/fopen-same.h
462 $(INCDIR)/fopen-same
[all...]
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/ExtAttr/
H A DTie.pm32 the same restrictions as that module in terms of OS support.
40 The flags are the same optional flags as in File::ExtAttr. Any flags
121 it under the same terms as Perl itself, either Perl version 5.8.5 or,
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/Heap/Elem/
H A DRef.pm59 objects that have references on the same heap. These comparisons
77 This code is distributed under the same copyright terms as perl itself.
H A DRefRev.pm59 objects that have references on the same heap. These comparisons
77 This code is distributed under the same copyright terms as perl itself.
/macosx-10.10.1/CPANInternal-159.1/Text-LevenshteinXS-0.03/
H A DLevenshteinXS.pm51 When two strings have distance 0, they are the same.
73 the same terms as Perl itself.
/macosx-10.10.1/ICU-531.30/icuSources/data/translit/
H A Dtrnsfiles.mk9 # you should consider creating a 'trnslocal.mk' file in this same directory.
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/ex/MyApp/
H A DSubclass.pm55 it under the same terms as Perl itself.
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/
H A DJSONRPC.pm35 it under the same terms as Perl itself.

Completed in 292 milliseconds

1234567891011>>