HomeSort by: relevance | last modified time | path
    Searched defs:maxflt (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
buf_subs.c 67 #define MAXFLT 10 /* default media read error limit */
80 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable in typeref:typename:int
323 if (maxflt == 0)
360 if ((maxflt > 0) && (++errcnt > maxflt))
362 "Archive read error limit (%d) reached",maxflt);
buf_subs.c 67 #define MAXFLT 10 /* default media read error limit */
80 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable in typeref:typename:int
323 if (maxflt == 0)
360 if ((maxflt > 0) && (++errcnt > maxflt))
362 "Archive read error limit (%d) reached",maxflt);
buf_subs.c 67 #define MAXFLT 10 /* default media read error limit */
80 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable in typeref:typename:int
323 if (maxflt == 0)
360 if ((maxflt > 0) && (++errcnt > maxflt))
362 "Archive read error limit (%d) reached",maxflt);

Completed in 33 milliseconds