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

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c62 #define MAXTMP 64 macro
63 static FILE *tmpfp[MAXTMP]; /* FILE *'s to (unlinked) temporary files */
84 if (tmpfp_idx == MAXTMP) {
86 "files (maximum %d exceeded)", MAXTMP);
293 char *words[MAXTMP];

Completed in 43 milliseconds