Searched refs:it (Results 101 - 125 of 394) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemcpy.s65 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it
H A Dmemset.s56 mov %o0, %o5 ! copy sp before using it
H A Dsync_instruction_memory.s65 ! The retl;nop pair will do it.
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s52 .s1algn:lduh [%o1], %o3 ! move 2 or 6 bytes to align it
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemcpy.s69 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it
H A Dstrlcpy.s44 ! tracked since it bounds our maximum copy size. However,
122 stb %g1, [%i2] ! store it
127 stb %g1, [%i2] ! store it
132 stb %g1, [%i2] ! store it
137 stb %g1, [%i2] ! store it
142 stb %g1, [%i2] ! store it
147 stb %g1, [%i2] ! store it
152 stb %g1, [%i2] ! store it
176 stb %g1, [%i2] ! store it
183 stb %g1, [%i2] ! store it
[all...]
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
17 * This program is distributed in the hope that it will be useful,
105 /* see if it already exist */
639 /* skip if hal says it's not used as a filesystem */
667 /* only the real lucky mount points will make it this far :-) */
879 #define LIBHAL_PROP_EXTRACT_INT(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_INT32) _where_ = libhal_psi_get_int (&it)
880 #define LIBHAL_PROP_EXTRACT_UINT64(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_UINT64) _where_ = libhal_psi_get_uint64 (&it)
881 #define LIBHAL_PROP_EXTRACT_STRING(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_STRING) _where_ = (libhal_psi_get_string (&it) != NULL && strlen (libhal_psi_get_string (&it)) >
900 LibHalPropertySetIterator it; local
1095 LibHalPropertySetIterator it; local
1882 LibHalPropertySetIterator it; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm49 # if the file exists, then make sure that it is a
52 # (and failing) to find the 'lib/auto/foo/bar.al' because it
101 # If we can successfully truncate a long name then it's worth a go.
219 such a file exists, AUTOLOAD will read and evaluate it,
223 Once this process completes for a given function, it is defined, so
229 correctly even when methods have not yet been defined it is necessary to
237 AutoLoader module is 'use'd it loads these declarations into its callers
240 Because of this mechanism it is important that B<AutoLoader> is always
246 explicitly import it:
281 AutoLoader's AUTOLOAD subroutine (because it does
[all...]
H A DUNIVERSAL.pm6 # that it exists to define. The use of Exporter below is a historical
102 C<can> checks if the object or class has a method called C<METHOD>. If it does
103 then a reference to the sub is returned. If it does not then I<undef> is
121 If C<VAL> is not a blessed reference, or if it does not have a method
128 it will do a comparison and die if the package version is not
142 C<VERSION>), however it isn't usually necessary to do so. Perl magically
H A Dfields.pm219 Do B<not> update the %FIELDS hash directly, because it must be created
220 at compile-time for it to be fully useful, as is done by this pragma.
265 This makes it possible to write a constructor like this:
288 it must also be a reference to an array whose elements will be used as
291 This makes it particularly useful for creating a pseudo-hash from
H A Dattributes.pm139 directly by this module, depending on how you look at it.) However,
151 will neither assign 42 to $x I<nor> will it apply the C<Bent> attribute
155 error is trappable, but it still stops the compilation within that
175 Perl ensures that any invocation of it implicitly locks its first
210 empty. If passed invalid arguments, it uses die() (via L<Carp::croak|Carp>)
211 to raise a fatal exception. If it can find an appropriate package name
212 for a class method lookup, it will include the results from a
221 ignoring any package into which it might have been blessed.
271 which the base class didn't already handle for it.
284 attributes. A named subroutine knows to which symbol table entry it belong
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm150 be used: it is unlikley you would want to pass in a number.
153 each paragraph separately and then joins them together when it's done. It
156 it acts like wrap().
161 Because other modules might be using C<Text::Wrap::wrap()> it is suggested
181 C<$Text::Wrap::columns> is set in its own namespace without importing it.
184 input into spaces. The last thing it does it to turn spaces back
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm176 returns it without modification; otherwise returns an FCD string.
211 If the second parameter (a boolean) is omitted or false, decomposes it
213 If true, decomposes it using the Compatibility Decomposition Mapping.
282 If a string is not in FCD, it must not be in FCC.
328 returns the B<completely decomposed> string canonically equivalent to it.
330 If it is not decomposable, returns C<undef>.
336 returns the B<completely decomposed> string compatibility equivalent to it.
338 If it is not decomposable, returns C<undef>.
391 This module is free software; you can redistribute it
392 and/or modify it unde
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm64 only under that OS, it may not be possible to load all modules under all
94 string, because it doesn't look good, isn't necessary and confuses
157 Takes as argument a path and returns true if it is an absolute path.
225 relative, then it is converted to absolute form using
226 L</rel2abs()>. This means that it is taken to be relative to
239 If $path is relative, it is converted to absolute form using L</rel2abs()>.
240 This means that it is taken to be relative to L<cwd()|Cwd>.
256 then it is converted to absolute form using L</rel2abs()>. This means that it
269 If $path is absolute, it i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm89 it should look. The trick, then, is to know what the raw datatype is
90 supposed to look like when it gets to Perl. This document offers some tips
104 to data debugging and for that it will describe only the C<Dump()>
111 number of character printed in various string values. Setting it to 0
204 the quicksand (it's bad for business).
207 expect to see it well-thumbed.
254 reference count is 1. It has the C<IOK> flag set, meaning it is currently
280 This shows what a reference looks like when it references a simple scalar.
299 reference. It has the C<ROK> flag set, meaning it is a reference. Because
340 This says C<$a> is an SV and that it i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm56 characters each and it will end with $eol unless it is empty. Pass an
106 If you want to encode a large file, you should encode it in chunks
137 This library is free software; you can redistribute it and/or
138 modify it under the same terms as Perl itself.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm258 language (e.g. Lingua::Romana::Perligata). Effectively, it allows one to use
262 usable Perl interface to source filtering, but it is often too powerful
263 and not nearly as simple as it could be.
265 To use the module it is necessary to do the following:
285 it either a subroutine reference.
305 code filtering to cease, create an C<unimport> subroutine, and have it call
310 pre-pre-parsing of the source code it's filtering.
473 is useful because it allows other code (typically parser support code
477 In those cases, it is easier to just append the filtering subroutine and
505 is that it indiscriminatel
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
13 % modify it under the terms of the GNU General Public License as
17 % This texinfo.tex file is distributed in the hope that it will be
43 % To process a Texinfo manual with TeX, it's most reliable to use the
53 % than two; texi2dvi does it as many times as necessary.
103 % If this character appears in an error message or help string, it
196 % that the text looks ok even though it passes the margin).
229 % Sometimes it is convenient to have everything in the transcript file
288 % does insertions, but you have to call it yourself.
301 % Have to do this stuff outside the \shipout because we want it t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm115 ultimately be running. In this case, it is permitted for the 1..M
116 header to appear as the B<last> line output by your test (again, it
167 variations in spacing and case) after C<ok> or C<ok NUMBER>, it is
183 C<not ok> or C<not ok NUMBER>, it is counted as a todo test. The text
189 Note that the TODO must have a space after it.
207 Test::Harness will report it as a bonus. This indicates that whatever
235 Any other output Test::Harness sees it will silently ignore B<BUT WE
333 Test::Harness currently only has one function, here it is.
344 a how long it all took.
346 It returns true if everything was ok. Otherwise it wil
[all...]
H A DBuilder.pm281 # store, so we turn it into a boolean.
517 regular expression, or undef if it's argument is not recognised.
539 # Check if it looks like '/foo/'
691 Like skip(), only it will declare the test as failing and TODO. Similar
739 Like skip(), only it skips all the rest of the tests you plan to run
742 If you're running under no_plan, it skips once and terminates the
872 Prints out the given $message. Normally, it uses the failure_output()
883 a failing test (C<ok() || diag()>) it "passes through" the failure.
1121 actual_ok => did it literally say 'ok'?
1135 'type' indicates if it wa
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL93 # it executed.
189 If you want to have your cake and eat it too, you need a more complicated
212 an antic Perl which has no C<XSLoader>, it falls back to using C<DynaLoader>.
217 modules only; read it only if you call your XSUBs from the code in your module,
246 Consequently, if the code in F<.pm> file makes calls to these XSUBs, it is
253 The first situation being much more frequent, it makes sense to rewrite the
276 section altogether. Replace it with a function onBOOT(), and call it like
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm66 # Use of Log::Agent is optional. If it hasn't imported these subs then
122 # Assume it's a string.
131 # I assume that it is rare to find v1 files, so this is an intentionally
132 # inefficient way of doing it, to make the rest of the code constant.
465 some safe compact memory place (where it can possibly be sent to another
466 process via some IPC, since freezing the structure also serializes it in
474 Note that freezing an object structure and immediately thawing it
481 internal memory space and then immediately thaws it out.
540 Storable will attempt to do the right thing, by C<croak()>ing if it
541 encounters data that it canno
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMksymlists.pm129 # put library name in quotes (it could be a keyword, like 'Alias')
234 name of the extension). If it is not specified, it is derived
240 from which it is usually taken. Its value is a reference to an
252 present in the list, it is passed through unchanged.) If
253 DL_FUNCS is not specified, it defaults to the bootstrap
259 and, like DL_FUNCS, it is usually specified via MakeMaker. Its
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm78 registered Klikitat -- it's a formally valid tag)
120 what you want to feed it.
127 (So don't just feed it any old thing.)
130 don't worry about it.
181 (Yes, I know this function is named a bit oddly. Call it historic
310 -- it gets this by removing subtags from the end of $lang1 until
369 and maps it to a language tag. If it's not mappable (as with,
389 don't worry about it.
413 This function, if given a language tag, returns an encoding of it suc
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm5 # to do it." - Before and After
32 # it reversed (like $x = 2 * $y), then the third paramater is true.
34 # no difference, but in some cases it does.
82 # for sub it is a bit tricky to keep b: b-a => -a+b
115 # use $_[0]->bone(), it would modify $_[0] to be 1!
165 # the old code had $rnd_mode, so we need to support it, too
266 # have numify(), then hopefully it will have overloading for int() and
322 # have numify(), then hopefully it will have overloading for int() and
469 # the argument could be an object, so avoid ||, && etc on it, this would
491 # remove sign without touching wanted to make it wor
[all...]

Completed in 75 milliseconds

1234567891011>>