Searched refs:in (Results 251 - 275 of 1242) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libdtrace/
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
173 ../common/%.sed: ../common/%.sed.in
177 ../common/procfs.d: ../common/procfs.sed ../common/procfs.d.in
178 sed -f ../common/procfs.sed < ../common/procfs.d.in > $@
180 ../common/io.d: ../common/io.sed ../common/io.d.in
181 sed -f ../common/io.sed < ../common/io.d.in > $@
183 ../common/ip.d: ../common/ip.sed ../common/ip.d.in
184 sed -f ../common/ip.sed < ../common/ip.d.in > $@
186 ../common/net.d: ../common/net.sed ../common/net.d.in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm136 # '/usr/local/lib/perl5/POSIX.pm', and the autosplit index file is in
212 subroutine in is called in a client module of B<AutoLoader>,
213 B<AutoLoader>'s AUTOLOAD subroutine attempts to locate the subroutine in a
215 client module was read. As an example, if F<POSIX.pm> is located in
217 subroutines B<POSIX> in F</usr/local/lib/perl5/auto/POSIX/*.al>, where
230 "forward declare" each subroutine (as in C<sub NAME;>). See
286 Package lexicals declared with C<my> in the main block of a package
292 The C<vars> pragma (see L<perlmod/"vars">) may be used in such
306 The B<AutoLoader> is similar in purpos
[all...]
H A DNEXT.pm208 left-to-right search of C<$self>'s class hierarchy that resulted in the
214 past the current class -- to look for a suitable method in other
217 A typical use would be in the destructors of a class hierarchy,
218 as illustrated in the synopsis above. Each class in the hierarchy
222 its parent classes are called (in depth-first, left-to-right order).
224 Another typical use of redispatch would be in C<AUTOLOAD>'ed methods.
226 particular call, it might choose to redispatch that call, in the
231 elsewhere in the objects class hierarchy, it quietly gives up and does
260 C<NEXT::ACTUAL> is most commonly used in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm12 # see any lexicals in scope (apart from __ExPr__ which is unavoidable)
21 # Create anon sub ref in root of compartment.
22 # Uses a closure (on $__ExPr__) to pass in the code to be executed.
67 # (Swashes are cached internally by perl in PL_utf8_* variables
70 # now we can safely include utf8::SWASHNEW in $default_share defined below.
73 # share *_ and functions defined in universal.c
75 # compartment can 0wn functions in UNIVERSAL
167 # @_ in non default packages within the compartment don't work.
404 # execution will happen with the compartment fully 'in effect'.
425 $error =~ s/\t\(in cleanu
[all...]
/osnet-11/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh2 # (note we use "/bin/ksh -p" for Linux/pdksh support in this script)
9 # You may not use this file except in compliance with the License.
16 # When distributing Covered Code, include this CDDL HEADER in each
59 # Make sure the POSIX/XPG6 tools are in front of /usr/bin (/bin is needed for Linux after /usr/bin)
79 * You may not use this file except in compliance with the License.
86 * When distributing Covered Code, include this CDDL HEADER in each
313 * Be careful, some are in /bin while others are in /usr/bin
413 case "${buildmode}" in
419 case "${buildmode}" in
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfwd_tgt.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
86 krb5_creds in, *out = 0; local
87 memset (&in, 0, sizeof(in));
89 retval = krb5_copy_principal (context, server, &in.server);
92 retval = krb5_copy_principal (context, client, &in.client);
95 retval = krb5_get_credentials (context, 0, cc, &in,
[all...]
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_umountall.sh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
40 # This script is installed as both /sbin/umountall (as used in some
75 # Clear these in case they were already set in our inherited environment.
92 case $c in
109 case $FSType in
178 # If we are in deferred activation patching, and the caller is
197 # criteria to match and we are in the global zone
214 : # no point in sleepin
[all...]
H A Ds10_net_include.sh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
39 # Simulates cat in sh so it doesn't need to be on the root filesystem.
139 # Is "item" in the given list? Use "op" to do the test, applying it to
140 # "item" and each member of the list in turn until it returns success.
175 # to create an IPMP interface of the specified type and place it in the
189 # function if all of the interfaces in the group failed at boot and there
195 # This is a horrible way to count from 0 to 999, but in sh and
198 for a in "" 1 2 3 4 5 6 7 8 9; do
199 for b in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm44 C<< <& >>, then $wtrfh will be closed in the parent, and the child will read
50 in the parameter slot so it can be overwritten in the caller, or
55 C<exec> failures in the child are not detected. You'll have to
62 Failing to do this can result in an accumulation of defunct or "zombie"
73 over source code being run in the child process, you can't control
79 back to line buffering in the invoked command again.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm30 POD parsing and processing (i.e. in POD formatters and translators).
84 Without argument, retrieves the file name the list is in. This must
85 have been set before by either specifying B<-file> in the B<new()>
90 # The POD file name the list appears in
98 This must have been set before by either specifying B<-start> in the
104 # The line in the file the node appears
112 in C<=over n>. This must have been set before by either specifying
113 B<-indent> in the B<new()> method or by calling the B<indent()> method
128 B<-type> in the B<new()> method or by calling the B<type()> method
142 E.g. when converting to HTML, one might strip the leading number in
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrncat.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
82 cmpq %r9, %rcx / if no null byte in this quadword
86 cmpb $0, (%rdi) / if a byte in (%rdi) is null
94 / %rdi points to a null byte in destination string
109 cmpq %r9, %rcx / if null byte in this quadword
121 / number of bytes < 8 or a null byte found in the quadword
124 movb (%rsi), %r11b / %r11b = a byte in (%rsi)
138 movb (%rsi), %r11b / %r11b = a byte in (%rsi)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncat.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
79 cmpl $0x80808080, %ecx / if no null byte in this word
83 cmpb $0, (%edi) / if a byte in (%edi) is null
91 / %edi points to a null byte in destination string
108 cmpl $0x80808080, %ecx / if null byte in this word
120 / number of bytes < 4 or a null byte found in the word
123 movb (%eax), %dl / %dl = a byte in (%eax)
137 movb (%eax), %dl / %dl = a byte in (%eax)
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
95 * In each [en/de]cription above we will used the passed in CBC initialization
99 * In the decryption case we reverse the proccess. Note in this case
118 /* Save the passed in ivec */
174 * on both sides and start again. Theres no mechanism for this in
218 * MD5_verifier: This is a verifier routine suitable for use in a
221 * the result in signature.
361 * in a preallocate signature, that was allocated using __alloc_sig.
384 /* Package the token for use in
461 wrap_msg_body(gss_buffer_t in, gss_buffer_t out) argument
532 unwrap_msg_body(gss_buffer_t in, gss_buffer_t out) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm45 in front of all the function names in the following examples.
49 Language tags are a formalism, described in RFC 3066 (obsoleting
51 dialect) a given chunk of information is in.
54 tags as they are needed in a variety of protocols and applications.
95 ## Changes in the language tagging standards may have to be reflected here.
119 in $whatever. Not very smart, so don't get too creative with
125 extract_language_tags("It's like this: I'm in fr -- French!")
126 returns: ('It', 'in', 'fr')
136 ## Changes in th
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_rthdr.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
28 * were provided (named inet6_rthdr_) in a very similar form in RFC 2292.
38 #include <netinet/in.h>
64 * in the header is just a byte.
113 inet6_rth_reverse(const void *in, void *out) argument
121 rtin = (struct ip6_rthdr0 *)in;
145 * Return the number of segments in the routing header.
165 * Return a pointer to an element in th
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dusbms.c11 * GRUB is distributed in the hope that it will be useful,
59 struct grub_usb_desc_endp *in; member in struct:grub_usbms_dev
142 grub_usbms_devices[curnum]->in = endp;
157 if (!grub_usbms_devices[curnum]->in || !grub_usbms_devices[curnum]->out)
177 grub_usb_clear_halt (usbdev, grub_usbms_devices[curnum]->in->endp_addr);
196 * This make trouble on some devices if they are not in
197 * Phase Error state - and there they should be not in such state...
199 * on place and in time when it is really necessary. */
204 grub_usb_clear_halt (usbdev, usbms->in->endp_addr);
258 cbw.lun = scsi->lun; /* In USB MS CBW are LUN bits on another place than in SCS
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/contrib/
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
30 # Extra arguments needed to fool MakeMaker into building in the distrib tree.
83 for ext in $(PERL_EXT); do \
96 for ext in $(PERL_EXT); do \
110 for ext in $(PERL_EXT); do \
129 # files results in the parent Makefile.PL being rerun.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dlint.t25 Implicit scalar context for array in scalar assignment at -e line 1
29 Implicit scalar context for array in length at -e line 1
46 runlint 'implicit-read', '1 for @ARGV', <<'RESULT', 'implicit-read in foreach';
47 Implicit use of $_ in foreach at -e line 1
54 runlint 'dollar-underscore', 'print', <<'RESULT', 'dollar-underscore in print';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DByte.pm30 (iso-8859-1 is in built-in)
108 gsm0338 # used in GSM handsets
113 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/List/
H A DUtil.pm18 # PERL_DL_NONLAZY must be false, or any errors in loading will just
98 expressed would be nice to have in the perl core, but the usage would
109 Similar to C<grep> in that it evaluates BLOCK setting C<$_> to each element
110 of LIST in turn. C<first> returns the first element where the result from
114 $foo = first { defined($_) } @list # first defined value in @list
115 $foo = first { $_ > $value } @list # first value in @list which
123 defined value in @list
127 Returns the entry in the list with the highest numerical value. If the
140 Similar to C<max>, but treats all the entries in the list as strings
154 Similar to C<max> but returns the entry in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToChecker.pm24 print "No Pod errors in $file\n";
39 No Pod errors in SomeFile.pod
44 This is a "plug-in" class that allows Perldoc to use
46 not available, then Pod::Checker), to check for errors in a given
63 This program is distributed in the hope that it will be useful, but
H A DToText.pm56 This is a "plug-in" class that allows Perldoc to use
59 It supports the following options, which are explained in
68 This module may change to use a different text formatter class in the
82 This program is distributed in the hope that it will be useful, but
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm40 complicated testing, use the Test::More module (a drop-in replacement
48 plan to run. This is in case something goes horribly wrong during the
64 ok() is given an expression (in this case C<$foo eq $bar>). If it's
78 All tests are run in scalar context. So this:
93 Test::Simple will start by printing number of tests run in the form
95 format lets Test::Harness know how many tests you plan on running in
155 Test::Simple will only report a maximum of 254 failures in its exit
161 universe, and perl does horrible mangling to them that gets in my way,
174 Test::Simple is thread-safe in perl 5.8.0 and up.
178 This module was conceived while talking with Tony Bowden in hi
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm85 do. Given a line with tabs in it, expand will replace the tabs with
86 the appropriate number of spaces. Given a line with or without tabs in
93 entire document in one string. Instead feed it an array of lines.
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
119 81 File descriptor in bad state
123 85 .lib section in a.out corrupted
124 86 Attempting to link in more shared libraries than system limit
141 125 Address already in use
164 149 Operation already in progress
165 150 Operation now in progress

Completed in 53 milliseconds

<<11121314151617181920>>