Searched refs:an (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libast/common/string/
H A Dstruniq.c38 register char** an; local
41 ao = an = argv;
43 while (++an < ae)
45 while (streq(*ao, *an))
46 if (++an >= ae)
48 *++ao = *an;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc48 # ->bstr() to see if an object is returned
52 # ->bstr() to see if an object is returned
55 # ->bstr() to see if an object is returned
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm257 The C<IO::Select> package implements an object approach to the system C<select>
259 are ready for reading, writing or have an exception pending.
279 will be returned when an event occurs. C<IO::Select> keeps these values in a
283 Each handle can be an C<IO::Handle> object, an integer or an array
284 reference where the first element is an C<IO::Handle> or an integer.
290 need not be passed, just handles that have an equivalent C<fileno>
299 Return an arra
[all...]
H A DDir.pm173 The first interface is an object approach. C<IO::Dir> provides an object
206 C<IO::Dir> also provides an interface to reading directories via a tied
219 C<File::stat::lstat>. Deleting an element from the hash will
223 Assigning to an entry in the hash will cause the time stamps of the file
227 an array of two values can be passed. The first array element will be used to
/osnet-11/usr/src/lib/libc/sparc/fp/
H A Dfpgetrnd.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
H A Dfpgetmask.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
H A Dfpgetsticky.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetrnd.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
H A Dfpgetmask.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
H A Dfpgetsticky.s37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm10 good example of how to write an expiration module.
12 If you are looking for an example, I recommend that you look at the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs62 Each C type is represented by an entry in the typemap file that
70 This simply passes the C representation of the Perl variable (an SV*)
93 Used to pass in and return a reference to an SV.
108 From the C level this is a pointer to an AV.
123 From the C level this is a pointer to an HV.
204 passed to C and converted to an IV when passed back to Perl.
222 Its behaviour is identical to using an C<int> type in XS with T_IV.
226 An enum value. Used to transfer an enum component
227 from C. There is no reason to pass an enum value to C since
228 it is stored as an I
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dutil.c35 an++,(long)size);
58 fprintf(stderr,"0x%lx: (%05d) rfree\n",(unsigned long)where,an++);
59 fprintf(stderr,"0x%lx: (%05d) realloc %ld bytes\n",(unsigned long)ptr,an++,(long)size);
79 fprintf(stderr,"0x%lx: (%05d) free\n",(unsigned long)where,an++);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dtestlib.pm10 # no worse, and probably better, than just shoving an untainted,
30 After an extension has been built and before it is installed it may be
H A DPacklist.pm178 $pl->read('/an/old/.packlist');
192 addition, this package supports an extended format, where as well as a filename
213 This takes an optional parameter, the name of a .packlist. If the file exists,
215 returns a reference to a hash. This hash holds an entry for each line in the
223 This takes an optional parameter, the name of the .packlist to be read. If
229 This takes an optional parameter, the name of the .packlist to be written. If
234 This checks that every file listed in the .packlist actually exists. If an
247 Here's C<modrm>, a little utility to cleanly remove an installed module.
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspeedtest.tcl162 runtest {100 SELECTs without an index}
179 runtest {Creating an index}
190 runtest {5000 SELECTs with an index}
203 runtest {1000 UPDATEs without an index}
215 runtest {25000 UPDATEs with an index}
226 runtest {25000 text UPDATEs with an index}
243 runtest {DELETE without an index}
250 runtest {DELETE with an index}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm43 correctly. This module provides test functions and an associated
82 Test that an C<NV> is formatted correctly by
91 Test that an C<IV> is formatted correctly by
100 Test that an C<UV> is formatted correctly by
109 Test that an C<int> is formatted correctly by
118 Test that an C<long> is formatted correctly by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm125 sets $^D to the corresponding value. When called with an argument of
131 debugging one. When called with an argument, switches to debugging or
138 (default with Perl's malloc()), Devel::Peek provides an access to this API.
199 monumental task, and, frankly, we don't want this manpage to be an internals
227 This says C<$a> is an SV, a scalar. The scalar is a PVIV, a string.
235 CUR, in this case, because LEN includes an extra byte for the
253 This says C<$a> is an SV, a scalar. The scalar is an IV, a number. Its
258 =head2 A simple scalar with an extra reference
260 If the scalar from the previous example had an extr
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm100 Perl code is always compiled into an internal format before execution.
103 the code to be compiled into an internal format and then,
109 The Opcode module allow you to define an I<operator mask> to be in
112 with an error. The code will not be executed.
147 =item an operator name (opname)
153 =item an operator tag name (optag)
161 An opname or optag can be prefixed with an exclamation mark, e.g., !mkdir.
162 Negating an opname or optag means remove the corresponding ops from the
165 =item an operator set (opset)
171 a list of operators to an opse
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm15 getopts('oif:'); # -o & -i are boolean flags, -f takes an argument
23 that take an argument. For each switch found, sets $opt_x (where x is the
24 switch name) to the value of the argument if an argument is expected,
25 or 1 otherwise. Switches which take an argument don't care whether
30 command-line, the user will be warned that an unknown option was given.
39 and getopts() will also accept a hash reference as an optional second argument.
53 and the switches string. If the subroutines are not defined, an attempt is
68 and version_mess() with the switches string as an argument.
79 # which is a string containing all switches that take an argument. For each
81 # argument, or 1 if no argument. Switches which take an argumen
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DUNIVERSAL.pm68 is any of the above or an unblessed reference
72 When used as an instance or class method (C<< $obj->isa( TYPE ) >>),
92 C<isa> returns I<true> in the same cases as above and also if C<VAL> is an
107 C<can> cannot know whether an object will be able to provide a method
114 will cause an error.
116 C<can> can be called as a class (static) method, an object method, or a
131 C<VERSION> can be called as either a class (static) method, an object
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm49 by an autogenerated filehandle. If so, you must pass a valid lvalue
51 an exception will be raised.
54 failure: it just raises an exception matching C</^open2:/>. However,
62 Failing to do this can result in an accumulation of defunct or "zombie"
87 See L<IPC::Open3> for an alternative that handles STDERR as well. This
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm267 # derived class) with an :Ugly attribute.
273 # with an :Omni attribute, provided the variable or
368 If a lexical variable is given an attribute, there is no symbol table to
370 string C<'LEXICAL'> in that case. Likewise, ascribing an attribute to
371 an anonymous subroutine results in a symbol table argument of C<'ANON'>.
394 it is passed as an uninterpreted string. For example:
403 passed as a scalar. If multiple values are associated, they are passed as an
411 ascribed an attribute, the handler that is invoked is the one belonging to
426 If an attribute handler is declared and the C<:ATTR> specifier is
435 creates an attribut
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc47 # ->bstr() to see if an object is returned
51 # ->bstr() to see if an object is returned
54 # ->bstr() to see if an object is returned
1320 # proved to be an endless loop under 7-9
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL50 variables. If you have existing data written with an earlier version of

Completed in 97 milliseconds

1234567891011>>