Home
last modified time | relevance | path

Searched refs:diffs (Results 1 – 13 of 13) sorted by path

/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c79 clock_t diffs; /* difference in systemtime (ticks) */ in csh_wait3() local
91 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in csh_wait3()
94 rp->ru_stime.tv_sec = diffs/HZ; in csh_wait3()
95 rp->ru_stime.tv_usec = ((diffs % HZ) * 1000000) / HZ; in csh_wait3()
/illumos-gate/usr/src/common/ficl/
H A DReadMe.txt28 for the 4.0 release. Please fix it and send us the diffs!)
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE88 08-04-24 getconf.c: clarify diffs between "name - value" and "name = value"
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src19745 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
H A Dterminfo.src21963 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
/illumos-gate/usr/src/grub/grub-0.97/
H A DINSTALL70 diffs or instructions to the address given in the `README' so they can
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_crontab.c55 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()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c157 clock_t diffs; /* difference in systemtime (ticks) */ in wait4() local
170 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
174 rp->ru_stime.tv_sec = diffs / hz; in wait4()
175 rp->ru_stime.tv_usec = (diffs % hz) * (1000000 / hz); in wait4()
/illumos-gate/usr/src/tools/
H A DREADME.tools211 Generates a set of HTML pages that show side-by-side diffs of
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1011 diff -b $1 $2 > /tmp/$$.diffs
1097 ' /tmp/$$.diffs > /tmp/$$.file1
1179 ' /tmp/$$.diffs > /tmp/$$.file2
H A Dwsdiff.py195 def difference(f, dtype, diffs) : argument
208 log_difference(f, dtype, diffs)
213 def log_difference(f, dtype, diffs) : argument
220 difflen = len(diffs)
225 print(diffs[:diffs_sz_thresh], file=log)
229 print(diffs, file=log)
1192 diffs = diffFileData(base, ptch)
1193 difference(fileName, fileType, diffs)
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c111 clock_t diffs; /* difference in systemtime (ticks) */ in wait4() local
123 diffs = after_tms.tms_cstime - before_tms.tms_cstime; in wait4()
126 rp->ru_stime.tv_sec = diffs/ HZ; in wait4()
127 rp->ru_stime.tv_usec = (diffs % HZ) * (1000000 / HZ); in wait4()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt12475 each module, thus causing a huge number of diffs. There are a few small