Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c63 #define MAXTMP 64 macro
64 static FILE *tmpfp[MAXTMP]; /* FILE *'s to (unlinked) temporary files */
85 if (tmpfp_idx == MAXTMP) { in writeout()
87 "files (maximum %d exceeded)", MAXTMP); in writeout()
294 char *words[MAXTMP]; in merge_files()
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c57 #define MAXTMP 20 macro
58 CELL tmps[MAXTMP];
327 for (i=0; i<MAXTMP; i++) in gettemp()
330 if (i == MAXTMP) in gettemp()