Searched refs:item (Results 51 - 75 of 336) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm46 =item B<dlsyms>
79 =item replace_manpage_separator
92 =item B<maybe_command>
124 =item B<find_tests>
138 =item B<init_DIRFILESEP>
153 =item B<init_others>
210 =item init_platform (o)
214 =item platform_constants (o)
238 =item special_targets (o)
257 =item static_li
[all...]
H A DCommand.pm61 =item cat
73 =item eqtime src dst
86 =item rm_rf files....
98 =item rm_f files....
117 =item touch files ...
133 =item mv source... destination
149 =item cp source... destination
165 =item chmod mode files...
177 =item mkpath directory...
189 =item test_
[all...]
H A DConstant.pm48 =item IV
52 =item UV
56 =item NV
60 =item PV
64 =item PVN
69 =item SV
73 =item YES
77 =item NO
81 =item UNDEF
144 =item C_stringif
[all...]
H A DMakeMaker.pm304 foreach my $item (@attrib_help){
305 $Recognized_Att_Keys{$item} = 1;
307 foreach my $item (@Get_from_Config) {
308 $Recognized_Att_Keys{uc $item} = $Config{$item};
309 print "Attribute '\U$item\E' => '$Config{$item}'\n"
1124 =item *
1129 =item *
1287 =item ABSTRAC
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm45 =item B<-warnings> =E<gt> I<val>
64 =item *
69 =item *
74 =item *
76 Check for proper nesting and balancing of C<=over>, C<=item> and C<=back>.
78 =item *
83 =item *
87 =item *
92 =item *
106 =item * empt
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv147 =item -f,--from from_encoding
152 =item -t,--to to_encoding
160 =item -s,--string I<string>
164 =item -l,--list
173 =item -C,--check I<N>
178 =item -c
182 =item -p,--perlqq
186 =item -h,--help
190 =item -D,--debug
194 =item
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_attr.c49 * If the 'item' string ends in a comma, append 'base', and return
51 * otherwise. If 'dealloc' is non-zero, 'item' is freed; this happens
57 appendBase(char *item, char *base, int *err, int dealloc) { argument
72 /* Trivial case 1: If 'item' is NULL, return a copy of 'base' */
73 if (item == 0) {
80 /* Trivial case 2: If 'base' is NULL, return a copy of 'item' */
82 new = sdup(myself, T, item);
86 free(item);
90 len = strlen(item);
92 /* If 'item' i
[all...]
H A Dnis_parse_ldap_map.c58 __nis_mapping_item_t *item, __nis_mapping_item_type_t type);
606 __nis_mapping_item_t *item = NULL; local
615 item = NULL;
674 item = (__nis_mapping_item_t *)s_realloc(item,
677 if (item == NULL) {
682 &item[nElements], item_type);
686 free_mapping_item(&item[n]);
694 free_mapping_item(&item[n]);
702 free_mapping_item(&item[
1252 __nis_mapping_item_t *item = NULL; local
1448 __nis_mapping_item_t item; local
1710 get_mapping_item( const char *s, const char *end_s, __nis_mapping_item_t *item, __nis_mapping_item_type_t type) argument
1931 __nis_mapping_item_t item; local
[all...]
H A Ddb_index_entry.cc40 if ((key = new item(name, nlen)) == NULL)
50 * A copy of the item is made. New entry is added to head of list of 'n'.
52 db_index_entry::db_index_entry(unsigned long hval, item* k,
55 if ((key = new item(k)) == NULL)
86 * for each item, traverse list2,
87 * if item on list1 matches item on list2,
143 db_index_entry::getnext(bool_t casein, unsigned long hval, item *i, entryp l)
166 item *i, entryp recnum)
189 item *
[all...]
H A Ddb_query_c.x54 item* index_value; /* value to be used in search */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm136 =item new ( KEY , FLAGS )
143 =item *
147 =item *
157 =item id
161 =item rcv ( BUF, LEN [, TYPE [, FLAGS ]] )
166 =item remove
170 =item set ( STAT )
172 =item set ( NAME => VALUE [, NAME => VALUE ...] )
185 =item snd ( TYPE, MSG [, FLAGS ] )
190 =item sta
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dtext-options.t84 =item F
88 =item Bar
90 =item B
94 =item Longer
126 =item Test
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self19 =item -debug
23 =item -help
27 =item -user USERNAME
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL732 =item C<! PREDICATE>
739 =item C<( PREDICATES )>
746 =item C<PREDICATE1 PREDICATE2>
751 =item C<PREDICATE1 -o PREDICATE2>
756 =item C<-follow>
765 =item C<-depth>
769 =item C<-prune>
773 =item C<-xdev>
777 =item C<-name GLOB>
783 =item
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_utils.c157 * If 'item' is on 'list', returns 1, otherwise 0.
159 int slp_onlist(const char *item, const char *list) { argument
169 if (strlen(item) != span) {
176 if (strncasecmp(item, s, span) == 0)
185 * Adds item to *list if it is not already on it. If *list == NULL,
188 * whether to look to item on the current list. This is a small
189 * optimization for callers which are that item is not on *list, or
192 void slp_add2list(const char *item, char **list, SLPBoolean check_onlist) { argument
194 if (!(*list = strdup(item)))
201 if (slp_onlist(item, *lis
217 slp_list_subtract(const char *item, char **list) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dfile.pm62 =item digest_file( $file, $algorithm, [$arg,...] )
72 =item digest_file_hex( $file, $algorithm, [$arg,...] )
76 =item digest_file_base64( $file, $algorithm, [$arg,...] )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL58 =item B<pod2usage>
74 =item B<-help>
78 =item B<-man>
82 =item B<-exit> I<exitval>
86 =item B<-output> I<outfile>
92 =item B<-verbose> I<level>
100 =item B<-pathlist> I<dirlist>
106 =item I<file>
H A Dpod2text.PL133 =item B<-a>, B<--alt>
136 heading style and marks C<=item> entries with a colon in the left margin.
138 =item B<--code>
144 =item B<-c>, B<--color>
149 =item B<-i> I<indent>, B<--indent=>I<indent>
154 =item B<-h>, B<--help>
158 =item B<-l>, B<--loose>
165 =item B<-m> I<width>, B<--left-margin>=I<width>, B<--margin>=I<width>
171 =item B<-o>, B<--overstrike>
178 =item
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dparser.t32 like( $@, qr/^Can't modify constant item in list assignment/,
36 like( $@, qr/^Can't modify constant item in tie /,
40 like( $@, qr/^Can't modify constant item in undef operator /,
44 like( $@, qr/^Can't modify constant item in read /,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm55 =item B<which_perl>
91 =item B<perl_lib>
123 =item B<makefile_name>
136 =item B<makefile_backup>
150 =item B<make>
165 =item B<make_run>
180 =item B<make_macro>
216 =item B<calibrate_mtime>
235 =item B<run>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm64 next unless m/^item\s+(:\w+)/;
147 =item an operator name (opname)
153 =item an operator tag name (optag)
159 =item a negated opname or optag
165 =item an operator set (opset)
186 =item opcodes
194 =item opset (OP, ...)
198 =item opset_to_ops (OPSET)
203 =item opset_to_hex (OPSET)
207 =item full_opse
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm54 =item B<print_double>
63 =item B<print_long_double>
73 =item B<have_long_double>
80 =item B<print_nv>
89 =item B<print_iv>
98 =item B<print_uv>
107 =item B<print_int>
116 =item B<print_long>
125 =item B<print_float>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.pm450 print "\@$_[1] = $len item", ($len > 1 ? "s" : ""), " (data: $size bytes)\n"
464 print "\%$_[1] = $len item", ($len > 1 ? "s" : ""),
509 =item C<arrayDepth>, C<hashDepth>
514 =item C<compactDump>, C<veryCompact>
519 =item C<globPrint>
523 =item C<dumpDBFiles>
527 =item C<dumpPackages>
531 =item C<dumpReused>
535 =item C<tick>, C<quoteHighBit>, C<printUndef>
542 =item
[all...]
H A DUNIVERSAL.pm44 =item C<< $obj->isa( TYPE ) >>
46 =item C<< CLASS->isa( TYPE ) >>
48 =item C<isa( VAL, TYPE )>
54 =item C<TYPE>
58 =item C<$obj>
62 =item C<CLASS>
66 =item C<VAL>
96 =item C<< $obj->can( METHOD ) >>
98 =item C<< CLASS->can( METHOD ) >>
100 =item
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm183 =item TIEARRAY classname, LIST
191 =item STORE this, index, value
197 =item FETCH this, index
202 =item FETCHSIZE this
207 =item STORESIZE this, count
215 =item EXTEND this, count
220 =item EXISTS this, key
226 =item DELETE this, key
232 =item CLEAR this
237 =item DESTRO
[all...]

Completed in 1947 milliseconds

1234567891011>>