Searched refs:in (Results 426 - 450 of 1242) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd4.c11 * Libgcrypt is distributed in the hope that it will be useful,
20 * Based on md5.c in libgcrypt, but rewritten to compute md4 checksums
24 * The original code and all modifications are in the public domain.
95 u32 in[16]; local
106 for(i=0, p1=data, p2=(byte*)in; i < 16; i++, p2 += 4 )
115 memcpy (in, data, 64);
119 #define function(a,b,c,d,k,s) a=rol(a+F(b,c,d)+in[k],s);
140 #define function(a,b,c,d,k,s) a=rol(a+G(b,c,d)+in[k]+0x5a827999,s);
162 #define function(a,b,c,d,k,s) a=rol(a+H(b,c,d)+in[k]+0x6ed9eba1,s);
182 /* Put checksum in contex
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dmd4.c15 * Libgcrypt is distributed in the hope that it will be useful,
24 * Based on md5.c in libgcrypt, but rewritten to compute md4 checksums
28 * The original code and all modifications are in the public domain.
95 u32 in[16]; local
106 for(i=0, p1=data, p2=(byte*)in; i < 16; i++, p2 += 4 )
115 memcpy (in, data, 64);
119 #define function(a,b,c,d,k,s) a=rol(a+F(b,c,d)+in[k],s);
140 #define function(a,b,c,d,k,s) a=rol(a+G(b,c,d)+in[k]+0x5a827999,s);
162 #define function(a,b,c,d,k,s) a=rol(a+H(b,c,d)+in[k]+0x6ed9eba1,s);
182 /* Put checksum in contex
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.pm62 Return TRUE if that warnings category is enabled in the calling module.
67 Return TRUE if the warnings category, C<$category>, is enabled in the
76 Return TRUE if that warnings category is enabled in the first scope
86 If that warnings category has been set to "FATAL" in the calling module
93 If the warnings category, C<$category>, has been set to "FATAL" in the
103 If that warnings category has been set to "FATAL" in the scope where C<$object>
138 # Warnings Categories added in Perl 5.008
H A DSwitch.pm17 $::_S_W_I_T_C_H = sub { croak "case/when statement not in switch/given block" };
128 die "Bad $keyword statement (problem in the parentheses?) near $Switch::file line ", line(substr($source,0,pos $source),$line), "\n";
138 die "Bad $keyword statement (problem in the code block?) near $Switch::file line ", line(substr($source,0, pos $source), $line), "\n";
207 die "Bad $keyword statement (problem in the code block?) near $Switch::file line ", line(substr($source,0,pos $source),$line), "\n";
225 sub in subroutine
280 return in([$s_val],$c_val) if $c_ref eq 'ARRAY';
296 return in([$s_val],$c_val) if $c_ref eq 'ARRAY';
311 return in($s_val,[$c_val]) if $c_ref eq "";
312 return in($s_val,$c_val) if $c_ref eq 'ARRAY';
486 "bool" => sub { croak "Can't use && or || in expressio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm181 # And windows-* is registered in IANA!
188 # predefined in *.ucm; unneeded
264 in L<Encode>).
266 Currently I<newName> can be specified in the following ways:
277 in order to allow C<$1> etc. to be substituted. The example is one
278 way to alias names as used in X11 fonts to the MIME names for the
291 The same effect as the example above in a different way. The coderef
298 =head3 Changes in code reference aliasing
H A DEncoder.pm116 print encoder($data)->utf8->latin1; # prints the string in latin1
122 B<Encode::Encoder> allows you to use Encode in an object-oriented
146 There are at least two instance variables stored in a hash reference,
173 When $encoding is omitted, it defaults to utf8 if $data is already in
199 in Encode::Encoding are avoided.
240 Numify returns the number of bytes in the instance data.
242 They come in handy when you want to print or find the size of data.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm1 # Pod::ParseLink -- Parse an L<> formatting code in POD text.
10 # defined in perlpodspec. It should be suitable for any POD formatter. It
12 # defined in perlpodspec.
16 # me any patches at the address above in addition to sending them to the
34 # Don't use the CVS revision as the version, since this module is also in Perl
36 # number should ideally be the same as the CVS revision in podlators, however.
50 # If the whole link is enclosed in quotes, interpret it all as a section
54 # Split into page and section on slash, and then clean up quoting in the
78 $inferred = '"' . $section . '" in ' . $page;
114 Pod::ParseLink - Parse an LE<lt>E<gt> formatting code in PO
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm5 # in the README file that comes with the distribution.
36 # They might miss :flock in Fcntl
153 # Returns undef if an I/O error occurred, in which case the file is
163 # Same as store, but in network order.
193 logcroak "wrong argument number" unless @_ == 2; # No @foo in arglist
233 # Same as store_fd, but in network order.
246 logcroak "too many arguments" unless @_ == 1; # No @foo in arglist
262 # Store oject and its hierarchy in memory and return a scalar
272 # Same as freeze but in network order.
283 logcroak "too many arguments" unless @_ == 0; # No @foo in arglis
[all...]
/osnet-11/usr/src/lib/libresolv2/common/
H A Dllib-lresolv13 #include <netinet/in.h>
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
90 const rpcproc_t procnum, const xdrproc_t inproc, const char *in,
162 clnt_stat = CLNT_CALL(rcp->client, procnum, inproc, (char *)in,
89 rpc_call(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, const rpcproc_t procnum, const xdrproc_t inproc, const char *in, const xdrproc_t outproc, char *out, const char *netclass) argument
/osnet-11/usr/src/lib/libdtrace/common/
H A Dip.sed.in6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
28 * values. After preprocessing, the sed script is run over ip.d.in to
30 * Refer to the rules in libdtrace/Makefile.com for more information.
35 #include <netinet/in.h>
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
235 topo_version_t version, nvlist_t *in, nvlist_t **out, int *err)
256 if ((rc = mp->tim_func(mp->tim_mod, node, version, in, out))
276 topo_version_t version, nvlist_t *in, nvlist_t **out, int *err)
281 rc = topo_method_call(node, method, version, in, out, err);
382 topo_version_t version, nvlist_t *in, nvlist_t **out)
407 if (in != NULL) {
408 if (nvlist_lookup_string(in, "sim_fmri", &sim_fmri) != 0 ||
409 nvlist_lookup_uint8(in, "sim_stat
234 topo_method_call(tnode_t *node, const char *method, topo_version_t version, nvlist_t *in, nvlist_t **out, int *err) argument
275 topo_method_invoke(tnode_t *node, const char *method, topo_version_t version, nvlist_t *in, nvlist_t **out, int *err) argument
381 topo_method_sensor_failure(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/hostbridge/common/
H A Dhb_i86pc.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
146 platform_hb_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, nvlist_t **out) argument
148 return (labelmethod_inherit(mod, node, in, out));
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfscrypt.c10 * GRUB is distributed in the hope that it will be useful,
95 grub_uint8_t *out, const grub_uint8_t *in,
128 grub_crypto_xor (out + 16 * i, in + 16 * i, mul, csize);
178 grub_uint8_t *out, const grub_uint8_t *in,
228 grub_crypto_xor (mac, mac, in + 16 * i, csize);
233 grub_crypto_xor (out + 16 * i, in + 16 * i, mul, csize);
248 grub_uint8_t *out, const grub_uint8_t *in,
256 return grub_ccm_decrypt (cipher, out, in, psize, mac_out, nonce, l, m);
258 return grub_gcm_decrypt (cipher, out, in, psize, mac_out, nonce,
464 N_("Import ZFS wrapping key stored in FIL
94 grub_ccm_decrypt(grub_crypto_cipher_handle_t cipher, grub_uint8_t *out, const grub_uint8_t *in, grub_size_t psize, void *mac_out, const void *nonce, unsigned l, unsigned m) argument
177 grub_gcm_decrypt(grub_crypto_cipher_handle_t cipher, grub_uint8_t *out, const grub_uint8_t *in, grub_size_t psize, void *mac_out, const void *nonce, unsigned nonce_len, unsigned m) argument
247 algo_decrypt(grub_crypto_cipher_handle_t cipher, grub_uint64_t algo, grub_uint8_t *out, const grub_uint8_t *in, grub_size_t psize, void *mac_out, const void *nonce, unsigned l, unsigned m) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in12 # GRUB is distributed in the hope that it will be useful,
149 --no-embed-versioning Do not embed version sting in the core
184 case "$option" in
445 # contain an "EFI" subdirectory, and that OS loaders are stored in
452 # devices, in order that only one image can be automatically loaded
456 case "$target_cpu" in
469 # efi_file, so that different versions can be installed in parallel.
470 case "$target_cpu" in
514 echo "The drive $tmp is defined multiple times in the device map $device_map" 1>&2
525 echo "WARNING: Versioning information not found in
[all...]
H A Dgrub-mkrescue.in13 # GRUB is distributed in the hope that it will be useful,
56 -o, --output=FILE save output in FILE [required]
58 --rom-directory=DIR save rom images in DIR [optional]
89 case "$option" in
162 for file in "${input_dir}/"*.mod "${input_dir}/"efiemu32.o "${input_dir}/"efiemu64.o; do
167 for file in ${pkglib_DATA}; do
174 for file in ${input_dir}/po/*.mo; do
200 (for i in $(cat ${source_directory}/partmap.lst) ${modules} ; do
241 case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
268 (for i in
[all...]
/osnet-11/usr/src/lib/brand/shared/brand/
H A DMakefile.com6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
27 OFFSETS_SRC = ../common/offsets.in
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
46 f_sanity_downrev=$(gettext "The image patch level is downrev for running in a solaris10 branded zone.\n(patchlist %s)")
57 e_s10_be_in_use=$(gettext "Boot environment %s already in use.")
80 for x in $checks; do
86 # Files from SUNWcsr and SUNWcsu that are in sparse inherit-pkg-dirs.
88 for x in $checks; do
130 for i in $dir/var/sadm/pkg/SUNWcakr*
142 for i in $dir/var/sadm/pkg/SUNWcakr*/pkginfo
145 for patch in
[all...]
H A Dpostattach.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
27 # We need this in a postattach hook since the zone doesn't have
54 case $opt in
80 # Copy in sysidcfg file, boot zone, run sysunconfig and halt
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL14 # This forces PL files to create target in same directory as PL file.
124 I<input> is the file to read for POD source (the POD can be embedded in
136 heading style and marks C<=item> entries with a colon in the left margin.
140 Include any non-POD text from the input file in the output as well. Useful
167 The width of the left margin in spaces. Defaults to 0. This is the margin
187 I<quotes> may also be set to the special value C<none>, in which case no
193 Without this option, all consecutive whitespace in non-verbatim paragraphs
199 sequences for the terminal from termcap, and use that information in
209 unless B<-t> is given, in which case it's two columns less than the width of
244 information in TERMCA
[all...]
H A Dpod2usage.PL14 # This forces PL files to create target in same directory as PL file.
52 pod2usage - print usage messages from embedded pod docs in files
103 was not supplied with an absolute path. Each directory path in the given
108 The pathname of a file containing pod documentation to be output in
119 B<pod2usage> invokes the B<pod2usage()> function in the B<Pod::Usage>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dattrs.t35 like $@, qr/Unterminated attribute parameter in attribute list at/;
38 like $@, qr/Invalid separator character '[+]' in attribute list at/;
69 like $@, qr/^Unterminated attribute parameter in attribute list at/;
71 like $@, qr/^Unterminated attribute parameter in attribute list at/;
75 like $@, qr/Invalid separator character ':' in attribute list at/;
85 like $@, qr/^Can't declare class for non-scalar \@socks in "my"/;
114 # Above not with just 'pure' built-in attributes.
145 like $@, qr/Can't declare scalar dereference in our/;
147 like $@, qr/Can't declare scalar dereference in my/;
H A Dregmesg.t11 ## If the markers used are changed (search for "MARKER1" in regcomp.c),
12 ## update only these two variables, and leave the {#} in the @death/@warning
29 '/[[=foo=]]/' => 'POSIX syntax [= =] is reserved for future extensions in regex; marked by {#} in m/[[=foo=]{#}]/',
31 '/(?<= .*)/' => 'Variable length lookbehind not implemented in regex; marked by {#} in m/(?<= .*){#}/',
33 '/(?<= x{1000})/' => 'Lookbehind longer than 255 not implemented in regex; marked by {#} in m/(?<= x{1000}){#}/',
35 '/(?@)/' => 'Sequence (?@...) not implemented in regex; marked by {#} in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl34 or a filehandles (in which case it must already be open for reading).
36 If the first argument is a hashref, then the B<-cmplines> key in the
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Diopending42 # (the "License"). You may not use this file except in compliance
71 case $name in

Completed in 86 milliseconds

<<11121314151617181920>>