Home
last modified time | relevance | path

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

/titanic_50/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_50/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_50/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_50/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_50/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_50/usr/src/tools/scripts/
H A Dwsdiff.py197 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 Dwebrev.sh711 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 Dcdm.py257 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 DINSTALL70 diffs or instructions to the address given in the `README' so they can
/titanic_50/usr/src/tools/
H A DREADME.tools250 Generates a set of HTML pages that show side-by-side diffs of
/titanic_50/usr/src/lib/libcmd/common/
H A DRELEASE52 08-04-24 getconf.c: clarify diffs between "name - value" and "name = value"
/titanic_50/usr/src/cmd/ssh/doc/
H A DChangeLog139 through diffs
/titanic_50/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_50/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