Searched refs:diffs (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | wait3.c | 79 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/ucblib/libucb/port/sys/ |
H A D | wait4.c | 111 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/lib/libc/port/gen/ |
H A D | waitpid.c | 157 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/scripts/ |
H A D | wsdiff.py | 195 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)
|
H A D | webrev.sh | 1011 diff -b $1 $2 > /tmp/$$.diffs 1097 ' /tmp/$$.diffs > /tmp/$$.file1 1179 ' /tmp/$$.diffs > /tmp/$$.file2
|
/illumos-gate/usr/src/common/ficl/ |
H A D | ReadMe.txt | 28 for the 4.0 release. Please fix it and send us the diffs!)
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | INSTALL | 70 diffs or instructions to the address given in the `README' so they can
|
/illumos-gate/usr/src/tools/ |
H A D | README.tools | 211 Generates a set of HTML pages that show side-by-side diffs of
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | RELEASE | 88 08-04-24 getconf.c: clarify diffs between "name - value" and "name = value"
|
/illumos-gate/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
|
/illumos-gate/usr/src/data/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 | 21963 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
|