Searched refs:in (Results 351 - 375 of 1242) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmyconfig.SH1 case $PERL_CONFIG_SH in
15 : This forces SH files to create target in same directory as SH file.
17 case "$0" in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm33 The Carp routines are useful in your own modules because
37 call in the call-stack. For a shorter message you can use carp,
59 packages explicitly marked as safe by inclusion in @CARP_NOT, or
61 @ISA says is new in 5.8.
65 The trust in item 2 is transitive. If A trusts B, and B
95 or by including the string C<MCarp=verbose> in the PERL5OPT
H A Dperl5db.pl25 in creative ways.
28 interesting and still-useful idioms are noted in this section, along with notes
49 temporary copy of a variable in the current scope. When the scope ends, the
50 old copy is restored. This is often used in the debugger to handle the
113 There is a certain C programming legacy in the debugger. Some variables,
116 of state to be stored independently in a single scalar.
123 "addressed" independently in this way, C<$scalar> is acting sort of like
136 just about the fastest thing you can do in Perl: C<use constant> actually
144 =item * Second, it's very easy to serialize a scalar number. This is done in
145 the restart code; the debugger state variables are saved in
[all...]
H A DDumpvalue.pm18 # f) Compiles with `use strict', but in two places no strict refs is needed:
298 my $in = shift;
299 if ($in eq 'unctrl' or $in eq 'quote') {
300 $self->{unctrl} = $in;
358 my $in = shift;
360 $in = \&$in; # Hard reference...
362 my $gv = Devel::Peek::CvGV($in) or return;
379 print( (' ' x $off) . "&$s in
[all...]
H A Dcharnames.pm77 # This is not optimized in any way yet
102 ## Suck in the code/name list as a big string.
146 ## Now know where in the string the name starts.
147 ## The code, in hex, is before that.
152 ## This would be much easier if unicore/Name.pl had info in
165 if ($^H & $bytes::hint_bits) { # "use bytes" in effect?
196 croak ":alias needs an argument in charnames";
214 warn "unsupported special '$_' in charnames";
359 C<\N{CHARNAME}>, the string C<CHARNAME> is first looked up in the list of
362 as a letter in scrip
[all...]
H A DFileHandle.pm43 # that were in the old FileHandle class must be imported, too.
163 it is just a front end for the built-in C<open> function. With two
193 modified in any way until the FileHandle is closed or until
199 corresponding built-in functions:
240 This works like <$fh> described in L<perlop/"I/O Operators">
241 except that it's more readable and can be safely called in a
246 This works like <$fh> when called in a list context to
247 read all the remaining lines in a file, except that it's more readable.
248 It will also croak() if accidentally called in a scalar context.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm28 L<perltie> for a list of the functions required in tying a handle to a package.
51 Print the values in I<LIST>
55 Print the values in I<LIST> using I<format>
87 Return position in the file.
113 clash has been cleared in favor of this module that comes with the
114 perl core in September 2000 and accordingly the version number has
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
62 / find a null byte in destination string
78 cmpq %r9, %rcx / if no null byte in this quadword
82 cmpb $0, (%rdi) / if a byte in (%rdi) is null
90 / %rdi points to a null byte in destination string
102 cmpq %r9, %rcx / if null byte in this quadaword
111 movb (%rsi), %dl / %dl = a byte in (%rsi)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
61 / find a null byte in destination string
74 cmpl $0x80808080, %ecx / if no null byte in this word
78 cmpb $0, (%edi) / if a byte in (%edi) is null
86 / %edi points to a null byte in destination string
99 cmpl $0x80808080, %ecx / if null byte in this word
108 movb (%eax), %dl / %dl = a byte in (%eax)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm4 #Can't use string ("main::glob") as a symbol ref while "strict refs" in use at /usr/lib/perl5/5.005/File/DosGlob.pm line 191.
84 # if name does not have a dot in it *and* pattern
213 # + If there's a volume name in the pattern, we push a separate pattern
215 # + If there's no volume name in the original pattern, it is pushed
257 } else { # no volume name in pattern, push original pattern
267 # Resolves any updirs in the pattern. Removes a single trailing colon
299 # this can be used to override CORE::glob in a specific
300 # package by saying C<use File::DosGlob 'glob';> in that
326 # abc1 abc2 will be put in @appendpat.
428 # override CORE::glob in curren
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm24 Pod::Find - find POD documents in directory trees
31 print "found library POD `$pods{$_}' in $_\n";
42 so be sure to specify them in the B<use> statement if you need them:
64 The function B<pod_find> searches for POD documents in a given set of
67 and its position in the directory tree.
69 E.g. when searching in F<$HOME/perl5lib>, the file
78 is found, e.g. F<CPAN.pm> in different directories. This usually
79 indicates duplicate occurrences of modules in the I<@INC> search path.
101 Search for PODs in the current Perl interpreter's installation
106 Search for PODs in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm33 cross-platform or are written in a cross-platform manner.
116 having been written in a way to avoid incompatibilities. They may
131 individual line in @cmds will not be longer than the
138 Pairs of arguments will always be preserved in a single command, this
250 XS_VERSION: version in your .xs file. Defaults to $(VERSION)
348 all POD files in MAN1PODS and MAN3PODS.
392 This target is the first target in the Makefile, is the default target
393 and simply points off to 'all' just in case any make variant gets
394 confused or something gets snuck in before the real 'all' target.
499 want to include this file in th
[all...]
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in4 # Run GRUB script in a Qemu instance
12 # GRUB is distributed in the hope that it will be useful,
43 Run GRUB script in a Qemu instance.
53 $0 runs input GRUB script or SOURCE file in a Qemu instance and prints
64 for option in "$@"; do
65 case "$option" in
130 for mod in ${modules}
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D30_os-prober.in12 # GRUB is distributed in the hope that it will be useful,
92 for OS in ${OSPROBED} ; do
104 case ${BOOT} in
113 case ${LONGNAME} in
132 for LINUX in ${LINUXPROBED} ; do
184 case "${grub_fs}" in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm131 C<Net::Config> holds configuration data for the modules in the libnet
134 The configuration data is held globally in a file in the perl installation
136 can be done by having a C<.libnetrc> file in their home directory. This file
164 This is done by using hostname lookup and the C<local_netmask> entry in
187 Each is a reference to an array of hostnames (in order of preference),
281 Some servers are configured to only work in passive mode. If you have
282 one of these you can force C<Net::FTP> to always transfer in passive
288 A reference to a list of netmask strings in the form C<"134.99.4.0/24">.
301 If true then C<make test> may attempt to connect to hosts given in th
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dconfigure25 case `(set -o) 2>/dev/null` in
60 case $arg in
92 # We need space, tab and new line, in precisely that order. Quoting is
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
102 for as_dir in $PATH
113 # in which case we are not to be found in the path.
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in EN
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm83 # to the AUTOLOAD in AutoLoader.
145 $pat =~ s/^\s+//; # Protect against empty elements in
150 # implementation in Perl. Need to support a flag
220 a superset of the POSIX glob() (described in IEEE Std 1003.2 "POSIX.2").
226 Since v5.6.0, Perl's CORE::glob() is implemented in terms of bsd_glob().
244 to a size bigger than the system constant C<ARG_MAX> (usually found in
246 C<sysconf(_SC_ARG_MAX)> or C<_POSIX_ARG_MAX> where available (in that
264 is present in the pattern returned.
268 By default, the pathnames are sorted in ascending ASCII order; this
293 backslash followed by a character in th
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl4 # Run this TCL script using "testfixture" in order get a report that shows
39 name clob, -- Name of a table or index in the database file
42 nentry int, -- Number of entries in the BTree
43 payload int, -- Total amount of data stored in this table or index
54 # table in the database.
64 # Analyze every table in the database, one at a time.
111 # Generate a single line of output in the statistics section of the
204 statline {Pages in the whole file (measured)} $file_pgcnt
206 statline {Pages in the whole file (calculated)} $file_pgcnt2
215 statline {Number of tables in th
[all...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
25 # NOTE: this script runs in the global zone and touches the non-global
74 for i in $ludir/ICF* $ludir/vtoc* $ludir/GRUB*
114 # not covered in the zonecfg file.
117 for file in $file_list; do
143 # Is the interface name we extracted included in
154 for iface in $net_list; do
159 for iface in $anet_list; do
169 # SMF service in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL14 # This forces PL files to create target in same directory as PL file.
119 I<input> is the file to read for POD source (the POD can be embedded in
123 processed in the same B<pod2man> invocation (saving module load and compile
198 the manual section is 3, in which case the path is parsed to see if it is a
205 man page title to be in all-uppercase even if the command isn't.
221 I<quotes> may also be set to the special value C<none>, in which case no
244 By default, section 1 will be used unless the file ends in .pm in which case
270 To get index entries on stderr, turn on the F register, as in:
287 The name of the program being documented is conventionally written in bol
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm95 of this "message", and return it in binary form. The returned string
103 Same as md5(), but will return the digest in hexadecimal form. The
123 The object oriented interface to C<Digest::MD5> is described in this
125 data to it and finally ask for the digest in a suitable format. A
139 object is created in this case.
179 object will be in. The addfile() method might have been able to read
183 In most cases you want to make sure that the $io_handle is in
209 Same as $md5->digest, but will return the digest in hexadecimal
240 The same checksum can also be calculated in OO style:
252 are no longer limited to have space for the whole message in memor
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm10 PerlIO::via - Helper class for PerlIO layers implemented in perl
22 The PerlIO::via module allows you to develop PerlIO layers in Perl, without
35 to obtain the text of an HTML-file in an array with all the HTML-tags
38 Please note that if the layer is created in the PerlIO::via:: namespace, it
45 To create a Perl module that implements a PerlIO layer in Perl (as opposed to
46 in C using XS as the interface to Perl), you need to supply some of the
47 following subroutines. It is recommended to create these Perl modules in the
51 Please note that this is an area of recent development in Perl and that the
127 Returns the number of octets placed in $buffer (must be less than or
136 Should return a string to be placed in th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm149 Do not use a floating point nor a negative sign in C<$codepoint>.
175 If the given string is in FCD ("Fast C or D" form; cf. UTN #5),
215 The string returned is not always in NFD/NFKD.
223 Reorders the combining characters and the like in the canonical ordering
248 The following functions check whether the string is in that normalization form.
252 YES The string is in that normalization form.
253 NO The string is not in that normalization form.
282 If a string is not in FCD, it must not be in FCC.
297 in th
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c8 * Redistribution and use in source and binary forms, with or without
13 * * Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
73 /* Must match KDB_*_ATTR macros in ldap_principal.h. */
388 * in the principal name component.
398 char *in, *out; local
401 for (in = user_name; *in; in++) {
402 if (*in
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscp.c15 * This program is distributed in the hope that it will be useful,
21 * along with this program (in the main directory of the Linux-NTFS
22 * distribution in the file COPYING); if not, write to the Free Software
235 /* Make sure we're in sync with the log levels */
318 FILE *in; local
373 in = fopen(opts.src_file, "r");
374 if (!in) {
477 /* Does a file with the same name exist in the dest dir? */
546 while (!feof(in)) {
552 br = fread(buf, 1, NTFS_BUF_SIZE, in);
[all...]

Completed in 79 milliseconds

<<11121314151617181920>>