Searched refs:in (Results 476 - 500 of 1242) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dmk_faddr.c16 * notice appear in all copies and that both that copyright notice and
17 * this permission notice appear in supporting documentation, and that
18 * the name of M.I.T. not be used in advertising or publicity pertaining
21 * your software as modified software and not distribute it in such a
38 #include <netinet/in.h>
/osnet-11/usr/src/lib/libadt_jni/com/sun/audit/
H A DMakefile6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
64 @for class_name in $(CLASSES) ; do \
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgensymlist.sh5 # This gensymlist.sh.in is free software; the author
9 # This program is distributed in the hope that it will be useful,
25 * GRUB is distributed in the hope that it will be useful,
36 for i in $*; do
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c11 * GRUB is distributed in the hope that it will be useful,
53 * in which the dictionary variables address the actual output
60 /* Old position in buf (before decoding more data) */
63 /* Position in buf */
83 * Size of the dictionary as specified in Block Header. This is used
91 * value of zero indicates that we are in single-call mode,
112 const uint8_t *in; member in struct:rc_dec
197 * when the distance is in the range [4, 127].
220 /* Position in xz_dec_lzma2_run(). */
280 * Reset the dictionary state. When in singl
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgui.h11 * GRUB is distributed in the hope that it will be useful,
139 grub_fixed_to_signed (grub_fixed_signed_t in) argument
141 return in / GRUB_FIXED_1;
145 grub_signed_to_fixed (signed in) argument
147 return in * GRUB_FIXED_1;
224 viewport in OLD so it can be later restored. */
/osnet-11/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
33 case "$1" in
95 for i in $ETRN_HOSTS; do
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dvmstat-p.d3 * vmstat-p.d - vmstat -p demo in DTrace.
31 * Most of the statistics are in units of kilobytes, unlike the
44 * (the "License"). You may not use this file except in compliance
68 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
117 * free swap is described in /usr/include/vm/anon.h as,
152 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Mem/
H A Dvmstat-p.d3 * vmstat-p.d - vmstat -p demo in DTrace.
31 * Most of the statistics are in units of kilobytes, unlike the
44 * (the "License"). You may not use this file except in compliance
68 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
117 * free swap is described in /usr/include/vm/anon.h as,
152 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL90 # Often these errors are actually occurring in the initialisation
92 # in this perl code simply because this was the last perl code
109 Carp::croak("Can't find '$bootname' symbol in $file\n");
147 features of DynaLoader are not implemented in XSLoader, like for
217 modules only; read it only if you call your XSUBs from the code in your module,
218 or have a C<BOOT:> section in your XS file (see L<perlxs/"The BOOT: Keyword">).
223 in F<YourPackage.pm>) and XS code (defined in F<YourPackage.xs>). If this
242 If the C<BOOT:> section was present in F<.xs> file, the code there is called.
246 Consequently, if the code in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm37 quoted-printable encoding specified in RFC 2045 - I<MIME (Multipurpose
40 printable characters in the ASCII character set. Each non-printable
65 and any literal "\n" in the original data is encoded as well.
83 Perl v5.6 and better allow extended Unicode characters in strings.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm62 $/ = "\n="; # now read in 'pod section' chunks
73 warn "$tag - $_ already tagged in $seen{$_}\n" if $seen{$_};
104 provided there was no error in the compilation, executed.
107 By default no opmask is in effect and any code can be compiled.
109 The Opcode module allow you to define an I<operator mask> to be in
124 The authors shall not in any case be liable for special, incidental,
128 Your mileage will vary. If in any doubt B<do not use it>.
134 PL_op_name defined and initialised in file F<opcode.h> of the Perl
188 In a scalar context opcodes returns the number of opcodes in this
200 Returns a list of operator names corresponding to those operators in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.pm8 # Equivalent of this is done in encoding.xs - do not uncomment.
36 On input, convert the bytes expected to be in the specified
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.pm10 PerlIO::scalar - in-memory IO, scalar IO
30 A filehandle is opened but the file operations are performed "in-memory"
38 provides support for treating a scalar as an "in memory" file.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm10 # documentation in manual or html file format (these utilities are part of the
52 # return as a hash. The cookie values are not unescaped or altered in any way.
98 # Some foreign cookies are not in name=value format, so ignore
107 # A bug in Netscape can cause several cookies with same name to
108 # appear. The FIRST one in HTTP_COOKIE is the most recent version.
274 intended to be used in conjunction with CGI.pm (and is in fact used by
295 cookie. If the cookie specifies an expiration date in the future, the
296 browser will store the cookie information in a disk file and return it
298 date is reached). If the cookie species an expiration date in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm38 execution. Its primary purpose is a rescue in case you upgraded perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dencode.pm56 store in the DBM file. The usage is
H A Dnull.pm40 in a string when it writes to the DBM file. This filter will ensure that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm18 ExtUtils::Command::MM - Commands for the MM's to use in Makefiles
32 Any $(FOO) used in the examples are make variables, not Perl.
43 @test_libs are run in alphabetical order.
152 WARNING: I have found an old package in
181 EXE_FILES any executables installed in a space seperated
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_BeOS.pm5 ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFatal.pm163 via prototypes) in this way.
165 If the symbol C<:void> appears in the import list, then functions
166 named later in that import list raise an exception only when
167 these are called in void context--that is, when their return
H A DSymbol.pm64 even if C<use strict 'refs'> is in effect.
73 that lives in the specified package and in its sub-packages. Since perl,
76 already been loaded and that makes use of symbols in package C<Foo> may
158 # free all the symbols in the package
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm13 simple example in the Memoize::Expire documentation, or at the code
H A DStorable.pm5 Memoize::Storable - store Memoized data in Storable database
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm30 This holds a hash-of-lists. Each list contains the functions in the catagory
58 de-typo in the SYNOPSIS section (thanks Mike Castle for noticing)
61 fixed some bugs that slipped in after 5.6.1
165 atan2 Math arctangent of Y/X in the range -PI to PI
180 continue Flow optional trailing block in a while or foreach
216 getlogin User return who logged in at this tty
238 grep LIST locate elements in a list test true against a given criterion
249 lcfirst String return a string with just the next letter in lower case
250 length String return the number of bytes in a string
251 link File create a hard link in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm36 # Don't use the CVS revision as the version, since this module is also in Perl
38 # number should ideally be the same as the CVS revision in podlators, however.
97 # Output any included code in bold.
114 # or in bold (in which case, it's three characters; the character, a
167 output text using overstrike sequences, in a manner similar to nroff.
168 Characters in bold text are overstruck (character, backspace, character) and
169 characters in underlined text are converted to overstruck underscores
178 Apart from the overstrike, it in all ways functions like Pod::Text. See

Completed in 158 milliseconds

<<11121314151617181920>>