Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 194) sorted by relevance

12345678

/original-bsd/sbin/dump/
H A Dunctime.c50 struct tm then; local
56 if ((then.tm_mon = lookup(&dbuf[E_MONTH])) < 0)
58 then.tm_mday = atoi(&dbuf[E_DAY]);
59 then.tm_hour = atoi(&dbuf[E_HOUR]);
60 then.tm_min = atoi(&dbuf[E_MINUTE]);
61 then.tm_sec = atoi(&dbuf[E_SECOND]);
62 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
63 then.tm_isdst = -1;
64 return(mktime(&then));
/original-bsd/local/toolchest/ksh/sh/
H A Dmakesh13 then . ./option.init
25 then LFLAGS=-z
27 then LFLAGS=-n
32 then LDFLAGS=-i
83 # then Options="$Options SXT=-DSXT"
103 then FIXDATA=code DATA=idat
108 then LFLAGS=-i MYIO=stdio.o
114 then LFLAGS=-i MYIO=stdio.o
116 then EMACS=
122 then set -- `uname -m`
[all …]
H A Dmakelib9 then DBSD=-DBSD
12 then SYSCALL=syscall.o
15 then set -- `uname -m`
/original-bsd/old/dump.4.1/
H A Dunctime.c34 struct tm then; local
42 if ( (then.tm_mon = lookup(&dbuf[E_MONTH])) < 0)
44 then.tm_mday = atoi(&dbuf[E_DAY]);
45 then.tm_hour = atoi(&dbuf[E_HOUR]);
46 then.tm_min = atoi(&dbuf[E_MINUTE]);
47 then.tm_sec = atoi(&dbuf[E_SECOND]);
48 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
49 return(emitl(&then));
/original-bsd/usr.bin/pascal/pxref/
H A Dpxref.p81 if key[k] <= x then
83 if key[k] >= x then
118 if d >= p then begin
162 if m <> i then begin
177 if list then begin
179 if lineptr > 0 then
196 if list then
200 if list then
354 key[30] := 'then';
378 if list then
[all …]
/original-bsd/local/toolchest/ksh/
H A Dgetopts10 then if (($# > 0))
11 then _arg=$1
28 then if test X$d = X:
29 then OPTARG=$1
35 then OPTARG=$balance _arg=
H A Dsubstring17 then print -u2 'substring: bad argument count'
22 then str=${str#$lpat}
24 then str=${str##$lpat} #substring -L lpat
27 then echo ${str%$2}
/original-bsd/usr.bin/pascal/USD.doc/
H A Dexpr.p17 if input < 2 then writeln('boo');
18 if p <= 2 then writeln('sure nuff');
19 if A = B then writeln('same');
20 if c = true then writeln('hue''s and color''s')
H A Dprimes.p12 if square <= x then
19 if v[k] < x then v[k] := v[k] + 2*p[k];
23 if i <= n1 then p[i] := x;
25 if l = 10 then
H A Dprimes2.p12 if square <= x then
19 if v[k] < x then v[k] := v[k] + 2*p[k];
23 if i <= n1 then p[i] := x;
25 if l = 10 then
/original-bsd/usr.bin/pascal/pdx/test/
H A Dsetest.p30 if set1 * [23] = [] then
34 if set1-set2 <> [5..9,11..15] then
40 if ptr^ * set1 = set1 then
45 (not (22 in [1..17,36..41])) then
56 (card(set2) = 7) then
66 (17 in set2) then
H A Dfproc.p26 if loc = 8 then begin
36 if (loc = 4) or (loc = 8) then
38 else if loc > 0 then
/original-bsd/usr.bin/pascal/how/
H A Dhow_pix5 will translate the program into interpreter code which will be then be executed
6 If there are compilation errors `E', then execution will be suppressed.
15 and then
17 where scratch is a temporary file which is then removed.
/original-bsd/usr.sbin/timed/timed/
H A Dcandidate.c29 struct timeval then, wait; local
66 (void)gettimeofday(&then, 0);
67 then.tv_sec += 3;
70 timevalsub(&wait,&then,&wait);
/original-bsd/old/cpnull/
H A Dcpnull.c31 time_t then, now; local
53 time(&then);
61 if (then == now)
65 blocks * BUFSIZ, now - then,
66 (blocks * BUFSIZ * 8) / (now - then));
/original-bsd/etc/
H A Drc20 then
23 then
83 if [ X${timedflags} != X"NO" ]; then
90 if [ -d /var/crash ]; then
108 then
119 # Prune quickly with one rm, then use find to clean up /tmp/[lq]* (this
137 if [ X${gated} = X"YES" -a -r /etc/gated.conf ]; then
139 elif [ X${routedflags} != X"NO" ]; then
147 if [ ${rwhod-NO} != "NO" ]; then
/original-bsd/old/dbx/tests/pc/
H A Dfproc.p17 if loc = 8 then begin
27 if (loc = 4) or (loc = 8) then
29 else if loc > 0 then
/original-bsd/bin/sh/funcs/
H A Dpushd18 then if [ "$DSTACK" = "" ]
19 then echo "pushd: directory stack empty."
34 then echo "popd: directory stack empty."
H A Ddirs18 then if [ "$DSTACK" = "" ]
19 then echo "pushd: directory stack empty."
34 then echo "popd: directory stack empty."
H A Dpopd18 then if [ "$DSTACK" = "" ]
19 then echo "pushd: directory stack empty."
34 then echo "popd: directory stack empty."
H A Dcmv15 then echo "cmv: arg count"
19 then echo "$2 exists"
/original-bsd/usr.sbin/amd/amd/
H A Dclock.c147 void reschedule_timeouts P((time_t now, time_t then));
148 void reschedule_timeouts(now, then) in reschedule_timeouts() argument
150 time_t then;
155 if (cp->c_time >= now && cp->c_time <= then) {
/original-bsd/sys/miscfs/union/
H A DREADME1 If you plan on using union mounts, then you should consider replacing
5 two files do special handling of whiteouts. You will then need to
/original-bsd/usr.bin/tn3270/api/
H A DREADME24 First, call "api_init()". If it returns "1", then all is OK. If
25 it returns "0", then the API is not active.
27 From then on, call whatever seems right.
/original-bsd/usr.bin/uucp/UUAIDS/
H A DL.sys9 # If the time is suffixed with ";N", then N is used as the retry time
12 # If the time is suffixed with "/X", then only files of grade X or
40 # then that number will be used for the timeout instead of the default
44 # then look for ogin for 15 seconds and if it doesn't fint it send a break
45 # then look for ogin for MAXMSTIME seconds then exit
75 # 7654321\r\d send number, then return, then pause, then return
77 # \r\d\r send return, pause, then send return again

12345678