OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 20:09:53 GMT 2025