Searched refs:in (Results 501 - 525 of 1242) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DAbbrev.pm20 as keys in the associative array referenced by C<$hashref>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm21 ## forward declaration(s) rather than wrapping the bootstrap call in BEGIN{}
28 # The extra trips through newATTRSUB in the interpreter wipe out any savings
121 The second example in the synopsis does something equivalent to this:
133 The semantics and interfaces of such declarations could change in
144 Variable attributes in C<our> declarations are also applied at compile time.
157 letters that's not a built-in attribute (such as "foo") will result in
160 =head2 Built-in Attributes
162 The following are the built-in attributes for subroutines:
193 as a scalar variable, as described in
[all...]
H A DDigest.pm86 I<likely> to change if the message change in some way. Another
89 digest. Algorithms differ in how "likely" and how "hard", as well as
95 digest for a different message it is wise to make it easy to plug in
104 The digest can be delivered in three formats:
111 or embedding in places that can't handle arbitrary data.
135 appended to the name, which returns the digest in the indicated form.
162 new object is created in this case, and the return value is the
203 object will be in. The addfile() method might have been able to read
207 In most cases you want to make sure that the $io_handle is in
252 Same as $ctx->digest, but will return the digest in hexadecima
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_halt.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
37 #include <netinet/in.h>
/osnet-11/usr/src/lib/libbsm/
H A Dmkhdr.sh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
37 * You may not use this file except in compliance with the License.
44 * When distributing Covered Code, include this CDDL HEADER in each
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
58 / reverses the byte order in hs.
H A Dmemset.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
43 andl $0xff,%eax / Duplicate fill const 4 times in %eax
/osnet-11/usr/src/lib/libc/sparc/fp/
H A Dfpsetmask.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
56 and %o0, %o4, %o0 ! mask off bits of interest in old fsr
H A Dfpsetsticky.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
47 and %o0, %o4, %o0 ! mask off bits of interest in old fsr
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A Dfpsetmask.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
56 and %o0, %o4, %o0 ! mask off bits of interest in old fsr
H A Dfpsetsticky.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
47 and %o0, %o4, %o0 ! mask off bits of interest in old fsr
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl4 # Run this TCL script using "testfixture" in order get a report that shows
27 name clob, -- Name of a table or index in the database file
29 payload int, -- Total amount of data stored in this table or index
37 # table in the database.
54 # Analyze every table in the database, one at a time.
/osnet-11/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
32 #include <netinet/in.h> /* in(6)_addr_t */
54 } in; member in struct:vrrp_addr
55 #define in4 in.a4
56 #define in6 in.a6
69 uint32_t vvc_adver_int; /* in ms */
101 int vp_prio; /* priority in adv message */
103 int vp_adver_int; /* adv interval in ad
[all...]
/osnet-11/usr/src/lib/libwrap/
H A Dfix_options.c7 * rlogind and kernel source, but all mistakes in it are my fault.
18 #include <netinet/in.h>
77 * attack was described in open mailing lists.
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
40 #include <netinet/in.h>
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
41 #include <netinet/in.h>
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dether_addr.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
35 * bytes are always in network order.
42 #include <netinet/in.h>
/osnet-11/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_platform_specific.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
71 * storage appropriate for the address family in use by the target
73 * in use, this should be allocated as struct sockaddr_net6. The
86 * #include <netinet/in.h>
92 * // Note: linux pton requires explicit encoding of IPv4 in IPv6
122 #include <netinet/in.h>
/osnet-11/usr/src/lib/libnsl/dial/
H A Dcallers.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
80 exphone(char *in, char *out) argument
87 if (!isalpha(*in)) {
88 (void) strcpy(out, in);
93 while (isalpha(*in))
94 *s1++ = *in++;
97 while (*in != NULLCHAR)
98 *s1++ = *in++;
119 * repphone - Replace \D and \T sequences in ar
[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')
224 It takes one argument, a list of key-value pairs, in which the following
241 associative array, in which each key is the name of a package, and
246 function names should be identical to those in the XSUB code;
249 none of the functions in a list begin with the string B<boot_>,
252 present in the list, it is passed through unchanged.) If
254 function for the extension specified in NAME.
278 the bootstrap name you have to specify the package name in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm38 syntax of that operating system is used in future calls to
60 separator in the input file specification. The remainder of the input
62 the optional patterns you specify in C<@suffixlist>. Each element of
70 B<suffix> together in that order, the result will denote the same
105 quotes metacharacters in the given suffixes. It is provided for
114 in the input file specification, then the current default device and
117 is usually the same as the behavior of fileparse(), but differs in some
148 # fileparse_set_fstype() - specify OS-based rules used in future
149 # calls to routines in this package
245 # by fileparse() in tha
[all...]
H A DFind.pm12 # push and pops. That is remains in the same order as in the directory file,
47 C<find()> does a depth-first search over the given C<@directories> in
52 C<&wanted> function on each file or subdirectory in the directory.
72 code reference is described in L<The wanted function> below.
81 described in L<The wanted function> below.
87 specifying C<<{ bydepth => 1 }>> in the first argument of C<find()>.
93 directory is in C<$File::Find::dir>. Your preprocessing function is
99 I<follow> or I<follow_fast> are in effect, C<preprocess> is a no-op.
104 the currently processed directory. It is called in voi
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm33 # work around posix-977 -- VOS doesn't handle dates in
139 # was a non-extent gap in a forward DST jump, we should
171 These routines are the inverse of built-in perl functions localtime()
173 the corresponding time(2) value in seconds since the system epoch
205 Strictly speaking, the year should also be specified in a form consistent
221 Years in the range 100..999 are interpreted as offset from 1900,
227 Years in the range 0..99 are interpreted as shorthand for years in the
229 year. Thus, today, in 1999, 0 would refer to 2000, and 45 to 2045,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv120 piconv -- iconv(1), reinvented in perl
136 a technology demonstrator for Perl 5.8.0, but you can use piconv in the
140 specified in the argument and prints out to STDOUT.
142 Here is the list of options. Each option can be in short format (-f)
166 Lists all available encodings, one per line, in case-insensitive
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm70 As mentioned in L<Encode>, encodings are (in the current
91 If I<$check> is true, it SHOULD modify I<$string> in place to remove
98 fragment of string that has been converted and modify $string in-place
117 If I<$check> is true, it SHOULD modify I<$octets> in place to remove
124 been converted and modify $octets in-place to remove the converted
146 Decoding will terminate when $terminator (a string) appears in output.
152 =head2 Other methods defined in Encode::Encodings
226 $_[1] = '' if $chk; # this is what in-place edit means
284 processed. It modifies it in plac
[all...]

Completed in 78 milliseconds

<<21222324252627282930>>