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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c60 static uint_t off_idx = 0; /* first free index in offsets array */ variable
109 while (i < off_idx) {
137 if (off_idx == off_size) {
144 off_idx = off_size = 0;
151 offsets[off_idx++] = off;
267 qsort((void *)offsets, off_idx, sizeof (int), compare);
282 off_idx = 0;

Completed in 56 milliseconds