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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c67 static int tmpfp_idx = 0; /* points to first free entry in tmpfp */ variable
87 if (tmpfp_idx == MAXTMP) {
101 if ((tmpfp[tmpfp_idx] = fdopen(fd, "w+F")) == NULL) {
110 if (fprintf(tmpfp[tmpfp_idx], "%s\n", &buf[offsets[i++]]) < 0) {
119 tmpfp_idx++;
302 for (ti = 0; ti < tmpfp_idx; ti++)
312 for (ti = 0; ti < tmpfp_idx; ti++) {
323 * we then decrease tmpfp_idx and continue with what's left until
326 while (tmpfp_idx != 0) {
329 for (ti = 1; ti < tmpfp_idx; t
[all...]

Completed in 44 milliseconds