Searched refs:index (Results 301 - 325 of 503) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libast/common/comp/
H A Dconf.sh1464 index=0
1466 do echo "#define CONF_${standard} ${index}"
1468 ksh) ((index=index+1)) ;;
1469 *) index=`expr ${index} + 1` ;;
1472 echo "#define CONF_call ${index}"
/osnet-11/usr/src/lib/libproc/common/
H A DPgcore.c667 dump_symtab(pgcore_t *pgc, file_info_t *fptr, uint_t index, int dynsym) argument
686 index + 1, sym->sym_hdr_pri.sh_info, sym->sym_hdr_pri.sh_addralign,
711 uint_t index = 1; local
745 symindex = index;
746 if (dump_symtab(pgc, fptr, index, dynsym) != 0)
748 index += 2;
765 index++;
773 if (dump_symtab(pgc, fptr, index, 0) != 0)
775 index += 2;
1046 * header, we'll need that program header at index zer
1542 uint_t index; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_print.c237 printObjName(__nis_index_t *index, char *name) { argument
240 printIndex(index);
279 printObjName(&t->index, t->objName);
H A Dldap_val.c528 /* Do we have a valid index/object spec ? */
529 if (item->searchSpec.obj.index.numIndexes <= 0 &&
532 * No valid index/object. If we have a rule-value,
546 * Valid index, so skip the rule-value and do
1160 b.buf = getIndex(&o->index, &b.len);
1321 if (new->index.name == 0) {
1322 new->index.name = am(myself, old->index.numIndexes *
1323 sizeof (new->index.name[0]));
1324 if (old->index
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dconn.c386 altern = index(want, '-');
397 want = index(altern, '-');
888 if ((s = index(s, ',')) == NULL)
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c275 int index = 1; local
492 buffer[index++] = attribute = p + 1;
495 buffer[index] = NULL;
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c43 static void remove_slice_from_list(dmgt_slice_t **slices, int index);
316 remove_slice_from_list(dmgt_slice_t **slices, int index) argument
319 for (i = index; slices[i] != NULL; i++) {
380 * Slice at this index could be NULL if
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1561 #define ifaf(index) (localinfo->addresses[index].af)
1562 #define ifaddr4(index) (localinfo->addresses[index].addr.in4)
1563 #define ifaddr6(index) (localinfo->addresses[index].addr.in6)
1564 #define ifmask4(index) (localinfo->addresses[index].mask.in4)
1565 #define ifmask6(index) (localinfo->addresses[index]
2032 int index, result; local
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Dedit.h75 int index; member in struct:Histmatch
108 int e_lookahead; /* index in look-ahead buffer */
/osnet-11/usr/src/lib/libntfs/
H A DMakefile77 ../common/include/ntfs/index.h \
/osnet-11/usr/src/lib/libcmd/amd64/include/ast/
H A Dcmd.h97 opt_info.index = 0;
/osnet-11/usr/src/lib/libcmd/common/
H A Dchmod.c231 argv += opt_info.index;
H A Dpathchk.c259 argv += opt_info.index;
H A Dstrings.c250 argv += opt_info.index;
H A Dvmstate.c172 argv += opt_info.index;
/osnet-11/usr/src/lib/libcmd/i386/include/ast/
H A Dcmd.h97 opt_info.index = 0;
/osnet-11/usr/src/lib/libcmd/sparc/include/ast/
H A Dcmd.h97 opt_info.index = 0;
/osnet-11/usr/src/lib/libcmd/sparcv9/include/ast/
H A Dcmd.h97 opt_info.index = 0;
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Ddmraid_nvidia.c83 grub_uint8_t unit_number; /* 0x12 Disk index in array. */
144 array->index = sb.unit_number;
H A Dmdraid_linux.c217 array->index = grub_le_to_cpu32 (sb.this_disk.number);
/osnet-11/usr/src/grub/grub2/include/grub/ieee1275/
H A Dieee1275.h182 int index, int r, int g, int b);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/base/
H A Dlex.t158 print "not " unless index ($@, 'Can\'t use global $^X in "my"') > -1;
163 print "not " unless index ($@, 'Can\'t use global $^XYZ in "my"') > -1;
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c143 return argv[opt_info.index] != 0;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dccode.h55 const char* index; /* default index */ member in struct:Ccmap_s
56 int ccode; /* <ccode.h> code index */
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dccode.h55 const char* index; /* default index */ member in struct:Ccmap_s
56 int ccode; /* <ccode.h> code index */

Completed in 87 milliseconds

<<11121314151617181920>>