Searched refs:in (Results 451 - 475 of 1242) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Disk/
H A Diopending42 # (the "License"). You may not use this file except in compliance
71 case $name in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm45 johab JOHAB A supplementary encoding defined in
50 To find how to use this module in detail, see L<Encode>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm20 Carp::croak("Weak references are not implemented in the version of perl");
24 Carp::croak("Vstrings are not implemented in the version of perl");
150 expressed would be nice to have in the perl core, but the usage would
175 Returns a scalar that has the value NUM in a numeric context and the
176 value STRING in a string context.
281 There is a bug in perl5.6.0 with UV's that are >= 1<<31. This will
298 The weaken and isweak subroutines in this module and the patch to the core Perl
299 were written in connection with the APress book `Tuomas J. Lukka's Definitive
300 Guide to Object-Oriented Programming in Perl', to avoid explaining why certain
301 things would have to be done in cumbersom
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm25 CGI scripts have a nasty habit of leaving warning messages in the error
62 called in a C<BEGIN> block at the top of the CGI application so that
73 Also, note that carpout() does not work with in-memory file handles, although
81 You can pass filehandles to carpout() in a variety of ways. The "correct"
115 occur in the early compile phase will be seen.
133 You may also pass in a code reference in order to create a custom
152 If fatalsToBrowser in conjunction with set_message does not provide
211 comments embedded in the output of your program. To enable this
214 cause an error, any warnings are stored in a
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm74 Writes all files in and below the current directory to your F<MANIFEST>.
79 All files that match any regular expression in a file F<MANIFEST.SKIP>
84 that are found in the existing F<MANIFEST> file in the new one.
107 # Policy: only remove files if they're listed in MANIFEST.SKIP.
161 # We have to use "$File::Find::dir/$_" in preprocess, because
176 checks if all the files within a C<MANIFEST> in the current directory
178 directory are in sync it silently returns an empty list.
179 Otherwise it returns a list of files which are listed in the
194 finds files below the current directory that are not mentioned in th
[all...]
H A DMkbootstrap.pm27 package DynaLoader; # execute code as if in DynaLoader
51 print BS "# Mkbootstrap routine in ExtUtils::Mkbootstrap (v$VERSION).\n";
53 # If @all contains names in the form -lxxx or -Lxxx then it's asking for
95 placing it in C<$bscode>. This is a handy 'escape' mechanism that may
96 prove useful in complex situations.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm37 If WTRFH begins with C<< <& >>, then WTRFH will be closed in the parent, and
44 in the parameter slot so it can be overwritten in the caller, or
47 The filehandles may also be integers, in which case they are understood
52 C<exec> failures in the child are not detected. You'll have to
55 Note if you specify C<-> as the command, in an analogous fashion to
64 Failing to do this can result in an accumulation of defunct or "zombie"
80 over source code being run in the child process, you can't control
109 # if wtr begins with '<&', then wtr will be closed in the parent, and
200 # A tie in th
[all...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
74 incl %eax / return pointer to next byte in dest
82 addl $2,%eax / return pointer to next byte in dest
/osnet-11/usr/src/lib/nsswitch/
H A Dns-switch7 # 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
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 * in the keystore.
58 * (from extra_attrlistp) in the keystore.
65 #define ROUNDUP(x, y) roundup(x, y) /* defined in sys/sysmacros.h */
124 boolean_t encrypt, CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out,
128 CK_BYTE_PTR in, CK_ULONG in_len, CK_BYTE_PTR out, CK_ULONG_PTR out_len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm57 die "unknown flags in debug_flags()" if $arg =~ /[^-$D_flags]/;
94 to the casual reader. The reader is expected to understand the material in
111 number of character printed in various string values. Setting it to 0
116 combination of C<s>, C<t>, and C<P> (see B<-D> flags in L<perlrun>).
146 in the output of mstat() into %hash. The field of this hash are
154 the information about the allocated size and usable size of chunks in
158 Keep in mind that only the first several "odd-numbered" buckets are
162 The information in
169 the information in fields C<mem_size>, C<available_size> is not
173 memory-wise) which collects the statistic into $buf in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm704 C<Net::NNTP> is a class implementing a simple NNTP client in Perl as described
705 in RFC977. C<Net::NNTP> inherits its communication methods from C<Net::Cmd>
719 C<OPTIONS> are passed in a hash like fashion, using key and value pairs.
722 B<Timeout> - Maximum time, in seconds, to wait for a response from the
754 entry in the array will contain one line of the article.
756 If no arguments are passed then the current article in the currently
759 C<MSGNUM> is a numeric id of an article in the current newsgroup, and
761 an article as shown in that article's header. It is anticipated that the
764 message-id provided in the response to some other commands.
807 of articles in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm49 pre-existing C<*.al> files in the autoload directory are removed if
72 Typical use of AutoSplit in the perl MakeMaker utility is via the command-line
81 in its current form (the modtime test).
83 The C<autosplit_lib_modules> form is used in the building of perl. It takes
84 as input a list of files (modules) that are assumed to reside in a directory
116 top-level directory specified in the invocation. It is preferred that
124 used as the file name, these warnings can aid in portability to such
179 while (m#(.*?[^:])::([^:].*)#) { # in case specified as ABC::XYZ
182 s|\\|/|g; # bug in ksh OS/2
232 open(my $in, "<
[all...]
H A DTest.pm14 # In case a test is run in a persistent environment.
88 such that their output is in the format that
94 a new file called F<t/test.t> (in a new F<t> directory). If you have
111 This should be the first thing you call in your test script. It
120 These are the things that you can put in the parameters to plan:
126 The number of tests in your script.
144 in a C<BEGIN {...}> block, like so:
181 (chr(65) eq 'A') ? "\n" : " in a non-ASCII world\n";
256 The expression is evaluated in scalar context. So the following will
260 ok( !grep !defined $_, @stuff ); # ok if everything in
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c10 * GRUB is distributed in the hope that it will be useful,
42 Most underline diacritics aren't displayed in gfxterm
103 bytes (if SRCSIZE is -1, it is ignored) in length to a UTF-16 string.
107 last byte used in SRC. */
180 /* No surrogates in UCS-4... */
250 /* No surrogates in UCS-4... */
312 bytes (if SRCSIZE is -1, it is ignored) in length to a UCS-4 string.
316 last byte used in SRC. */
513 grub_unicode_aglomerate_comb (const grub_uint32_t *in, grub_size_t inlen, argument
522 for (ptr = in; pt
670 unsigned in = 0; local
1201 grub_unicode_mirror_code(grub_uint32_t in) argument
1211 grub_unicode_shape_code(grub_uint32_t in, grub_uint8_t attr) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm26 ## Select all the POD sections for each file in @filelist
48 ## Select all the POD sections for each file in @filelist
157 desired ranges of paragraphs in the desired set of sections. A range
161 The regexs in a range specification are delimited by forward slashes
189 plain textblocks unless it is preceded by a space, in which case it is
255 The following methods are provided in this module. Each one takes a
295 subheadings in the document being parsed. The list of headings returned
299 heading number, in which case only the specified section heading is
325 as described in L<"SECTION SPECIFICATIONS">. The section specifications
327 stored in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm6 # License or the Artistic License, as specified in the README file.
333 classes. These classes in turn define methods for querying the
365 into an object in the appropriate B::OP-derived or B::SV-derived
376 Returns the AV object (i.e. in class B::AV) representing INIT blocks.
380 Returns the AV object (i.e. in class B::AV) representing CHECK blocks.
384 Returns the AV object (i.e. in class B::AV) representing BEGIN blocks.
388 Returns the AV object (i.e. in class B::AV) representing END blocks.
392 Returns the AV object (i.e. in class B::AV) of the global comppadlist.
413 symbols (such as "Foo::") it invokes RECURSE, passing in the symbol
440 Returns the root op (i.e. an object in th
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppsearch.c62 * (2) symbolic links in combination with .. may cause two
107 * search for file using directories in dp
425 struct ppinstk* in; local
432 for (in = pp.in; in; in = in->prev)
433 if (in->type == IN_FILE && in
[all...]
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_network.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
41 #include <netinet/in.h>
H A Dnsap_addr.c7 * copyright notice and this permission notice appear in all copies.
28 #include <netinet/in.h>
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dherror.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
40 * copyright notice and this permission notice appear in all copies.
62 #include <netinet/in.h>
/osnet-11/usr/src/lib/libsocket/inet/
H A Dbindresvport.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>
76 * Use *_ANONPRIVBIND to ask the kernel to pick a port in the
113 * filled in its "sin" parameter (if passed in), perhaps
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlvnic.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
29 #include <netinet/in.h>
/osnet-11/usr/src/lib/libinetutil/common/
H A Dlibinetutil_impl.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
39 #include <netinet/in.h>
66 iu_timer_node_t *iutq_head; /* in order of time-to-fire */
67 int iutq_in_expire; /* nonzero if in the expire function */
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.h16 * 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
59 #include <netinet/in.h>

Completed in 72 milliseconds

<<11121314151617181920>>