Searched refs:item (Results 301 - 325 of 336) sorted by relevance

<<11121314

/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssscf.c963 PyObject *item; local
987 item = PySequence_GetItem(obj, i);
988 if (item == NULL) {
994 if (!PyString_Check(item)) {
1000 value = PyString_AsString(item);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm661 =item C<MEMORY>
667 =item C<HASH>
694 =item C<TIE>
710 =item C<FAULT>
719 =item C<MERGE>
822 =item *
839 =item *
857 =item *
899 =item *
H A DExporter.pm190 =item C<use ModuleName;>
195 =item C<use ModuleName ();>
199 =item C<use ModuleName qw(...);>
H A DNEXT.pm444 =item *
450 =item *
455 =item *
H A Ddiagnostics.pm338 unless ( s/=item (.*?)\s*\z//) {
359 # strip formatting directives from =item line
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c334 char *item = Nullch; local
451 item = s = SvPV(sv, len);
473 itemsize = s - item;
489 itemsize = s - item;
493 item = s = SvPV(sv, len);
503 itemsize = s - item;
531 itemsize = chophere - item;
543 itemsize = s - item;
569 itemsize = chophere - item;
594 s = item;
[all...]
H A Dscope.c372 Perl_save_item(pTHX_ register SV *item) argument
376 sv_setsv(sv,item);
378 SSPUSHPTR(item); /* remember the pointer */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2589 =item *
2593 =item *
2597 =item *
2601 =item *
2701 =item ffround ( +$scale )
2706 =item ffround ( -$scale )
2710 =item ffround ( 0 )
2714 =item fround ( +$scale )
2720 =item fround ( -$scale ) and fround ( 0 )
2916 =item stringif
[all...]
H A DBigRat.pm1542 =item inf handling (partial)
1544 =item NaN handling (partial)
1546 =item rounding (not implemented except for bceil/bfloor)
1548 =item $x ** $y where $y is not an integer
1550 =item bmod(), blog(), bmodinv() and bmodpow() (partial)
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c1716 adutils_set_debug(enum ad_debug item, int value) argument
1718 if (item >= 0 && item <= AD_DEBUG_MAX)
1719 ad_debug[item] = value;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1486 # $k is the hash key of the item
1488 # If $n is undefined, the item has been removed from the heap.
1650 # Expire oldest item from cache until cache size is smaller than $max
1800 # The item with the smallest sequence number is always at the top.
1802 # item at the bottom.
1809 # Insert a new, fresh item at the bottom of the heap
1811 my ($self, $item) = @_;
1814 $self->[$i] = $item;
1819 # Insert [$data, $seq] pair at or below item $i in the heap.
1822 my ($self, $item,
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dindex.c486 int rc, item = 0; local
535 icx->parent_pos[icx->pindex] = item;
539 item++;
562 ntfs_log_trace("Parent entry number %d\n", item);
563 icx->parent_pos[icx->pindex] = item;
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c309 char *item=NULL; local
311 item = strtok_r(tempval,delims,&save_ptr);
312 while (item != NULL && ele<SERV_COUNT) {
319 (*server_info)[ele]->server_name = strdup(item);
326 item = strtok_r(NULL,delims,&save_ptr);
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex667 % max (\topskip - \ht (first item), 0). If that height is large,
1059 % to a command which sets the catcodes (such as @item or @section).
2296 % Tables -- @table, @ftable, @vtable, @item(x).
2302 % margin between end of table item and start of table text.
2308 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
2311 % to index the item name in whatever manner is desired (perhaps none).
2327 % If the item text does not fit in the space we have, put it on a line
2344 % \parskip glue -- logically it's part of the @item we just started.
2350 % cause the example and the item to crash together. So we use this
2358 % The item tex
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c371 /* copy the item */
1435 ** ITEMINLIST -- does item appear in list?
1437 ** Check whether item appears in list (which must be separated by a
1443 ** item -- item to search.
1452 iteminlist(item, list, delim)
1453 char *item;
1462 if (item == NULL || *item == '\0')
1465 len = strlen(item);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1061 =item 0.
1072 =item 1.
1095 =item 1.1.
1105 =item 2.
1111 =item 3.
1118 =item 4.
1139 =item 5.
1152 =item 6.
1156 =item 7.
1200 =item *
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c59 static Shnode_t *item(Lex_t*,int);
93 * write out entities for each item in the list
552 * item
553 * item | term
573 else if((t=item(lexp,SH_NL|SH_EMPTY|(flag&SH_SEMI))) && (lexp->token=='|' || lexp->token==PIPESYM2))
575 else if((t=item(lexp,SH_NL|SH_EMPTY|(flag&SH_SEMI))) && lexp->token=='|')
889 t->funct.functtre = item(lexp,SH_NOIO);
1097 * item
1107 static Shnode_t *item(Lex_t *lexp,int flag) function
1171 (tok==ELIFSYM?(lexp->token=IFSYM, tt=item(lex
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm292 =item March 18th, 2000
/osnet-11/usr/src/lib/passwdutil/
H A Dnis_attr.c45 int nis_getattr(char *name, attrlist *item, pwu_repository_t *rep);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs496 croak("item is not of type " PKGBASE "::Object");
513 # item's catalog id as the key. There are two forms - as_hash() which stores
684 croak("item is not of type " PKGBASE "::Object");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm579 for my $item (@displayable) {
580 printf "(%d) %s\n", ++$pos, $item;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm831 if ( m/^=item\s+$search_re\b/ ) {
834 elsif (/^=item/) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_med.c43 add_lst(char ***listp, char *item) argument
55 (*listp)[i] = Strdup(item);
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex731 % max (\topskip - \ht (first item), 0). If that height is large,
1123 % to a command which sets the catcodes (such as @item or @section).
3048 % Tables -- @table, @ftable, @vtable, @item(x).
3054 % margin between end of table item and start of table text.
3060 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
3063 % to index the item name in whatever manner is desired (perhaps none).
3079 % If the item text does not fit in the space we have, put it on a line
3096 % \parskip glue -- logically it's part of the @item we just started.
3102 % cause the example and the item to crash together. So we use this
3110 % The item tex
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c770 NIS_HASH_ITEM item; member in struct:__anon1941
965 dni->item.name = dnt;

Completed in 115 milliseconds

<<11121314