OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fatals
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
check_y2k.c
141
Warnings++; else
Fatals
++
146
int
Fatals
;
186
Fatals
= Warnings = 0;
187
Error(year); /* should increment
Fatals
*/
188
if (
Fatals
== 0 )
191
"%4d: %s(%d): FATAL DID NOT INCREMENT (
Fatals
=%d Warnings=%d)\n",
192
(int)year, __FILE__, __LINE__, (int)
Fatals
, (int)Warnings );
197
Fatals
= Warnings = 0;
198
Error(year); /* should increment
Fatals
*/
202
"%4d: %s(%d): WARNING DID NOT INCREMENT (
Fatals
=%d Warnings=%d)\n"
[
all
...]
/src/external/bsd/ntp/dist/parseutil/
dcfd.c
1278
int
Fatals
, Warnings;
1280
Warnings++; else
Fatals
++
1282
Fatals
= Warnings = 0;
1344
return (
Fatals
);
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026