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

123

/freebsd-9.3-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-9.3-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-9.3-release/usr.sbin/timed/timed/
H A Dcandidate.c51 struct timeval then, wait; local
88 (void)gettimeofday(&then, 0);
89 then.tv_sec += 3;
92 timevalsub(&wait,&then,&wait);
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m433 if test -n "$acx_gssapi_cv_gssapi"; then
40 if test x$with_gssapi = xyes; then
55 if test x$acx_gssapi_cv_gssapi = xno; then
58 if test x$acx_gssapi_cv_gssapi = xyes; then
72 test "$ac_cv_header_krb5_h" = yes; then
88 if test x$acx_gssapi_cv_gssapi = xyes; then
99 if test x$acx_gssapi_cv_gssapi != xno; then
117 if test "$ac_cv_header_gssapi_h" = "yes"; then
128 test "$ac_cv_header_gssapi_gssapi_h" = "yes"; then
138 test "$ac_cv_header_gssapi_gssapi_generic_h" = "yes"; then
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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.mk46 if test -d ${.CURDIR}/$${entry}.${MACHINE_ARCH}; then \
61 ${_+_}@if test -d ${.TARGET}.${MACHINE_ARCH}; then \
76 if test -d ${.CURDIR}/${__dir}.${MACHINE_ARCH}; then \
H A Dbsd.pkg.mk22 @if [ -L ${.CURDIR}/obj ]; then rm -f ${.CURDIR}/obj; fi
/freebsd-9.3-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-9.3-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-9.3-release/sys/sys/
H A Ddevicestat.h200 struct bintime *now, struct bintime *then);
/freebsd-9.3-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-9.3-release/usr.sbin/config/
H A Dlang.l254 * then nothing is inserted.
/freebsd-9.3-release/contrib/sendmail/vacation/
H A Dvacation.c829 time_t then, next; local
858 memmove(&then, data.data, sizeof(then));
859 if (next == ONLY_ONCE || then == ONLY_ONCE ||
860 then + next > time(NULL))
/freebsd-9.3-release/sys/kern/
H A Dsubr_devstat.c132 * then by probe order.
296 struct bintime *now, struct bintime *then)
321 if (then != NULL) {
324 bintime_sub(&dt, then);
373 * generation number, and then an array of devstat structures, one for each
294 devstat_end_transaction(struct devstat *ds, uint32_t bytes, devstat_tag_type tag_type, devstat_trans_flags flags, struct bintime *now, struct bintime *then) argument

Completed in 213 milliseconds

123