Searched refs:item (Results 101 - 125 of 336) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/Scalar/
H A DUtil.pm159 =item blessed EXPR
173 =item dualvar NUM, STRING
182 =item isvstring EXPR
190 =item isweak EXPR
199 =item looks_like_number EXPR
204 =item openhandle FH
214 =item readonly SCALAR
223 =item refaddr EXPR
235 =item reftype EXPR
247 =item set_prototyp
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm33 =item canonpath
48 =item file_name_is_absolute
62 =item tmpdir (override)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm245 $self->item if defined $$self{ITEM};
265 $self->item ($_ . "\n");
374 $self->item ("\n\n") if defined $$self{ITEM};
383 $self->item ("\n\n") if defined $$self{ITEM};
393 # An individual list item.
396 if (defined $$self{ITEM}) { $self->item }
498 $self->item ("\n\n") if defined $$self{ITEM};
517 # This method is called whenever an =item command is complete (in other words,
519 # one). It gets the paragraph associated with the item as an argument. If
520 # that argument is empty, just output the item ta
524 sub item { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL120 =item %Time
124 =item #Calls
128 =item sec/call
132 =item Name
136 =item CumulS
140 =item ExclSec
145 =item Csec/c
156 =item B<-a>
160 =item B<-d>
164 =item
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm83 =item -E<gt>encode($string [,$check])
89 =item *
95 =item *
102 =item *
109 =item -E<gt>decode($octets [,$check])
115 =item *
121 =item *
128 =item *
143 =item -E<gt>cat_decode($destination, $octets, $offset, $terminator [,$check])
158 =item
[all...]
H A DEncoder.pm144 =item *
149 =item *
155 =item *
168 =item $e = Encode::Encoder-E<gt>new([$data, $encoding]);
176 =item encoder()
180 =item $e-E<gt>data([$data])
185 =item $e-E<gt>encoding([$encoding])
191 =item $e-E<gt>bytes([$encoding])
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.pm69 =item [0]
74 =item [1]
78 =item [2]
83 =item [3]
H A DDigest.pm108 =item I<binary>
113 =item I<hex>
117 =item I<base64>
143 =item $ctx = Digest->XXX($arg,...)
145 =item $ctx = Digest->new(XXX => $arg,...)
147 =item $ctx = Digest::XXX->new($arg,...)
165 =item $other_ctx = $ctx->clone
170 =item $ctx->reset
174 =item $ctx->add( $data )
176 =item
[all...]
H A DCarp.pm52 =item 1.
56 =item 2.
63 =item 3.
65 The trust in item 2 is transitive. If A trusts B, and B
70 =item 4.
76 =item 5.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm101 =item os_flavor (o)
112 =item c_o (o)
158 =item cflags (o)
268 =item clean (o)
324 =item clean_subdirs_target
355 =item const_cccmd (o)
373 =item const_config (o)
398 =item const_loadlibs (o)
424 =item constants (o)
545 =item depen
[all...]
H A DMM_NW5.pm42 =item os_flavor
53 =item init_platform (o)
61 =item platform_constants
130 =item const_cccmd (o)
147 =item static_lib (o)
193 =item dynamic_lib (o)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm401 =item new ( [ HOST, ] [ OPTIONS ] )
432 =item user ( USER )
436 =item pass ( PASS )
440 =item login ( [ USER [, PASS ]] )
453 =item apop ( [ USER [, PASS ]] )
461 =item top ( MSGNUM [, NUMLINES ] )
467 =item list ( [ MSGNUM ] )
476 =item get ( MSGNUM [, FH ] )
483 =item getfh ( MSGNUM )
489 =item las
[all...]
H A DNetrc.pm233 =item machine name
241 =item default
252 =item login name
258 =item password string
264 =item account string
270 =item macdef name
285 =item lookup ( MACHINE [, LOGIN ])
303 =item login ()
307 =item password ()
311 =item accoun
[all...]
H A DNNTP.pm711 =item new ( [ HOST ] [, OPTIONS ])
745 =item article ( [ MSGID|MSGNUM ], [FH] )
768 =item body ( [ MSGID|MSGNUM ], [FH] )
772 =item head ( [ MSGID|MSGNUM ], [FH] )
776 =item articlefh ( [ MSGID|MSGNUM ] )
778 =item bodyfh ( [ MSGID|MSGNUM ] )
780 =item headfh ( [ MSGID|MSGNUM ] )
786 =item nntpstat ( [ MSGID|MSGNUM ] )
799 =item group ( [ GROUP ] )
810 =item ihav
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.pm33 =item E<lt>tabE<gt>
38 =item ^D
43 =item ^U
48 =item E<lt>delE<gt>, E<lt>bsE<gt>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm52 =item TIESCALAR classname, LIST
59 =item FETCH this
63 =item STORE this, value
67 =item DESTROY this
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm265 =item new ( [ HANDLES ] )
276 =item add ( HANDLES )
286 =item remove ( HANDLES )
292 =item exists ( HANDLE )
297 =item handles
301 =item can_read ( [ TIMEOUT ] )
308 =item can_write ( [ TIMEOUT ] )
312 =item has_exception ( [ TIMEOUT ] )
317 =item count ()
323 =item bit
[all...]
H A DDir.pm179 =item new ( [ DIRNAME ] )
192 =item open ( DIRNAME )
194 =item read ()
196 =item seek ( POS )
198 =item tell ()
200 =item rewind ()
202 =item close ()
213 =item tie %hash, 'IO::Dir', DIRNAME [, OPTIONS ]
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c185 struct use_item *item; local
187 item = (struct use_item *) malloc(sizeof(struct use_item));
189 if (item == NULL)
192 item->offset = offset;
196 item->bptr = use_list.tail;
197 use_list.tail->fptr = item;
198 item->fptr = NULL;
199 use_list.tail = item;
203 use_list.tail = use_list.head = item;
204 item
[all...]
/osnet-11/usr/src/lib/libpam/
H A Dpam_appl.h178 const void *item /* Address of place to put pointer */
189 void ** item /* Address of place to put pointer */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL63 =item B<-help>
67 =item B<-man>
71 =item B<-section>S< >I<section-spec>
78 =item I<file>
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_cache.c251 * Routine to update item
257 update_str(const char **item, const char *str) argument
261 if (*item != NULL && str != NULL) {
262 if (strcmp(*item, str) != 0) {
265 free((char *)*item);
266 *item = tmp;
269 /* *item is NULL */
270 if ((*item = strdup(str)) == NULL)
272 } else if (*item != NULL) {
274 free((char *)*item);
1456 sid2uid_gid_t *item; local
1482 winname2uid_gid_t *item; local
1508 pid2sid_winname_t *item; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm36 =item B<test_harness>
60 =item B<pod2man>
138 =item B<warn_if_old_packlist>
160 =item B<perllocal_install>
205 =item *
220 =item B<uninstall>
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c199 free_mapping_item(&e->element.item);
214 free_mapping_item(&e->element.split.item);
221 free_mapping_item(&e->element.match.item[i]);
223 if (e->element.match.item != NULL)
224 free(e->element.match.item);
225 e->element.match.item = NULL;
231 free_mapping_item(&e->element.extract.item);
489 free_mapping_item(__nis_mapping_item_t *item) argument
491 if (item == NULL)
494 if (item
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm61 =item inet_aton HOSTNAME
73 =item inet_ntoa IP_ADDRESS
81 =item INADDR_ANY
92 =item INADDR_BROADCAST
101 =item INADDR_LOOPBACK
108 =item INADDR_NONE
115 =item sockaddr_family SOCKADDR
124 =item sockaddr_in PORT, ADDRESS
126 =item sockaddr_in SOCKADDR_IN
133 =item pack_sockaddr_i
[all...]

Completed in 1442 milliseconds

1234567891011>>