Searched refs:ind (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c150 int ind = 0; local
174 ind = subtypeStart;
209 ind = 0;
211 ind = subtypeStart;
234 (*langp)[i] = toupper( target[ind+i] );
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c165 int ind; local
190 ind = MQDES_HASH(mqdp);
191 tmqdp = mq_list[ind];
196 mq_list[ind] = mqdp;
205 int ind; local
212 ind = MQDES_HASH(mqdp);
213 if (mq_list[ind] == mqdp)
214 mq_list[ind] = mqdp->mqd_next;
/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h236 int ind; /* func indicator, e.g. PAM_SETCRED */ member in struct:pam_handle
H A Dpam_framework.c962 sm_name(int ind) argument
964 switch (ind) {
982 (*func(pamtab_t *modulep, int ind))() argument
989 switch (ind) {
1011 int def_err, int ind, char *function_name)
1035 pamh->ind = ind;
1120 if ((err = load_modules(pamh, type, sm_name(ind),
1129 } else if ((err = load_modules(pamh, type, sm_name(ind),
1137 sm_func = func(modulep, ind);
1010 run_stack(pam_handle_t *pamh, const char *pam_config, int flags, int type, int def_err, int ind, char *function_name) argument
[all...]
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c758 dlpi_msg_t ind; local
780 DLPI_MSG_CREATE(ind, DL_UNITDATA_IND);
781 udatap = &(ind.dlm_msg->unitdata_ind);
782 indendp = (caddr_t)ind.dlm_msg + ind.dlm_msgsz;
784 if ((retval = i_dlpi_strgetmsg(dip, msec, &ind, DL_UNITDATA_IND,
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1784 int ind = -lcn - 1; local
1786 if (ind > -LCN_ENOENT - 1)
1787 ind = 3;
1789 rl->vcn, lcn_str[ind], rl->length);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm409 in:ind:356:India
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c6595 I32 ind; local
6634 ind = SvIV(*indsvp);
6635 if (ind < 1)
6641 sv = newSViv(ind);
6656 I32 ind; local
6701 ind = SvIV(*indsvp);
6702 if (ind < 1)
6704 sv = newSViv(ind);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm1704 $ind = $parser->_create_index($paragraph);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm1047 Thus the accessor expression C<$$foo-E<gt>[$ind]> involves no

Completed in 78 milliseconds