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

1234567891011>>

/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
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...]
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_concat.c272 dlist_t *item = dlist_new_item(concat); local
273 if (item == NULL) {
277 *results = dlist_append(item, *results, AT_TAIL);
413 dlist_t *item = NULL; local
435 item = dlist_new_item(comp);
436 if (item == NULL) {
441 comps = dlist_append(item, comps, AT_HEAD);
534 dlist_t *item = NULL; local
559 item = dlist_new_item((void *)comp);
560 if (item
[all...]
H A Dlayout_mirror.c169 dlist_t *item = NULL; local
214 if ((item = dlist_new_item(mirror)) == NULL) {
217 *results = dlist_append(item, *results, AT_TAIL);
327 dlist_t *item = NULL; local
338 error = populate_explicit_stripe(comp, &item);
340 error = populate_explicit_concat(comp, &item);
345 comp, (devconfig_t *)item->obj);
346 composed = dlist_append(item, composed, AT_TAIL);
365 if ((item = dlist_new_item(comp)) == NULL) {
372 item, stripes_by_siz
426 dlist_t *item = NULL; local
1415 dlist_t *item = NULL; local
1598 dlist_t *item; local
1619 dlist_t *item = NULL; local
1805 dlist_t *item = dlist_new_item((void *)stripe); local
1919 dlist_t *item = dlist_new_item((void *)concat); local
2000 dlist_t *item = NULL; local
2138 dlist_t *item = NULL; local
2203 dlist_t *item = NULL; local
2322 dlist_t *item = dlist_new_item((void *)(uintptr_t)hba); local
[all...]
H A Dlayout_hsp.c149 dlist_t *item = NULL; local
150 if ((item = dlist_new_item(hsp)) == NULL) {
153 *results = dlist_append(item, *results, AT_TAIL);
348 dlist_t *item = NULL; local
352 list = dlist_append(item, list, AT_TAIL);
474 dlist_t *item = dlist_new_item(iter->obj); local
475 if (item == NULL) {
478 allspares = dlist_append(item, allspares, AT_TAIL);
579 dlist_t *item = NULL; local
590 } else if ((item
646 dlist_t *item = NULL; local
710 dlist_t *item = NULL; local
916 dlist_t *item = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c209 elfedit_optarg_item_t item; local
213 elfedit_next_optarg(&optarg, &item);
221 len = strlen(item.oai_name);
222 help = elfedit_optarg_helpstr(mod, &item);
223 if (item.oai_flags & ELFEDIT_CMDOA_F_VALUE) {
224 len += 1 + strlen(item.oai_vname);
226 item.oai_name, item.oai_vname);
229 item.oai_name);
265 static ITEM *item; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dsmtp.self19 =item -debug
23 =item -help
27 =item -user USERNAME
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Drssread.sh406 item)
407 item["title"]=""
408 item["link"]=""
409 item["tag"]=""
410 item["description"]=""
417 item)
418 # note that each RSS item needs to be converted seperately from RSS to HTML to plain text
419 # to make sure that the state of one RSS item doesn't affect others
421 printf $"<br />#### RSS item: title: %s ####" "${item["titl
[all...]
/opensolaris-onvv-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c160 * If 'item' is on 'list', returns 1, otherwise 0.
162 int slp_onlist(const char *item, const char *list) { argument
172 if (strlen(item) != span) {
179 if (strncasecmp(item, s, span) == 0)
188 * Adds item to *list if it is not already on it. If *list == NULL,
191 * whether to look to item on the current list. This is a small
192 * optimization for callers which are that item is not on *list, or
195 void slp_add2list(const char *item, char **list, SLPBoolean check_onlist) { argument
197 if (!(*list = strdup(item)))
204 if (slp_onlist(item, *lis
220 slp_list_subtract(const char *item, char **list) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mm.h47 * xge_hal_mempool_item_f - Mempool item alloc/free callback
49 * @item: Item that gets allocated or freed.
51 * @is_last: True, if this item is the last one in the pool; false - otherwise.
58 xge_hal_mempool_dma_t *dma_object, void *item,
86 * __hal_mempool_item - Returns pointer to the item in the mempool
96 * __hal_mempool_item_priv - will return pointer on per item private space
100 void *item, int *memblock_item_idx)
107 offset = (int)((char * )item - (char *)memblock);
99 __hal_mempool_item_priv(xge_hal_mempool_t *mempool, int memblock_idx, void *item, int *memblock_item_idx) argument
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/access/
H A Dbang.c152 bang_searchlist(char *item, char **list) argument
162 if (bangequ(item, *list))
174 bang_dellist(char ***plist, char *item) argument
196 * the item to be deleted is the name ``fred''. What will
200 * routine; the item (``fred'') is ADDED to an opposite list
212 if (bangequ(item, *pl)) {
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/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 /,
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dldap_attr.h42 char *appendBase(char *item, char *base, int *err,
H A Dnis_parse_ldap_map.c62 __nis_mapping_item_t *item, __nis_mapping_item_type_t type);
610 __nis_mapping_item_t *item = NULL; local
619 item = NULL;
678 item = (__nis_mapping_item_t *)s_realloc(item,
681 if (item == NULL) {
686 &item[nElements], item_type);
690 free_mapping_item(&item[n]);
698 free_mapping_item(&item[n]);
706 free_mapping_item(&item[
1256 __nis_mapping_item_t *item = NULL; local
1452 __nis_mapping_item_t item; local
1714 get_mapping_item( const char *s, const char *end_s, __nis_mapping_item_t *item, __nis_mapping_item_type_t type) argument
1951 __nis_mapping_item_t item; local
[all...]
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/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>
/opensolaris-onvv-gate/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>
/opensolaris-onvv-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c50 * then a check is made to see if an item for this flow with the same
52 * and the bytes are incremented for that item. If the item does
53 * not exist a new item is added for the flow. If the flow is not present
308 * Add an object to the list at insert_point. This could be a flow item or
356 /* Delete an obj from the list. This could be a flow item or the flow itself */
401 * Checks if the given item (identified by dsfield, project id and uid)
408 flow_item_t *item; local
413 item = (flow_item_t *)itemhdr->objp;
415 if ((item
440 flow_item_t *item; local
669 flow_item_t *item = (flow_item_t *)ithdr->objp; local
733 flow_item_t *item; local
[all...]
/opensolaris-onvv-gate/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...]

Completed in 191 milliseconds

1234567891011>>