/osnet-11/usr/src/lib/libeti/menu/common/ |
H A D | newmenu.c | 40 new_menu(ITEM **items) argument 48 if (items) { 49 if (*items == (ITEM *)0 || !_connect(m, items)) {
|
H A D | connect.c | 64 _connect(MENU *m, ITEM **items) argument 69 /* Is the list of items connected to any other menu? */ 70 for (ip = items; *ip; ip++) { 77 for (i = 0, ip = items; *ip; ip++) { 80 for (ip = items; *ip; ip++) { 96 Items(m) = items; 121 /* Release items for another menu */
|
H A D | llib-lmenu | 36 ITEM **items; 39 ITEM **menu_items(MENU *m) {return items;}
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | __failed_count.c | 34 attrlist items[1]; local 50 items[0].type = ATTR_INCR_FAILED_LOGINS; 51 items[0].next = NULL; 52 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS) { 57 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) { 63 items[0].data.val_i >= max_failures) { 65 items[0].type = ATTR_LOCK_FAILED_LOGINS; 75 if ((ret = ops->update(items, NULL, buf)) != PWU_NO_CHANGE && 87 (items[0].type == ATTR_LOCK_FAILED_LOGINS)) 107 attrlist items[ local [all...] |
H A D | __set_authtoken_attr.c | 39 attrlist *items, int *updated_reps) 50 for (p = items; p != NULL; p = p->next) { 86 err = rops[i]->getpwnam(name, items, rep, &buf); 90 err = rops[i]->update(items, rep, buf); 38 __set_authtoken_attr(char *name, char *oldpw, pwu_repository_t *rep, attrlist *items, int *updated_reps) argument
|
H A D | nss_attr.c | 42 int nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, 81 * nss_getpwnam(name, items, rep, buf) 86 nss_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, void **buf) argument 100 * we need for the items we need to update 102 for (p = items; p != NULL; p = p->next) { 214 * nss_getattr(name, items, rep) 216 * Get attributes specified in list 'items' 219 nss_getattr(char *name, attrlist *items, pwu_repository_t *rep) argument 227 res = nss_getpwnam(name, items, rep, (void **)&pwbuf); 234 for (w = items; re [all...] |
H A D | nis_attr.c | 46 int nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, 48 int nis_update(attrlist *items, pwu_repository_t *rep, void *buf); 190 * nis_getattr(name, items, rep) 192 * get account attributes specified in 'items' 195 nis_getattr(char *name, attrlist *items, pwu_repository_t *rep) argument 202 res = nis_getpwnam(name, items, rep, (void **)&nisbuf); 208 for (w = items; w != NULL; w = w->next) { 283 * nis_getpwnam(name, items, rep) 289 nis_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, argument 388 * nis_update(items, re 395 nis_update(attrlist *items, pwu_repository_t *rep, void *buf) argument [all...] |
/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_pq.c | 40 void **items; local 43 items = shadow_zalloc(sizeof (void *) * size); 44 if (items == NULL) 47 bcopy(pqp->shpq_items, items, sizeof (void *) * pqp->shpq_size); 49 pqp->shpq_items = items; 132 void **items; local 138 items = shadow_alloc(sizeof (void *) * size); 139 if (items != NULL) { 140 bcopy(pqp->shpq_items, items, sizeof (void *) * size); 142 pqp->shpq_items = items; [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | universal.c | 98 I32 items = AvFILLp(av) + 1; local 99 while (items--) { 223 if (items != 2) 250 if (items != 2) 316 if (items > 1) { 382 if (items != 1) 399 if (items != 1) 418 if (items != 1) 431 if (items != 1) 447 if (items ! [all...] |
H A D | xsutils.c | 151 if( items > 1 ) 168 if (items < 1) { 178 if (items > 1) 179 XSRETURN(modify_SV_attributes(aTHX_ sv, &ST(0), &ST(1), items-1)); 190 if (items != 1) { 197 SP -= items; 237 if (items != 1) { 295 if (items != 1) { 325 if (items != 0) {
|
H A D | pp_pack.c | 517 extracted list items on the stack and returns the number of elements. 1889 register I32 items; 1921 items = endlist - beglist; 1932 #define NEXTFROM ( lengthcode ? lengthcode : items-- > 0 ? *beglist++ : &PL_sv_no) 1943 len = strchr("@Xxu", datumtype) ? 0 : items; 1955 lengthcode = sv_2mortal(newSViv(sv_len(items > 0 2062 saveitems = items; 2073 items = 0; 2076 items |= *str++ & 1; 2078 items << [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/ |
H A D | 08_ro.t | 16 my @items = qw(Gold Frankincense Myrrh Ivory Apes Peacocks); 17 init_file(join $:, @items, ''); 23 $#a == $#items ? print "ok $N\n" : print "not ok $N\n"; 26 for my $i (0..$#items) { 27 ("$items[$i]$:" eq $a[$i]) ? print "ok $N\n" : print "not ok $N\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/ |
H A D | attrs.xs | 26 if (items < 1) 34 for (i = 1; i < items; i++) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | st-dump.pl | 128 my $items = 0 + @{$aref}; 129 $dumped .= "ARRAY items=$items\n"; 143 my $items = scalar(keys %{$href}); 144 $dumped .= "HASH items=$items\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/ |
H A D | Util.xs | 119 if(!items) { 124 for(index = 1 ; index < items ; index++) { 145 if(!items) { 150 for(index = 1 ; index < items ; index++) { 169 if(!items) { 181 for(index = 1 ; index < items ; index++) { 189 for(index = 1 ; index < items ; index++) { 221 if(items <= 1) { 247 for(index = 2 ; index < items ; index++) { 276 if(items < [all...] |
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_fault.c | 417 nvlist_t *items; local 423 items = asr_nvl_alloc(); 424 if (items == NULL) { 426 return (items); 430 (void) asr_nvl_add_str(items, ASR_FLT_DESCRIPTION, desc); 431 (void) asr_nvl_add_str(items, ASR_FLT_SEVERITY, sev); 432 (void) asr_nvl_add_str(items, ASR_FLT_REASON, reason); 440 items, ASR_FLT_DESCRIPTION, desc); 445 items, ASR_FLT_SEVERITY, sev); 452 return (items); 490 nvlist_t *items = NULL; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | terse.t | 92 my $items = qx{$^X $path "-MO=Terse" -le "print \\42" $redir}; 93 like( $items, qr/RV $hex \\42/, 'RV' );
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_kmod.c | 289 smb_netsvcitem_t *items; local 308 items = calloc(svcenum->se_nitems, sizeof (smb_netsvcitem_t)); 309 if (items == NULL) 312 ns->ns_items = items; 320 user = &items->nsi_un.nsi_user; 324 tree = &items->nsi_un.nsi_tree; 329 ofile = &items->nsi_un.nsi_ofile; 333 share = &items->nsi_un.nsi_share; 344 list_insert_tail(&ns->ns_list, items); 346 ++items; [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | sort.t | 36 # We ensure repeated items, where possible, by drawing the $size items 43 my ($items, $i); 49 $items = int(sqrt($size)); # number of distinct items 51 $a[$i] = sprintf($ItemFormat, int($items * rand()), $i); 109 # There will typically be many repeated items, 115 # Put the items back into the original order.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/ |
H A D | Glob.xs | 51 if (items > 1) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Constant.pm | 517 my ($indent, $comment, $namelen, $items, @items) = @_; 520 my @names = sort map {$_->{name}} @items; 604 my $thisone = $items->{$name}; 656 my ($default_type, $what, $indent, $options, @items) = @_; 662 foreach (@items) { 753 my ($package, $subname, $default_type, $what, $indent, $breakout, @items) 770 $result .= dump_names ($default_type, $what, 0, {declare_types=>1}, @items); 919 my ($package, $subname, $default_type, $what, $indent, $breakout, @items) 927 my ($namelen, $items); [all...] |
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | deflate.c | 62 static void *z_alloc __P((void *, u_int items, u_int size)); 92 z_alloc(notused, items, size) 94 u_int items, size; 96 return malloc(items * size);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | Constant.t | 290 my ($name, $items, $export_names, $package, $header, $testfile, $num_tests) 295 C_constant ($package, undef, "IV", $types, undef, undef, @$items); 406 # $name, [items], [export_names], $package, $header, $testfile, $num_tests 418 my ($name, $items, $export_names, $header, $testfile) = @_; 419 push @tests, [$name, $items, $export_names, $package, $header, $testfile, 466 my @items = ("FIVE", {name=>"OK6", type=>"PV",}, 487 push @items, $_ foreach keys %compass; 491 my @export_names = map {(ref $_) ? $_->{name} : $_} @items; 494 push @items, @common_items; 673 end_tests("Simple tests", \@items, \ [all...] |
/osnet-11/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg.c | 66 * the corresponding locale directories. The values for the message items are 1295 * items, and then produces the final string composing all of the items. The 1303 char *items[FMD_MSG_ITEM_MAX]; local 1321 bzero(items, sizeof (items)); 1324 items[i] = fmd_msg_getitem_locked(h, nvl, dict, code, i); 1325 if (items[i] == NULL) 1378 items[FMD_MSG_ITEM_TYPE], items[FMD_MSG_ITEM_SEVERIT [all...] |
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/ |
H A D | File.xs | 55 i = items - 3; 62 for (i = 3; i < items; i += 2) { 235 for (i = 1; i < items; i++) {
|