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

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c64 static int tmpfp_idx = 0; /* points to first free entry in tmpfp */ variable
84 if (tmpfp_idx == MAXTMP) {
98 if ((tmpfp[tmpfp_idx] = fdopen(fd, "w+F")) == NULL) {
107 if (fprintf(tmpfp[tmpfp_idx], "%s\n", &buf[offsets[i++]]) < 0) {
116 tmpfp_idx++;
299 for (ti = 0; ti < tmpfp_idx; ti++)
309 for (ti = 0; ti < tmpfp_idx; ti++) {
320 * we then decrease tmpfp_idx and continue with what's left until
323 while (tmpfp_idx != 0) {
326 for (ti = 1; ti < tmpfp_idx; t
[all...]

Completed in 14 milliseconds