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

123456789

/opensolaris-onvv-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));
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.tconst.c191 tchar S_then[] = {'t','h','e','n',0}; /*"then"*/
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c143 struct tm then; local
149 (void) memset(&then, 0, sizeof (then));
153 if ((then.tm_mon = lookup(&dbuf[E_MONTH])) < 0)
156 then.tm_mday = atoi(&dbuf[E_DAY]);
157 then.tm_hour = atoi(&dbuf[E_HOUR]);
158 then.tm_min = atoi(&dbuf[E_MINUTE]);
159 then.tm_sec = atoi(&dbuf[E_SECOND]);
160 then.tm_year = atoi(&dbuf[E_YEAR]) - 1900;
161 then
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPoll.pm161 If EVENT_MASK is given, then, if EVENT_MASK is non-zero, IO is added to the
163 any event specified in EVENT_MASK. If EVENT_MASK is zero then IO will be
166 If EVENT_MASK is not given then the return value will be the current
171 Call the system level poll routine. If TIMEOUT is not specified then the
186 Returns a list of handles. If EVENT_MASK is not given then a list of all
187 handles known will be returned. If EVENT_MASK is given then a list
H A DPipe.pm210 to C<pipe>. If no arguments are given then method C<handles> is called
225 handle at the reading end of the pipe. If C<ARGS> are given then C<fork>
231 handle at the writing end of the pipe. If C<ARGS> are given then C<fork>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm48 When, then, you call a method in that class ($fishstick->calories),
52 first look in Food::Fish, then Food, then Matter, then Life::Fungus,
53 then Life, then Chemicals.
110 * If Perl can't find a method anywhere in the ISA tree, it then looks
113 you, then instead of this:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm122 then the method is loaded into class A, then executed. If C then
124 B, but set to be autoloaded, then the lookup mechanism never gets to
127 foo had been stubbed in B, then the lookup mechanism would have
/opensolaris-onvv-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.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL55 error, then please read the section "64 bit data in perl 5.6.0 and 5.6.1"
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelectSaver.pm29 parameter, then that parameter is selected; otherwise, the selected
H A DCarp.pm45 call is marked safe, it then gives up and gives a full stack
66 trusts C, then A trusts C. So if you do not override @ISA
67 with @CARP_NOT, then this trust relationship is identical to,
130 $Verbose = 0; # If true then make shortmess call longmess instead
140 # then the following method will be called by the Exporter which knows
H A DFindBin.pm27 directories E<lt>rootE<gt>/bin and E<lt>rootE<gt>/lib and then the above example will allow
32 C<STDIN> then FindBin sets both C<$Bin> and C<$RealBin> to the current
69 exists in the users C<$ENV{PATH}> which satisfies both B<-x> and B<-T> then FindBin
146 # if $script is a perl program, if not then $script = $0
/opensolaris-onvv-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.
/opensolaris-onvv-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.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm111 BLOCK is a true value. If BLOCK never returns true or LIST was empty then
128 list is empty then C<undef> is returned.
142 If the list is empty then C<undef> is returned.
155 numerical value. If the list is empty then C<undef> is returned.
169 If the list is empty then C<undef> is returned.
187 Returns the result of the last call to BLOCK. If LIST is empty then
188 C<undef> is returned. If LIST only contains one element then that
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm66 If more than one argument is given then the entire argument list is
90 message. If the corresponding value is 0, then only the "SYNOPSIS"
92 is 1, then the "SYNOPSIS" section, along with any section entitled
94 corresponding value is 2 or more then the entire manpage is printed.
110 A list of directory paths. If the input file does not exist, then it
123 its embedded pod documentation) and then exit the script with the
125 levels of "verboseness": If the verbose level is 0, then only a synopsis
126 is printed. If the verbose level is 1, then the synopsis is printed
128 arguments. If the verbose level is 2, then the entire manual page is
139 If neither the exit status nor the verbose level is specified, then th
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL82 /* This program allocates a buffer of U8 (char) and then tries */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm20 takes a variable, processes it through the OUTPUT typemap and then
23 A test script can then compare the input and output to make sure they
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm324 directory, then the source file will be renamed into the directory
352 then C<copy> will perform a "system copy" of
356 handle to an opened file, then data is copied using Perl
387 timestamps are propagated to the output file. If it is E<gt> 0, then
388 it is interpreted as a bitmask: if bit 0 (the LSB) is set, then
391 to C<rmscopy> is 0, then it behaves much like the DCL COPY command:
393 then no timestamps are propagated, but if they were taken implicitly
394 from the input filespec, then all timestamps other than the
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s43 ! then copy the tmp area to its new home
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s37 ! then copy the tmp area to its new home
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dlocore.s136 ! then the traceback should stop here. This matters

Completed in 359 milliseconds

123456789