Home
last modified time | relevance | path

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

/titanic_41/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) { in writeout()
137 if (off_idx == off_size) { in insert_word()
144 off_idx = off_size = 0; in insert_word()
151 offsets[off_idx++] = off; in insert_word()
267 qsort((void *)offsets, off_idx, sizeof (int), compare); in sort_file()
282 off_idx = 0; in sort_file()