| /titanic_54/usr/src/cmd/diff/ |
| H A D | Makefile | 26 PROG= diff diffh 28 BINDIFF= diff 40 POFILE= diff.po 41 DCFILE= diff.dc 42 #XGETFLAGS += -a -x diff.xcl 56 $(COMPILE.cpp) $(SRCS) > diff.po.i 57 $(XGETTEXT) $(XGETFLAGS) diff.po.i 59 $(RM) diff.po.i messages.po 63 $(COMPILE.cpp) $(SRCS) > diff.dc.i 64 $(XGETTEXT) -c TRANSLATION_NOTE_FOR_DC -t diff.dc.i [all …]
|
| H A D | diff.c | 43 * diff - differential file comparison 122 #include "diff.h" 325 (void) fprintf(stderr, "diff: "); in main() 363 (void) fprintf(stderr, "diff: "); in main() 368 (void) fprintf(stderr, "diff: "); in main() 380 (void) fprintf(stderr, "diff: "); in main() 386 (void) fprintf(stderr, "diff: "); in main() 400 (void) fprintf(stderr, "diff: "); in main() 408 (void) fprintf(stderr, "diff: "); in main() 422 (void) fprintf(stderr, "diff: "); in main() [all …]
|
| H A D | diff.h | 59 #define D_CONTEXT 2 /* Diff with context */ 60 #define D_IFDEF 3 /* Diff with merged #ifdef's */ 74 * diff - directory comparison 108 * doing a "context" diff. (see routine "change" to understand the 174 char diff[] = "/usr/bin/diff"; variable
|
| /titanic_54/usr/src/man/man1/ |
| H A D | diff.1 | 10 .TH DIFF 1 "Sep 22, 2004" 12 diff \- compare two files 16 \fBdiff\fR [\fB-bitw\fR] [\fB-c\fR | \fB-e\fR | \fB-f\fR | \fB-h\fR | \fB-n\fR | \fB-u\fR] \fIfile1… 21 \fBdiff\fR [\fB-bitw\fR] [\fB-C\fR \fInumber\fR | \fB-U\fR \fInumber\fR] \fIfile1\fR \fIfile2\fR 26 \fBdiff\fR [\fB-bitw\fR] [\fB-D\fR \fIstring\fR] \fIfile1\fR \fIfile2\fR 31 \fBdiff\fR [\fB-bitw\fR] [\fB-c\fR | \fB-e\fR | \fB-f\fR | \fB-h\fR | \fB-n\fR | \fB-u\fR] [\fB-l\f… 38 The \fBdiff\fR utility will compare the contents of \fIfile1\fR and \fIfile2\fR 41 \fBdiff\fR finds a smallest sufficient set of file differences. No output will 166 version-to-version \fBed\fR scripts ($2,$3,...) made by \fBdiff\fR need be on 196 with \fB-h\fR. \fBdiff\fR does not descend into directories with this option. [all …]
|
| H A D | bdiff.1 | 8 bdiff \- big diff 18 \fBbdiff\fR is used in a manner analogous to \fBdiff\fR to find which lines in 21 \fBdiff\fR. If \fIfilename1 (filename2)\fR is \fB\(mi\fR, the standard input is 26 remainder of each file into \fIn\fR-line segments, and invokes \fBdiff\fR on 31 The output of \fBbdiff\fR is exactly that of \fBdiff\fR, with line numbers 46 large for \fBdiff\fR, causing it to fail. 57 \fBdiff\fR, which \fBbdiff\fR calls. 88 \fBdiff\fR(1), \fBattributes\fR(5), \fBlargefile\fR(5)
|
| H A D | ctfdiff.1 | 96 container is also required for the diff to complete. 102 Diff 111 Diff 139 Diff the 147 Diff type information for 190 Standard output from the diff will not be emitted. 195 Diff the 347 .Xr diff 1 ,
|
| /titanic_54/usr/src/cmd/fm/eversholt/common/ |
| H A D | lut.c | 80 int diff; in lut_add() local 85 diff = (*cmp_func)(tmp->lut_lhs, lhs); in lut_add() 87 diff = (const char *)lhs - (const char *)tmp->lut_lhs; in lut_add() 89 if (diff == 0) { in lut_add() 93 } else if (diff > 0) { in lut_add() 118 int diff; in lut_lookup() local 124 diff = (*cmp_func)(root->lut_lhs, lhs); in lut_lookup() 126 diff = (const char *)lhs - (const char *)root->lut_lhs; in lut_lookup() 128 if (diff == 0) in lut_lookup() 130 else if (diff > 0) in lut_lookup() [all …]
|
| /titanic_54/usr/src/lib/libc/port/gen/ |
| H A D | getvfsent.c | 55 #define DIFF(xx)\ macro 119 (DIFF(vfs_special) || DIFF(vfs_fsckdev) || in getvfsany() 120 DIFF(vfs_mountp) || in getvfsany() 121 DIFF(vfs_fstype) || in getvfsany() 122 DIFF(vfs_fsckpass) || in getvfsany() 123 DIFF(vfs_automnt) || in getvfsany() 124 DIFF(vfs_mntopts))) in getvfsany() 155 ((bstat == 0 && DIFF(vfs_special)) || in getvfsany() 157 (cstat == 0 && DIFF(vfs_fsckdev)) || in getvfsany() 159 DIFF(vfs_mountp) || in getvfsany() [all …]
|
| /titanic_54/usr/src/cmd/bdiff/ |
| H A D | bdiff.c | 48 * and then executes diff upon the pieces. The output of 49 * 'diff' is then processed to make it look as if 'diff' had 51 * is a reasonable upper limit on the size of files that diff can 57 * the files whole, assuming 'diff' could handle such large files. 59 * 'diff' is executed by a child process, generated by forking, 67 static char diff[] = "/usr/bin/diff"; variable 160 * sent to 'diff'. Since the running time of 'diff' is in main() 165 * program will generate the appropriate 'diff' output in main() 167 * avoid executing 'diff' completely. in main() 180 * 'diff'-like output, which is of the form: in main() [all …]
|
| /titanic_54/usr/src/uts/common/fs/smbclnt/netsmb/ |
| H A D | subr_mchain.c | 238 uint64_t diff; in m_length() local 240 diff = (uintptr_t)mblk->b_datap->db_lim - in m_length() 242 ASSERT(diff == (uint64_t)((unsigned int)diff)); in m_length() 243 return ((unsigned int)diff); in m_length() 484 uint64_t diff; in mb_put_mem() local 487 diff = MBLKTAIL(m); in mb_put_mem() 488 ASSERT(diff == (uint64_t)((int)diff)); in mb_put_mem() 489 mleft = (int)diff; in mb_put_mem() 505 diff = MBLKTAIL(m); in mb_put_mem() 506 ASSERT(diff == (uint64_t)((int)diff)); in mb_put_mem() [all …]
|
| /titanic_54/usr/src/uts/sun4/os/ |
| H A D | memlist.c | 240 diff_memlists(struct memlist *proto, struct memlist *diff, void (*func)()) in diff_memlists() argument 246 * find diff item which may overlap with proto item in diff_memlists() 249 while (diff != NULL && in diff_memlists() 250 proto->ml_address >= diff->ml_address + diff->ml_size) in diff_memlists() 251 diff = diff->ml_next; in diff_memlists() 252 if (diff == NULL) { in diff_memlists() 257 if (proto->ml_address == diff->ml_address && in diff_memlists() 258 proto->ml_size == diff->ml_size) { in diff_memlists() 260 diff = diff->ml_next; in diff_memlists() 266 d_base = diff->ml_address; in diff_memlists() [all …]
|
| /titanic_54/usr/src/lib/libmvec/common/ |
| H A D | __vhypot.c | 103 int hx0, hx1, hy0, j0, diff; in __vhypot() local 129 diff = hy0 - hx0; in __vhypot() 130 j0 = diff >> 31; in __vhypot() 131 j0 = hy0 - (diff & j0); in __vhypot() 148 j0 = diff >> 31; in __vhypot() 149 if (((diff ^ j0) - j0) < 0x03600000) /* max(|X|,|Y|)/min(|X|,|Y|) < 2**54 */ in __vhypot() 171 diff = hy0 - hx0; in __vhypot() 172 j0 = diff >> 31; in __vhypot() 173 j0 = hy0 - (diff & j0); in __vhypot() 190 j0 = diff >> 31; in __vhypot() [all …]
|
| /titanic_54/usr/src/cmd/diff3/ |
| H A D | diff3prog.c | 44 * d13 = diff report on f1 vs f3 45 * d23 = diff report on f2 vs f3 59 struct diff {struct range old, new; }; argument 69 static struct diff d13[NC]; 70 static struct diff d23[NC]; 77 static struct diff de[NC]; 101 static int readin(char *name, struct diff *dd); 115 static int edit(struct diff *diff, int dup, int j); 184 readin(char *name, struct diff *dd) in readin() 278 struct diff *d1, *d2, *d3; in merge() [all …]
|
| /titanic_54/usr/src/cmd/dircmp/ |
| H A D | dircmp.sh | 46 # function to generate consistent "diff" output whether or not files are intact 55 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g 59 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g 63 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g 72 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g 76 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g 80 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g 86 # else use diff. 89 then cmd="diff" 93 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g
|
| /titanic_54/usr/src/cmd/fm/modules/common/eversholt/ |
| H A D | iexpr.c | 141 int diff; in iexpr_cmp() local 184 diff = iexpr_cmp(np1->u.expr.left, np2->u.expr.left); in iexpr_cmp() 185 if (diff != 0) in iexpr_cmp() 186 return (diff); in iexpr_cmp() 192 diff = iexpr_cmp(np1->u.name.child, np2->u.name.child); in iexpr_cmp() 193 if (diff != 0) in iexpr_cmp() 194 return (diff); in iexpr_cmp() 198 diff = iexpr_cmp(np1->u.event.ename, np2->u.event.ename); in iexpr_cmp() 199 if (diff != 0) in iexpr_cmp() 200 return (diff); in iexpr_cmp()
|
| /titanic_54/usr/src/man/man1c/ |
| H A D | uux.1c | 63 example% \fBuux "!diff sys1!/home/dan/filename1 \e 64 sys2!/a4/dan/filename2 > !~/dan/filename.diff"\fR 72 \fBsys2\fR machines, execute a \fBdiff\fR(1) command and put the results in 73 \fBfilename.diff\fR in the local \fIPUBDIR\fR\fB/dan/\fR directory. 341 example% \fBuux "a!diff b!/home/dan/xyz c!/home/dan/xyz > !xyz.diff"\fR 352 example% \fBuux "a!diff a!/home/dan/xyz c!/home/dan/xyz > !xyz.diff"\fR 359 \fIwill\fR work (if \fBdiff\fR is a permitted command.)
|
| /titanic_54/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | StddevValue.java | 83 BigInteger diff = BigInteger.valueOf(0); in squareRoot128() local 95 diff = diff.shiftLeft(2); in squareRoot128() 96 diff = diff.add(BigInteger.valueOf(nextTwoBits)); in squareRoot128() 104 if (nextTry.compareTo(diff) <= 0) { in squareRoot128() 105 diff = diff.subtract(nextTry); in squareRoot128()
|
| /titanic_54/usr/src/man/man3cpc/ |
| H A D | cpc_event_diff.3cpc | 20 \fBvoid\fR \fBcpc_event_diff\fR(\fBcpc_event_t *\fR\fIdiff\fR, \fBcpc_event_t *\fR\fIafter\fR, 53 corresponding field of \fIdiff\fR. The \fBce_hrt\fR field of \fIdiff\fR is set 60 field of \fBdiff\fR. 66 field of \fIdiff\fR.
|
| /titanic_54/usr/src/man/man9f/ |
| H A D | devmap_default_access.9f | 154 offset_t diff; 161 if ((diff = off - OFF_DO_CTXMG) >= 0 && diff < CTXMGT_SIZE) { 176 } else if ((diff = off - OFF_NORMAL) >= 0 && diff < NORMAL_SIZE) {
|
| H A D | devmap_do_ctxmgt.9f | 180 offset_t diff; 187 if ((diff = off - OFF_DO_CTXMG) >= 0 && diff < CTXMGT_SIZE) { 202 } else if ((diff = off - OFF_NORMAL) >= 0 && diff < NORMAL_SIZE) {
|
| /titanic_54/usr/src/lib/libilb/common/ |
| H A D | ilb_subr.c | 110 * diff contains the difference between the two with the same 116 i_cmp_addr_impl(void *ip1, void *ip2, ip_addr_type_t atype, int64_t *diff) in i_cmp_addr_impl() argument 165 * 3. if high-order diff == 0, we can take low-order in i_cmp_addr_impl() 166 * diff, if necessary cap it, convert it to signed in i_cmp_addr_impl() 171 * if high-order diff is > 1, any low-order difference won't in i_cmp_addr_impl() 232 if (diff != NULL) in i_cmp_addr_impl() 233 *diff = d; in i_cmp_addr_impl() 240 ilb_cmp_in6_addr(struct in6_addr *ip1, struct in6_addr *ip2, int64_t *diff) in ilb_cmp_in6_addr() argument 244 res = i_cmp_addr_impl(ip1, ip2, internal, diff); in ilb_cmp_in6_addr() 249 ilb_cmp_ipaddr(ilb_ip_addr_t *ip1, ilb_ip_addr_t *ip2, int64_t *diff) in ilb_cmp_ipaddr() argument [all …]
|
| /titanic_54/usr/src/common/avl/ |
| H A D | avl.c | 108 * Small arrays to translate between balance (or diff) values and child indices. 260 int diff; in avl_find() local 268 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find() 269 ASSERT(-1 <= diff && diff <= 1); in avl_find() 270 if (diff == 0) { in avl_find() 277 child = avl_balance2child[1 + diff]; in avl_find() 581 int diff; in avl_insert_here() local 596 diff = tree->avl_compar(new_data, here); in avl_insert_here() 597 ASSERT(-1 <= diff && diff <= 1); in avl_insert_here() 598 ASSERT(diff != 0); in avl_insert_here() [all …]
|
| /titanic_54/usr/src/uts/intel/io/acpica/ |
| H A D | cmp_ca.sh | 36 DIFF="diff -w" 68 if (! $DIFF $WSDIR/$WSSRC/$i $ACSRC/$i > /dev/null ) 85 if (! $DIFF $WSDIR/$WSHDR/$i $ACINC/$i > /dev/null ) 121 if (! $DIFF $WSDIR/$WSSRC/changes.txt $ACDIR/changes.txt > /dev/null )
|
| /titanic_54/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
| H A D | zfs_rename_007_pos.ksh | 102 log_must $DIFF $SRC_FILE $obj 104 log_must $DIFF $SRC_FILE $obj 115 log_must $DIFF $SRC_FILE $obj 135 log_must $DIFF $SRC_FILE $DST_FILE 138 log_must $DIFF $SRC_FILE $DST_FILE 148 log_must $DIFF $SRC_FILE $DST_FILE
|
| /titanic_54/usr/src/man/man9e/ |
| H A D | devmap_access.9e | 231 offset_t diff; 238 if ((diff = off - OFF_DO_CTXMG) >= 0 && diff < CTXMGT_SIZE) { 253 } else if ((diff = off - OFF_NORMAL) >= 0 && diff < NORMAL_SIZE) {
|