/titanic_50/usr/src/lib/libbsm/common/ |
H A D | audit_crontab.c | 55 char *diffs = NULL; in audit_crontab_modify() local 68 r = audit_crontab_get_diffs(path, tmp_path, &diffs); in audit_crontab_modify() 73 if (diffs != NULL && r != AUDIT_GET_DIFFS_ERR) { in audit_crontab_modify() 74 aug_save_text(diffs); in audit_crontab_modify() 75 free(diffs); in audit_crontab_modify() 80 if (diffs == NULL) in audit_crontab_modify()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | wait3.c | 81 clock_t diffs; /* difference in systemtime (ticks) */ in csh_wait3() local 93 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in csh_wait3() 96 rp->ru_stime.tv_sec = diffs/HZ; in csh_wait3() 97 rp->ru_stime.tv_usec = ((diffs % HZ) * 1000000) / HZ; in csh_wait3()
|
/titanic_50/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 113 clock_t diffs; /* difference in systemtime (ticks) */ in wait4() local 125 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4() 128 rp->ru_stime.tv_sec = diffs/ HZ; in wait4() 129 rp->ru_stime.tv_usec = (diffs % HZ) * (1000000 / HZ); in wait4()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 159 clock_t diffs; /* difference in systemtime (ticks) */ in wait4() local 172 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4() 176 rp->ru_stime.tv_sec = diffs / hz; in wait4() 177 rp->ru_stime.tv_usec = (diffs % hz) * (1000000 / hz); in wait4()
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 214 long diffs; /* difference in systemtime (ticks) */ in wait4() local 226 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4() 229 rp->ru_stime.tv_sec = diffs / HZ; in wait4() 230 rp->ru_stime.tv_usec = (diffs % HZ) * (1000000 / HZ); in wait4()
|
/titanic_50/usr/src/tools/scripts/ |
H A D | wsdiff.py | 197 def difference(f, dtype, diffs) : argument 210 log_difference(f, dtype, diffs) 215 def log_difference(f, dtype, diffs) : argument 222 difflen = len(diffs) 227 print(diffs[:diffs_sz_thresh], file=log) 231 print(diffs, file=log) 1076 diffs = diffFileData(base, ptch) 1077 difference(fileName, fileType, diffs)
|
H A D | webrev.sh | 711 diff -b $1 $2 > /tmp/$$.diffs 797 ' /tmp/$$.diffs > /tmp/$$.file1 879 ' /tmp/$$.diffs > /tmp/$$.file2
|
/titanic_50/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 257 diffs = wslist[repo].diff(act.parenttip.node(), act.localtip.node(), 259 if diffs: 260 ui.write(diffs)
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | INSTALL | 70 diffs or instructions to the address given in the `README' so they can
|
/titanic_50/usr/src/tools/ |
H A D | README.tools | 250 Generates a set of HTML pages that show side-by-side diffs of
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 52 08-04-24 getconf.c: clarify diffs between "name - value" and "name = value"
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 139 through diffs
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 12475 each module, thus causing a huge number of diffs. There are a few small
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 19745 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
|
H A D | terminfo.src | 21961 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
|