Searched refs:in (Results 401 - 425 of 1242) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libpp/common/
H A Dpplex.c26 * standalone and tokenizing lexer combined in one source
53 #define CACHEINX() do{ip=pp.in->nextchr;}while(0)
64 #define SYNCINX() do{pp.in->nextchr=ip;}while(0)
160 #define CACHEIN() (ip=pp.in->nextchr)
168 #define SYNCIN() (pp.in->nextchr=ip)
277 pp.in->flags |= IN_tokens;
306 error(1, "/* appears in // comment");
316 error(1, "/* appears in /* ... */ comment starting at line %d", comstart);
340 pp.in->flags |= IN_tokens;
357 error(1, "*/ appears in // commen
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL14 # This forces PL files to create target in same directory as PL file.
31 die "Did not find VERSION in $dprof_pm";
122 Percentage of time spent in this routine.
138 Time (in seconds) spent in this routine and routines called from it.
142 Time (in seconds) spent in this routine (not including those called
147 Average time (in seconds) spent in each call of this routine
177 Count anonymous subroutines defined in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm208 declares function Number::add() for addition, and method muas() in
212 Arguments of this directive come in (key, value) pairs. Legal values
221 reference to a C<Number>. It can also be called in other situations, like
227 above declaration would also trigger overloading of C<+> and C<*=> in
232 The functions specified in the C<use overload ...> directive are called
233 with three (in one particular case with four, see L<Last Resort>)
237 an object in the package, so in the situation of C<7+$a>, the
248 the order of arguments is as in the current operation.
256 the current operation is an assignment variant (as in
[all...]
H A DMemoize.pm8 # same terms as Perl itself. If in doubt,
70 # 'usethreads' works around a bug in threadperl having to do with
126 # default is that we make up an in-memory hash
136 # both get merged to the same in-memory hash.
152 # We should put some more stuff in here eventually.
154 # And you know what? More stuff keeps going in!
264 # Maybe in a later version we can use a faster test.
339 $DEBUG and warn "${name}($fn) => $cref in _make_cref\n";
346 croak "Function `$funcname' called in forbidden $context context; faulting";
348 croak "Anonymous function called in forbidde
[all...]
H A DEnglish.pm21 This module provides aliases for the built-in variables whose
36 due to unfortunate implementation details. If performance matters in
42 . B<It is especially important to do this in modules to avoid penalizing
H A Dbase.pm47 # should be centralized in fields? perhaps
179 those modules at the same time. Roughly similar in effect to
191 $VERSION in the base package. If $VERSION is not detected even after loading
192 it, <base> will define $VERSION in the base package, setting it to the string
H A Dlib_pm.PL95 # Put a corresponding archlib directory in front of $path if it
134 # we could use this for all platforms in the future, but leave it
194 For each directory in LIST (called $dir here) the lib module also
197 architecture specific directory and is added to @INC in front of $dir.
199 To avoid memory leaks, all trailing duplicate entries in @INC are
207 in your script. Other modules may have added directories which they
213 For each directory in LIST (called $dir here) the lib module also
221 in an array C<@lib::ORIG_INC>. To restore @INC to that value you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm166 # dump the refs in the current dumper object.
609 # put a string value in double quotes
622 # no need for 3 digits in escape for these
648 # helper sub to sort hash keys in Perl < 5.8.0 where we don't have
686 Given a list of scalars or reference variables, writes out their contents in
688 variable is output in a single Perl statement. Handles self-referential
694 Any references that are the same as one of those passed in will be named
705 C<Purity> flag to 1 to get additional statements that will correctly fill in
740 values. Cross-references (in the form of names of substructures in per
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm22 perl modules to AUTOLOAD constants defined in C library header files.
33 in the C section of C<Foo.xs>
37 in the XS section of C<Foo.xs>.
117 # to pass in the utf8 on/off flag.
157 confess "Wide character in '$_' intended as a C identifier"
164 s/\n/\\n/g; # Ensure newlines don't end up in octal
195 s/\n/\\n/g; # Ensure newlines don't end up in octal
264 highlight the position of the character in the C<switch> statement.
280 # regexp won't work on 5.6.1 without use utf8; in turn that won't work
346 of a block, so variables may be defined in i
[all...]
/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
40 * in the version.
61 static int ucrypto_common_update(crypto_ctx_t *context, uchar_t *in,
66 size_t key_len, void *iv, size_t iv_len, uchar_t *in, size_t in_len,
219 * If the mechanism is defined in this function, then it is supported.
220 * If it is supported, sets up the initialization vector in crypto_mechanism_t.
274 ucrypto_common_update(crypto_ctx_t *context, uchar_t *in, size_t in_len, argument
282 CRYPTO_SET_RAW_DATA(idata, in, in_len);
463 void *iv, size_t iv_len, uchar_t *in, size_
462 ucrypto_atomic(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len, ucrypto_op_t op_type) argument
622 ucrypto_encrypt_update(crypto_ctx_t *context, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len) argument
667 ucrypto_encrypt(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len) argument
698 ucrypto_decrypt_update(crypto_ctx_t *context, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len) argument
728 ucrypto_decrypt(ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len, void *iv, size_t iv_len, uchar_t *in, size_t in_len, uchar_t *out, size_t *out_len) argument
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex17 % This texinfo.tex file is distributed in the hope that it will be
34 % The texinfo.tex in any given distribution could well be out
38 % complete document in each bug report with which we can reproduce the
62 % If in a .fmt file, print the version number
64 % they might have appeared in the input file name.
71 % We never want plain's \outer definition of \+ in Texinfo.
101 % If this character appears in an error message or help string, it
102 % starts a new line in the output.
118 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
195 % that mark overfull boxes (in cas
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Dsidutil.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
61 * Fill in the passed buffer with the string form of the given
95 * Converts a SID in string form to a SID structure. There are lots of
96 * simplifying assumptions in here. The memory for the SID is allocated
99 * string starts with "S-1-" and that the authority is held in the last
101 * sub-authorities are in decimal format.
197 * Copy from in no more than inbytes bytes.
203 str_limited_cpy(char *out, size_t outlen, const char *in, size_t inbytes) argument
211 while (n > 0 && *in !
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c7 * You may not use this file except in compliance with the License.
14 * When distributing Covered Code, include this CDDL HEADER in each
541 /* append offset/physaddr if it exists in hc-specific */
688 * hc-pairs will be present in the final FMRI. There should
970 nvlist_t *in, nvlist_t **out)
984 if (nvlist_lookup_string(in, "fmri-string", &str) != 0)
1160 * Check that the requested name is in our canonical list
1218 nvlist_t *in, nvlist_t **out)
1230 if (nvlist_lookup_string(in, TOPO_METH_FMRI_ARG_NAME, &name) != 0)
1232 if (nvlist_lookup_uint32(in, TOPO_METH_FMRI_ARG_INS
969 hc_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1217 hc_fmri_create_meth(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1545 hc_fmri_prop_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1617 hc_fmri_pgrp_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1676 hc_fmri_prop_set(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1827 hc_fmri_presence_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
1926 hc_fmri_facility(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2009 hc_fmri_retire_subr(topo_mod_t *mod, tnode_t *node, char *method_name, topo_version_t builtin_version, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2050 hc_fmri_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2058 hc_fmri_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2066 hc_fmri_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2081 hc_fmri_strhash_path(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2099 hc_fmri_strcmp_path(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2119 hc_fmri_strcmp_ident(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
2234 hc_fmri_ident_node(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
H A Dmem.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
144 * is one that is either alphanumeric or one of the marks defined in S2.3.
193 nvlist_t *in, nvlist_t **out)
208 if (nvlist_lookup_string(in, FM_FMRI_MEM_UNUM, &unum) != 0) {
214 * If we have a DIMM offset, include it in the string. If we have a
217 if (nvlist_lookup_uint64(in, FM_FMRI_MEM_OFFSET, &val) == 0) {
220 } else if (nvlist_lookup_uint64(in, FM_FMRI_MEM_PHYSADDR, &val) == 0) {
282 nvlist_t *in, nvlist_t **out)
295 if (nvlist_lookup_string(in, "fmr
192 mem_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
281 mem_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mknetdir.in11 # GRUB is distributed in the hope that it will be useful,
93 case "$option" in
176 for file in ${grubdir}/*.mod ${grubdir}/*.lst ${grubdir}/*.img ${grubdir}/efiemu??.o; do
181 for file in ${input_dir}/*.mod; do
186 for file in ${pkglib_DATA}; do
193 for file in ${input_dir}/po/*.mo; do
207 case "${platform}" in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL14 # This forces PL files to create target in same directory as PL file.
154 # Case where we want everything to be in a single document
160 # Use auto-vivified file handle in perl 5.6
177 # Use auto-vivified handle in perl 5.6
280 Table of contents and index generation commands are included in the
285 Specify pod sections to include (or remove if negated) in the
288 times on the command line.This is identical to the similar option in
298 that the description of a module will be in its own section
299 which is helpful for including module descriptions in documentation.
338 and they will therefore not be marked up in an
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Drunenv.t51 return (0, "Failure in child.\n") if ($?>>8) == $FAILURE_CODE;
88 # PERL5OPT Command-line options (switches). Switches in
100 qq{Name "main::x" used only once: possible typo at -e line 1.\nUse of uninitialized value in print at -e line 1.\n});
109 # Fails in 5.6.0
114 # Fails in 5.6.0
119 Use of uninitialized value in print at -e line 1.
123 # Fails in 5.6.0
128 Use of uninitialized value in print at -e line 1.
136 # Fails in 5.6.0
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm57 To find out how to use this module in detail, see L<Encode>.
80 to U+3013 (0xA2AE in EUC-JP; a white square also known as 'Tofu' or
82 in order to preserve text layout as much as possible.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm69 croak "IO::Socket: Cannot configure socket in domain '$domain'"
321 types of socket. Operations which are specified to a socket in a particular
322 domain have methods defined in sub classes of C<IO::Socket>
334 optionally takes arguments, these arguments are in key-value pairs.
336 the socket will be in. All other arguments will be passed to the
352 corresponding built-in functions:
365 Some methods take slightly different arguments to those defined in L<perlfunc>
366 in attempt to make the interface more flexible. These are
373 object. The new object will be created in the same class as the listen
382 The timeout in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs62 Each C type is represented by an entry in the typemap file that
71 in and out of the XS layer. This can be used if the C code wants
93 Used to pass in and return a reference to an SV.
220 the value to perl it is processed in the same way as for T_IV.
222 Its behaviour is identical to using an C<int> type in XS with T_IV.
251 T_BOOL( in )
252 bool in
254 RETVAL = in;
276 T_U_SHORT is used for type C<U16> in the standard typemap.
281 T_U_SHORT( in )
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm54 # The call that results in a value to store into the cache is the
74 $DEBUG and print STDERR " Not in underlying hash at all.\n";
125 Memoize::Expire - Plug-in module for automatic expiration of memoized values
139 Memoize::Expire is a plug-in module for Memoize. It allows the cached
145 Memoize::Expire is a layer of software that you can insert in between
167 hash in place of the ordinary hash that Memoize::Expire will normally
168 use. You can use this feature to add Memoize::Expire as a layer in
177 # DB_File implements persistence of data in a disk file
217 Given a function argument, is the corresponding function value in the
223 Given a function argument, look up the corresponding function value in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm391 that you are familiar with the POP3 protocol described in RFC1939.
406 If C<HOST> is not given, then the C<POP3_Host> specified in C<Net::Config>
409 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
416 B<Timeout> - Maximum time, in seconds, to wait for a response from the
438 Send the PASS command. Returns the number of messages in the mailbox.
447 Returns the number of messages in the mailbox. However if there are no
449 will give a true value in a boolean context, but zero in a numeric context.
456 Similar to L</login>, but the password is not sent in clear text.
470 in octet
[all...]
H A DTime.pm69 # the time protocol return time in seconds since 1900, convert
123 or not defined, using the protocol as defined in RFC868. The optional
125 C<udp>. The result will be a time value in the same units as returned
131 or not defined, using the protocol as defined in RFC867. The optional
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm7 # This is unlike ToMan.pm in that it emits the raw nroff source!
63 This is a "plug-in" class that allows Perldoc to use
69 Those options are explained in L<Pod::Man>.
78 in the future, and this may change what options are supported.
91 This program is distributed in the hope that it will be useful, but
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DRefHash.pm23 references as keys in hashes-of-hashes, use Tie::RefHash::Nestable,
27 see the C<tie> entry in perlfunc(1) and perltie(1) for more information.
32 store a reference to one of your own hashes in the tied hash.

Completed in 87 milliseconds

<<11121314151617181920>>