Searched refs:times (Results 101 - 125 of 159) sorted by relevance

1234567

/freebsd-11.0-release/contrib/libarchive/cpio/test/
H A Dmain.c331 * For each test source file, we remember how many times each
1709 /* Set times, report failures. */
1761 struct timeval times[2];
1793 times[1].tv_sec = mt;
1794 times[1].tv_usec = mt_nsec / 1000;
1796 times[0].tv_sec = at;
1797 times[0].tv_usec = at_nsec / 1000;
1800 r = lutimes(pathname, times);
1802 r = utimes(pathname, times);
2393 logprintf("%s:%d: Summary: Failed %d times\
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c329 * For each test source file, we remember how many times each
1737 /* Set times, report failures. */
1789 struct timeval times[2];
1821 times[1].tv_sec = mt;
1822 times[1].tv_usec = mt_nsec / 1000;
1824 times[0].tv_sec = at;
1825 times[0].tv_usec = at_nsec / 1000;
1828 r = lutimes(pathname, times);
1830 r = utimes(pathname, times);
2421 logprintf("%s:%d: Summary: Failed %d times\
[all...]
/freebsd-11.0-release/contrib/libarchive/tar/test/
H A Dmain.c331 * For each test source file, we remember how many times each
1709 /* Set times, report failures. */
1761 struct timeval times[2];
1793 times[1].tv_sec = mt;
1794 times[1].tv_usec = mt_nsec / 1000;
1796 times[0].tv_sec = at;
1797 times[0].tv_usec = at_nsec / 1000;
1800 r = lutimes(pathname, times);
1802 r = utimes(pathname, times);
2393 logprintf("%s:%d: Summary: Failed %d times\
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp143 > print "Hit this watchpoint " + repr(wp_count) + " times!"
H A DCommandObjectBreakpointCommand.cpp135 > print "Hit this breakpoint " + repr(bp_count) + " times!"
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.proc.c172 (void) times(&shtimes);
297 pp->p_etime = times(&proctimes);
307 (void) times(&proctimes);
812 pp->p_btime = times(&tmptimes);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dada-valprint.c210 fprintf_filtered (stream, " <repeats %u times>", i - i0);
431 fprintf_filtered (stream, " <repeats %u times>", reps);
/freebsd-11.0-release/contrib/bmake/
H A Djob.c1161 struct utimbuf times; /* Times for utime() call */ local
1188 times.actime = times.modtime = now;
1189 if (utime(file, &times) < 0){
1777 * This function is called at different times depending on
/freebsd-11.0-release/contrib/bmake/mk/
H A Dsys.mk190 # We repeat the mkdir -p a number of times to try and work around this.
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh3.c9 #include <sys/times.h>
1093 times(&tbuf);
1129 "times", dotimes,
/freebsd-11.0-release/share/mk/
H A Dbsd.compiler.mk26 # This file may be included multiple times, but only has effect the first time.
/freebsd-11.0-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c73 #include <sys/times.h>
744 (void) times(&before);
997 (void) times(&after);
/freebsd-11.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c830 creds.times.endtime = 0;
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dkrb5.h460 krb5_times times; member in struct:krb5_creds
/freebsd-11.0-release/contrib/telnet/libtelnet/
H A Dkerberos5.c786 creds.times.endtime = 0;
/freebsd-11.0-release/crypto/openssl/apps/
H A Dapps.c3077 # include <times.h>
3087 now = times(&rus);
3092 now = clock(); /* sum of user and kernel times */
3110 # include <sys/times.h>
3116 clock_t now = times(&rus);
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_request.h558 u_short lowwater; /* number of times we've added buffers */
877 l_fp times[NUMCBUGTIMES]; member in struct:info_clkbug
/freebsd-11.0-release/contrib/gcc/
H A Dpasses.c40 # include <sys/times.h>
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c1035 uint64_t times[2]; local
1036 ZFS_TIME_ENCODE(&xoap->xoa_createtime, times);
1038 &times, sizeof (times), tx);
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc750 /* Number of times the value appears in the training run. */
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc750 /* Number of times the value appears in the training run. */
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1308 if (uap->times != NULL) {
1309 error = copyin(uap->times, s32, sizeof(s32));
1330 if (uap->times != NULL) {
1331 error = copyin(uap->times, ts32, sizeof(ts32));
1351 if (uap->times != NULL) {
1352 error = copyin(uap->times, ts32, sizeof(ts32));
H A Dfreebsd32_proto.h553 char times_l_[PADL_(struct timeval *)]; struct timeval * times; char times_r_[PADR_(struct timeval *)]; member in struct:freebsd32_futimesat_args
685 char times_l_[PADL_(struct timespec *)]; struct timespec * times; char times_r_[PADR_(struct timespec *)]; member in struct:freebsd32_futimens_args
690 char times_l_[PADL_(struct timespec *)]; struct timespec * times; char times_r_[PADR_(struct timespec *)]; member in struct:freebsd32_utimensat_args
/freebsd-11.0-release/contrib/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h930 #define __sanitizer_syscall_pre_utime(filename, times) \
931 __sanitizer_syscall_pre_impl_utime((long)(filename), (long)(times))
932 #define __sanitizer_syscall_post_utime(res, filename, times) \
933 __sanitizer_syscall_post_impl_utime(res, (long)(filename), (long)(times))
2516 void __sanitizer_syscall_pre_impl_utime(long filename, long times);
2517 void __sanitizer_syscall_post_impl_utime(long res, long filename, long times);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c1356 Call UPDATE_HASH() MIN_MATCH-3 more times
1535 Call UPDATE_HASH() MIN_MATCH-3 more times
1712 /* See how many times the previous byte repeats */

Completed in 704 milliseconds

1234567