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

/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1256 #define MAXWAIT_ARRIVE 16 /* max to wait for the file to *exist* */ macro
1280 * If this data file does not exist, then wait up to MAXWAIT_ARRIVE
1285 while (statres < 0 && amtslept < MAXWAIT_ARRIVE) {
1340 #undef MAXWAIT_ARRIVE macro

Completed in 77 milliseconds