Searched refs:item (Results 226 - 250 of 336) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm246 =item FALSE
250 =item TRUE
254 =item C<undef>
275 =item C<++> and C<-->
290 =item C<x=> and other assignment versions
333 =item * I<Arithmetic operations>
348 =item * I<Comparison operations>
357 =item * I<Bit operations>
366 =item * I<Increment and decrement>
374 =item *
[all...]
H A Dutf8.pm76 =item *
114 =item * $num_octets = utf8::upgrade($string)
125 =item * $success = utf8::downgrade($string[, FAIL_OK])
136 =item * utf8::encode($string)
146 =item * utf8::decode($string)
156 =item * $flag = utf8::is_utf8(STRING)
161 =item * $flag = utf8::valid(STRING)
H A DCPAN.pm360 # an item more than once into the queue. Why would you need that? Well,
364 # (1) looks at the first item in the queue without shifting it off
366 # (2) cares for the item
368 # (3) removes the item from the queue, *even if its agenda failed and
369 # even if the item isn't the first in the queue anymore* (that way
372 # So if an item has prerequisites, the installation fails now, but we
375 # I also expect insane dependency situations where an item gets more
5378 my($item);
5379 for $item (qw/MANPAGE/) {
5380 push @m, sprintf($sprintf, $item,
[all...]
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c172 * PAM_DEBUG_ITEM (0x0002), log item values and
396 pam_set_item(pam_handle_t *pamh, int item_type, const void *item) argument
442 if (item == NULL) {
446 pip->pi_addr = strdup((char *)item);
460 if (item != NULL)
461 (void) memcpy(pip->pi_addr, item, (unsigned int) size);
477 if (item != NULL) {
485 s = (struct pam_repository *)item;
507 item ? (void *)((struct pam_conv *)item)
549 pam_get_item(const pam_handle_t *pamh, int item_type, void **item) argument
[all...]
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c353 char *item, *tmpstr; local
357 item = strtok(tmpstr, delim);
358 while (item && strtok(NULL, delim) != NULL)
370 item = strtok(tmpstr, delim);
371 (*arr)[0] = strdup(item);
372 while ((item = strtok(NULL, delim)) != NULL)
373 (*arr)[i++] = strdup(item);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm82 =item L<http://www.unicode.org/glossary/> says:
93 =item Quick Reference
151 =item BOM as integer when fetched in network byte order
165 =item *
170 =item *
176 =item *
183 =item *
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm298 =item new ( [ARGS] )
387 =item sockaddr ()
391 =item sockport ()
395 =item sockhost ()
400 =item peeraddr ()
405 =item peerport ()
409 =item peerhost ()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL769 =item -d destination_dir
774 =item -r
780 =item -a
787 =item -l
792 =item -h
806 =item -D
811 =item -Q
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm1833 =item B<-ofilename>
1837 =item B<-v>
1841 =item B<-->
1845 =item B<-uPackname>
1859 =item B<-mModulename>
1867 =item B<-D>
1871 =item B<-Dr>
1877 =item B<-DO>
1881 =item B<-Ds>
1885 =item
[all...]
H A DAsmdata.pm205 =item %insn_data
217 =item @insn_name
226 =item @optype
232 =item @specialsv_name
H A DXref.pm58 =item C<-oFILENAME>
62 =item C<-r>
67 =item C<-d>
71 =item C<-D[tO]>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm292 =item B<1. expiration date>
303 =item B<2. domain>
316 =item B<3. path>
326 =item B<4. secure flag>
331 =item B<5. httponly flag>
488 =item B<name()>
495 =item B<value()>
506 =item B<domain()>
510 =item B<path()>
514 =item
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
H A Dprove201 =item * F<prove> is designed as a development tool
207 =item * F<prove> is granular
213 =item * F<prove> has an easy verbose mode
219 =item * F<prove> can run under taint mode
224 =item * F<prove> can shuffle tests
229 =item * F<prove> doesn't rely on a make tool
234 =item * Not everything is a module
311 =item *
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py189 'Expected 2-tuple or 2-item list')
277 boot_instance will be inserted BEFORE that item; If it returns
279 item; If it returns 0, no insertion will occur at that point
1035 for item in self._attributes.keys():
1036 s += str(item) + ' = '
1037 s += str(getattr(self, item, '<Not Defined>')) + '\n'
1099 for item in self.chaininfo:
1100 if type(item) is tuple:
1101 for subitem in item:
1104 tuple_strings.append(str(item))
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm326 =item [0]
330 =item [1]
334 =item [2]
338 =item [3]
342 =item [4]
346 =item [5]
788 =item C<Bad attribute type: ATTR(%s)>
794 =item C<Attribute handler %s doesn't handle %s attributes>
801 =item C<Declaration of %s attribute in package %s may clash with future reserved word>
808 =item
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1625 =item !
1635 =item +
1644 =item = I<type> [ I<desttype> ]
1651 =item s
1656 =item i
1661 =item o
1670 =item f
1681 =item : I<type> [ I<desttype> ]
1690 =item : I<number> [ I<desttype> ]
1694 =item
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm474 $$self{ITEMTYPES} = []; # Stack of =item types, one per list.
540 # Output the paragraph. We also have to handle =over without =item. If
541 # there's an =over without =item, SHIFTWAIT will be set, and we need to
727 # We'll close that .RS at the next =back or =item.
751 # An individual list item. Emit an index entry for anything that's
755 # item title are turned into spaces since *roff can't handle them embedded.
1206 =item center
1211 =item date
1218 =item fixed
1223 =item fixedbol
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm54 =item B<install>
251 =item B<install_default> I<DISCOURAGED>
297 =item B<uninstall>
394 =item B<pm_to_blib>
475 =item _autosplit
526 =item B<PERL_INSTALL_ROOT>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm469 =item *
537 =item *
541 =item *
545 =item *
551 =item *
556 =item *
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_parse.c190 /* Make sure t->item.name is set correctly */
191 if (t->item.name == 0)
192 t->item.name = t->dbId;
353 t->item.name = t->objPath;
H A Ddb_index_entry_c.c51 if (!xdr_pointer(xdrs, (char **)&ep->key, sizeof (item),
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c50 * fmd_msg_getitem_nv - format a single message item for the given event
51 * fmd_msg_getitem_id - format a single message item for the given event code
673 fmd_msg_buf_printf(b, " "); /* array item delimiter */
985 * This function is the main engine for formatting an event message item, such
986 * as the Description field. It loads the item text from a message object,
987 * expands any variables defined in the item text, and then returns a newly-
993 nvlist_t *nvl, const char *dict, const char *code, fmd_msg_item_t item)
995 const char *istr = fmd_msg_items[item];
1024 * If <dict>.mo defines an item with the key <FMD_MSG_URLKEY> then it
1032 * If the item i
992 fmd_msg_getitem_locked(fmd_msg_hdl_t *h, nvlist_t *nvl, const char *dict, const char *code, fmd_msg_item_t item) argument
1405 fmd_msg_getitem(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code, fmd_msg_item_t item) argument
1510 fmd_msg_getitem_nv(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, fmd_msg_item_t item) argument
1529 fmd_msg_getitem_id(fmd_msg_hdl_t *h, const char *locale, const char *code, fmd_msg_item_t item) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm270 =item As a simple string.
272 =item As a qr// compiled regular expression, e.g.:
287 =item As a code reference, e.g.:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm63 =item the function Class::ISA::super_path($CLASS)
71 =item the function Class::ISA::self_and_super_path($CLASS)
76 =item the function Class::ISA::self_and_super_versions($CLASS)
/osnet-11/usr/src/lib/libadutils/common/
H A Dlibadutils.h145 extern void adutils_set_debug(enum ad_debug item, int val);

Completed in 1176 milliseconds

1234567891011>>