Searched refs:then (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-10.1-release/sbin/dump/
H A Dunctime.c49 struct tm then; local
51 str = strptime(str, "%a %b %e %T %Y", &then);
54 then.tm_isdst = -1;
55 return (mktime(&then));
/freebsd-10.1-release/contrib/ncurses/misc/
H A Dcleantic.cmd41 if dir = '' then
H A Dchkdef.cmd80 when (new_code = '') | (new_name = '') then
86 when codes.new_name \= 0 then
88 if codes.new_name \= new_code then
93 when names.new_code \= '' then
95 if names.new_code \= new_name then
H A Dmakedef.cmd98 if Left(new_symbol,1) = '"' then
106 if new_code = '' then
111 if Left(new_name,4) = '_nc_' then
130 when new_name = '' then
132 when names.last = new_name then
137 when new_code = 0 then
155 if codes.inx = 0 then
H A Dcmpdef.cmd81 if number = '' || name = '' then
101 if name = '' | number = '' then
107 if numbers.name = 0 then
110 if names.number = '' then
115 else if numbers.name \= number then
/freebsd-10.1-release/contrib/apr/locks/unix/
H A Dthread_cond.c82 apr_time_t then; local
85 then = apr_time_now() + timeout;
86 abstime.tv_sec = apr_time_sec(then);
87 abstime.tv_nsec = apr_time_usec(then) * 1000; /* nanoseconds */
/freebsd-10.1-release/usr.sbin/timed/timed/
H A Dcandidate.c50 struct timeval then, wait; local
87 (void)gettimeofday(&then, 0);
88 then.tv_sec += 3;
91 timevalsub(&wait,&then,&wait);
/freebsd-10.1-release/contrib/bmake/mk/
H A Dinstall-new.mk21 if ! test -s $$target || ! cmp -s $$target $$src; then \
23 if test -s $$target; then \
24 if test "x$$_bak" != x; then \
46 if test $$_t $$new; then \
H A Dsubdir.mk31 if Exists ${.CURDIR}/$${entry}.${MACHINE}/[mM]akefile; then \
33 elif Exists ${.CURDIR}/$${entry}/[mM]akefile; then \
38 if test X"${_THISDIR_}" = X""; then \
50 @set -e; if test -d ${.CURDIR}/${.TARGET}.${MACHINE}; then \
H A Dobj.mk54 @if test ! -d ${__objdir}/.; then \
56 if test ! -d ${__objdir}; then \
80 @if test -d ${__objdir}/.; then \
H A Ddpadd.mk50 # If USE_PROFILE is yes, then check for profiled versions of libs
114 # if SRC_libfoo is not set, then we assume that the srcdir corresponding
123 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
189 # the .PATH is needed before then.
H A Doptions.mk27 # We set ${OPTION_PREFIX:UMK_}* which is then all we need care about.
/freebsd-10.1-release/contrib/amd/amd/
H A Dclock.c61 void reschedule_timeouts(time_t now, time_t then);
183 reschedule_timeouts(time_t now, time_t then) argument
188 if (cp->c_time >= now && cp->c_time <= then) {
/freebsd-10.1-release/tools/tools/netrate/netreceive/
H A Dnetreceive.c162 struct timespec now, then, delta; local
165 clock_gettime(CLOCK_REALTIME, &then);
166 fprintf(stderr, "start at %ld.%09ld\n", then.tv_sec, then.tv_nsec);
182 timespec_sub(&delta, &then);
183 then = now;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp402 // if BitCount(registers) < 1 then UNPREDICTABLE;
409 // if BitCount(registers) < 2 then UNPREDICTABLE;
415 // if BadReg(t) then UNPREDICTABLE;
424 // if BitCount(register_list) < 2 then SEE STMDB / STMFD;
428 // if t == 13 then UNPREDICTABLE;
496 if registers<i> == '1' then
497 R[i] = if UnalignedAllowed then MemU[address,4] else MemA[address,4]; address = address + 4;
498 if registers<15> == '1' then
499 if UnalignedAllowed then
503 if registers<13> == '0' then S
[all...]
/freebsd-10.1-release/share/examples/perfmon/
H A Dperfmon.c57 struct pmc_tstamp then, now; local
121 if (ioctl(fd, PMIOTSTAMP, &then) < 0)
161 now.pmct_value - then.pmct_value);
/freebsd-10.1-release/share/mk/
H A Dbsd.obj.mk84 @if ! test -d ${CANONICALOBJDIR}/; then \
86 if ! test -d ${CANONICALOBJDIR}/; then \
96 @if test -d ${CANONICALOBJDIR}/; then \
119 @if [ -L ${.CURDIR}/obj ]; then rm -f ${.CURDIR}/obj; fi
H A Dbsd.subdir.mk49 if test -d ${.CURDIR}/$${entry}.${MACHINE_ARCH}; then \
64 ${_+_}@if test -d ${.TARGET}.${MACHINE_ARCH}; then \
90 if test -d ${.CURDIR}/${__dir}.${MACHINE_ARCH}; then \
H A Dbsd.pkg.mk22 @if [ -L ${.CURDIR}/obj ]; then rm -f ${.CURDIR}/obj; fi
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-go32.c622 long then;
625 then = rawclock () + (timeout * RAWHZ);
628 if (timeout >= 0 && (rawclock () - then) >= 0)
788 long then;
810 then = rawclock () + RAWHZ;
813 if ((rawclock () - then) >= 0)
829 long then;
835 then = rawclock () + RAWHZ / 4;
836 while ((rawclock () - then) < 0)
618 long then; local
784 long then; local
825 long then; local
H A Dser-e7kpc.c184 /* Return next byte from cdp. If no more, then return -1. */
228 long then; local
233 then = now + timeout;
256 if (now >= then && timeout > 0)
/freebsd-10.1-release/sys/dev/drm/
H A Dvia_irq.c95 static unsigned time_diff(struct timeval *now, struct timeval *then) argument
97 return (now->tv_usec >= then->tv_usec) ?
98 now->tv_usec - then->tv_usec :
99 1000000 - (then->tv_usec - now->tv_usec);
/freebsd-10.1-release/sys/sys/
H A Ddevicestat.h200 struct bintime *now, struct bintime *then);
/freebsd-10.1-release/contrib/ncurses/
H A Dconvert_configure.pl106 s/^\s*host=`.*\$ac_config_sub \$host_alias`/$&\nif test -z "\$host"; then host=\$host_alias; fi/;
/freebsd-10.1-release/usr.sbin/config/
H A Dlang.l254 * then nothing is inserted.

Completed in 366 milliseconds

123