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

/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c58 static uint8_t no_overrun = FALSE; variable
188 /* If no_overrun, do not return 100% until read >= length */
189 if (no_overrun && progress == 100 && file->read < file->length)
235 /* If no_overrun, do not return 100% until read >= length */
236 if (no_overrun && progress == 100 && file->read < file->length)
343 no_overrun = TRUE;
/freebsd-11-stable/lib/libdpv/
H A Ddpv.c97 uint8_t no_overrun = FALSE; local
204 no_overrun = ((options & DPV_NO_OVERRUN) != 0);
611 if (no_overrun || dialog_test)

Completed in 178 milliseconds