Searched defs:off_idx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c57 static uint_t off_idx = 0; /* first free index in offsets array */ variable
106 while (i < off_idx) {
134 if (off_idx == off_size) {
141 off_idx = off_size = 0;
148 offsets[off_idx++] = off;
264 qsort((void *)offsets, off_idx, sizeof (int), compare);
279 off_idx = 0;

Completed in 19 milliseconds