Home
last modified time | relevance | path

Searched refs:diffs (Results 1 – 16 of 16) sorted by relevance

/titanic_51/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()
/titanic_51/usr/src/cmd/csh/
H A Dwait3.c81 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_51/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c113 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_51/usr/src/lib/libc/port/gen/
H A Dwaitpid.c159 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_51/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c214 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_51/usr/src/tools/scripts/
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)
1184 diffs = diffFileData(base, ptch)
1185 difference(fileName, fileType, diffs)
H A Dwebrev.sh711 diff -b $1 $2 > /tmp/$$.diffs
718 # Now we have the diffs, generate the HTML for the old file.
797 ' /tmp/$$.diffs > /tmp/$$.file1
879 ' /tmp/$$.diffs > /tmp/$$.file2
1356 Use 'j' and 'k' for next and previous diffs; or use buttons
1424 # context or unified diffs.
2793 # and do our diffs there. This makes it possible to generate
2794 # clean looking diffs which don't have absolute paths present.
2818 # diffs. This is complicated by a couple of factors:
2900 # output for the new version, as well as diffs agains
[all...]
/titanic_51/usr/src/common/ficl/
H A DReadMe.txt28 for the 4.0 release. Please fix it and send us the diffs!)
/titanic_51/usr/src/boot/lib/libz/contrib/
H A DREADME.contrib33 Unsupported diffs to infback to decode the deflate64 format
/titanic_51/usr/src/grub/grub-0.97/
H A DINSTALL70 diffs or instructions to the address given in the `README' so they can
/titanic_51/usr/src/tools/
H A DREADME.tools250 Generates a set of HTML pages that show side-by-side diffs of
/titanic_51/usr/src/lib/libcmd/common/
H A DRELEASE52 08-04-24 getconf.c: clarify diffs between "name - value" and "name = value"
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE88 08-04-24 getconf.c: clarify diffs between "name - value" and "name = value"
/titanic_51/usr/src/uts/intel/io/acpica/
H A Dchanges.txt12475 each module, thus causing a huge number of diffs. There are a few small
/titanic_51/usr/src/cmd/terminfo/
H A Dtermcap.src19745 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
H A Dterminfo.src21961 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD