Searched refs:differ (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/file_cmds-230/xcodescripts/
H A Dhardlink.sh7 echo input and output file counts differ
/macosx-10.9.5/file_cmds-230/mtree/
H A Dspecspec.c94 mismatch(NODE *n1, NODE *n2, int differ, char const *path) argument
98 shownode(n1, differ, path);
103 shownode(n2, differ, path);
106 if (!(differ & keys))
109 shownode(n1, differ, path);
111 shownode(n2, differ, path);
/macosx-10.9.5/swig-10/Source/Modules/
H A Doverload.cxx53 * difference when overloading methods that differ by const only. The
113 int differ = 0;
142 differ = t1v - t2v;
144 differ = 1;
146 differ = -1;
148 differ = -1;
150 if (differ > 0) {
155 } else if ((differ == 0) && (Strcmp(t1, "0") == 0)) {
183 differ = 1;
186 } else if (differ) {
[all...]
H A Dr.cxx1405 int differ = 0; local
1434 differ = t1v-t2v;
1436 else if (!t1 && t2) differ = 1;
1437 else if (t1 && !t2) differ = -1;
1438 else if (!t1 && !t2) differ = -1;
1440 if (differ > 0) {
1445 } else if ((differ == 0) && (Strcmp(t1,"0") == 0)) {
1473 differ = 1;
1476 } else if (differ) {
1490 if (!differ) {
[all...]
H A Dallegrocl.cxx1731 * difference when overloading methods that differ by const only. The
1790 int differ = 0; local
1819 differ = t1v - t2v;
1821 differ = 1;
1823 differ = -1;
1825 differ = -1;
1827 if (differ > 0) {
1832 } else if ((differ == 0) && (Strcmp(t1, "0") == 0)) {
1860 differ = 1;
1863 } else if (differ) {
[all...]
/macosx-10.9.5/postfix-252/postfix/conf/
H A Dpostfix-script309 $WARN $queue_directory/$path and /$path differ
321 $WARN /usr/lib/sendmail and /usr/sbin/sendmail differ
/macosx-10.9.5/vim-53/runtime/colors/
H A Dpeachpuff.vim9 " Note: Only GUI colors differ from default, on terminal it's just `light'.
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpciutils3.1.7.patch.c1 Binary files pciutils-3.1.7.orig/.DS_Store and pciutils-3.1.7/.DS_Store differ
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsnobol4.vim27 syn keyword snobol4Keyword data datatype date define detach differ dump dupl
H A Ddiff.vim14 syn match diffDiffer "^Files .* and .* differ$"
15 syn match diffBDiffer "^Binary files .* and .* differ$"
/macosx-10.9.5/CPANInternal-140/Heap/
H A DHeap.pm72 differ only in ways unrelated to the B<Heap::Elem> interface.
/macosx-10.9.5/CPANInternal-140/Heap-0.80/lib/
H A DHeap.pm57 differ only in ways unrelated to the B<Heap::Elem> interface.
/macosx-10.9.5/vim-53/src/
H A Dmemline.c1601 * Compare the buffer contents with the original file. When they differ
4385 int differ = FALSE; local
4415 differ = TRUE;
4428 differ = TRUE;
4431 differ = TRUE;
4443 differ = TRUE;
4448 if (differ == FALSE && !(curbuf->b_flags & BF_RECOVERED)
4646 * ino_c ino_s fname_c fname_s differ =
H A Dbuffer.c5544 int differ = TRUE; local
5572 differ = FALSE;
5576 differ = TRUE;
5589 return differ;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DServer.pm208 Using the list of argument names passed in the initial argument as an array reference, this routine returns a list of the parameter values for the parameters matching those names, in that order. If none of the names given in the initial array-reference exist in the parameter list, the values are returned in the order in which they already appear within the list of parameters. In this case, the number of returned values may differ from the length of the requested-parameters list.
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DBase.pm680 eras, with "BCE" first. However, most locales do not differ between
/macosx-10.9.5/CPANInternal-140/File-VirtualPath/lib/File/
H A DVirtualPath.pm195 names differ only in that one has a "_string" suffix; each will return either an
/macosx-10.9.5/CPANInternal-140/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm195 names differ only in that one has a "_string" suffix; each will return either an
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm1237 are similar in functionality they greatly differ in implementation style.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm1237 are similar in functionality they greatly differ in implementation style.
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm2689 can differ to other languages). Also, your perl interpreter might expose
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1896 can differ to other languages). Also, your perl interpreter might expose
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm1102 can differ to other languages). Also, your perl interpreter might expose
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Ducs-tables.el2440 8859-15 (Latin-9) differ only in a few characters. Emacs normally
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemastypes.c3445 * If the number of integral digits differ, then we have our

Completed in 426 milliseconds

12