OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
);
options.c
536
maxflt
= -1;
537
else if ((
maxflt
= atoi(optarg)) < 0) {
746
maxflt
= 0;
916
maxflt
= 0;
1395
maxflt
= 0;
1848
maxflt
= 0;
extern.h
100
extern int
maxflt
;
Completed in 13 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025