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

123

/illumos-gate/usr/src/cmd/backup/dump/
H A Dunctime.c51 struct tm then; local
58 then.tm_mon = lookup(&dbuf[E_MONTH]);
59 if (then.tm_mon < 0) {
62 then.tm_mday = atoi(&dbuf[E_DAY]);
63 then.tm_hour = atoi(&dbuf[E_HOUR]);
64 then.tm_min = atoi(&dbuf[E_MINUTE]);
65 then.tm_sec = atoi(&dbuf[E_SECOND]);
66 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
67 return (emitl(&then));
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tconst.c191 tchar S_then[] = {'t','h','e','n',0}; /*"then"*/
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s54 ! If it is not, it attempts to align it and then checks the
56 ! align s2, this also happens and then the compare begins. Otherwise,
H A Dalloca.s38 ! then copy the tmp area to its new home
H A Dstrchr.s173 ! if we are, and then search by whole word.
H A Dstrlen.s53 ! and then blast across it using Alan Mycroft's algorithm for
57 ! zero byte has been found, we then check the word a byte
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c144 struct tm then; local
150 (void) memset(&then, 0, sizeof (then));
154 if ((then.tm_mon = lookup(&dbuf[E_MONTH])) < 0)
157 then.tm_mday = atoi(&dbuf[E_DAY]);
158 then.tm_hour = atoi(&dbuf[E_HOUR]);
159 then.tm_min = atoi(&dbuf[E_MINUTE]);
160 then.tm_sec = atoi(&dbuf[E_SECOND]);
161 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
162 then
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s73 subcc %o2, 4, %o2 ! then both will be aligned.
136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
146 .mod4: ! Do first 4 bytes, then do multiples of 16.
155 .mod8: ! Do first 8 bytes, then do multiples of 16.
166 .mod12: ! Do first 12 bytes, then do multiples of 16.
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.s88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.s88 / If the above load doesn't raise a SIGSEGV then do it ourselves.
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpm1.s61 / [z] != 0, compute exp(x) and then subtract one to get expm1(x)
69 fucom %st(2) / if -100 !< [z], then use -100
H A Dexpm1f.s63 / [z] != 0, compute exp(x) and then subtract one to get expm1(x)
71 fucom %st(2) / if -100 !< [z], then use -100
103 fucom %st(1) / if -100 !< [z], then use -100
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt96 If the words [54]*[55]*[56] don't match [57:58] then the drive is
104 If you have no need to use CHS mode, then just ignore words 1, 3, 6 and
108 <= [60:61]. Oh yea, if you find that 57:58 are big endian then 60:61 are
113 1) If you are LBA only (don't use CHS) then words 60:61 are all you need,
116 2) If you must use CHS then I suggest the following:
125 If you don't like this geometry then issue an Init Drv Params with
128 - No, then go to 2b).
162 work. If the drive has a Master Boot Record then this geometry may not
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s43 ! then copy the tmp area to its new home
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s37 ! then copy the tmp area to its new home
H A Dstrchr.s173 ! if we are, and then search by whole word.
H A Dstrlen.s53 ! and then blast across it using Alan Mycroft's algorithm for
57 ! zero byte has been found, we then check the word a byte
H A Dstrcmp.s54 ! If it is not, it attempts to align it and then checks the
56 ! align s2, this also happens and then the compare begins. Otherwise,
/illumos-gate/usr/src/uts/sun4/ml/
H A Dlocore.s136 ! then the traceback should stop here. This matters
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c294 time_t then; local
296 if (content_size == sizeof (then)) {
297 bcopy(content_ptr, (char *)&then, sizeof (then));
299 ctime(&then));
592 * If the file does not exist, then there is no filter to
676 time_t now, then; local
685 bcopy(data.dptr, (char *)&then, sizeof (then));
686 if (then
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S146 ble,pn %icc,.RETURN !....then do nothing
245 ble .ELSE0 !if(|f| > 64) then
252 bl .ENDIF0 !if( |x| >= (1/64) ) then...
331 ble .ELSE1 !if(|f| > 64) then
338 bl .ENDIF1 !if( |x| >= (1/64) ) then...
411 ble .ELSE2 !if(|f| > 64) then
418 bl .ENDIF2 !if( |x| >= (1/64) ) then...
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s76 ! If the trapping thread has the address mask bit set, then it's
176 ! If handler returns two ints, then we need to split the 64-bit
321 ! If the trapping thread has the address mask bit clear, then it's
434 ! If handler returns long long then we need to split the 64 bit
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c444 static time_t then = 0; local
450 if (now == then)
453 then = now;
508 static time_t then = 0; local
514 if (now == then)
517 then = now;
742 * for the handle with which we are presented and then locate its
745 * index value first and then revert to a full search.
793 * if we get here, then we found the right LED.
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c160 * box. In those cases, we then check which interfaces are up and
300 * of these are true, then there's no need to
310 * buf6 then buf6 is now useless.
687 hrtime_t now, *then; local
697 then = &then4;
702 then = &then6;
718 if (*num == -1 || ((now - *then) >= IFNUM_TIMEOUT)) {
734 *then = now;
790 *then = now;
1038 * AF_INET hostent. If no mapped addrs found, then
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c569 hrtime_t now, then; local
572 then = now + s*1000;
575 } while (now < then);

Completed in 125 milliseconds

123