Searched refs:start_idx (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_svc.c1247 int start_idx; local
1274 start_idx = param->start_idx;
1275 if ((num_users == 0) || (start_idx >= num_users))
1278 max_retcnt = num_users - start_idx;
1295 if (skip++ < start_idx)
1303 user->index = start_idx + retcnt;
1388 if ((desc->discrim != SAMR_LOCAL_DOMAIN) || (param->start_idx != 0)) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c1097 int start_idx = 0; local
1112 start_idx = i;
1117 bcopy(&tmplist[start_idx], &servers[0], (count - start_idx) *
1119 bcopy(&tmplist[0], &servers[count - start_idx],
1120 start_idx * sizeof (char *));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c2490 Idx i, start, end, start_idx = re_string_cur_idx (regexp);
2528 re_string_set_index (regexp, start_idx);
2481 Idx i, start, end, start_idx = re_string_cur_idx (regexp); local

Completed in 31 milliseconds