OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FATAL
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/groff/dist/src/libs/libgroff/
error.cpp
31
enum error_type { WARNING, ERROR,
FATAL
};
57
case
FATAL
:
58
fputs("
fatal
error:", stderr);
73
if (type ==
FATAL
)
105
void
fatal
(const char *format,
function
110
do_error(
FATAL
, format, arg1, arg2, arg3);
143
FATAL
, format, arg1, arg2, arg3);
/src/sys/arch/mipsco/stand/installboot/
installboot.c
47
#define
FATAL
(a1,a2) errx(EXIT_FAILURE, a1, a2)
153
FATAL
("%s: file not found", disk);
178
FATAL
("%s must be a regular file", bootstrap);
183
FATAL
("bootstrap program too large (%d bytes)", boot_size);
187
FATAL
("malloc %d bytes failed", boot_size);
195
FATAL
("read %s: short read", bootstrap);
202
FATAL
("%s: volume directory full", disk);
225
FATAL
("write %s", disk);
227
FATAL
("write %s: short write", disk);
250
FATAL
("read %s: short read", disk)
[
all
...]
/src/bin/ed/
ed.h
48
#define
FATAL
(-4)
/src/usr.sbin/rarpd/
rarpd.c
73
#define
FATAL
1 /*
fatal
error occurred */
74
#define NONFATAL 0 /* non
fatal
error occurred */
169
rarperr(
FATAL
, "daemon");
210
rarperr(
FATAL
, "malloc: %s", strerror(errno));
215
rarperr(
FATAL
, "malloc: %s", strerror(errno));
243
rarperr(
FATAL
, "getifaddrs: %s", strerror(errno));
284
rarperr(
FATAL
, "%s: %s", device, strerror(errno));
323
rarperr(
FATAL
, "BIOCIMMEDIATE: %s", strerror(errno));
337
rarperr(
FATAL
, "BIOCSETIF: %s", strerror(errno))
[
all
...]
/src/external/mit/libuv/dist/test/
task.h
87
/* Die with
fatal
error. */
88
#define
FATAL
(msg) \
91
"
Fatal
error in %s on line %d: %s\n", \
/src/external/historical/nawk/dist/
lib.c
76
FATAL
("out of space for $0 and fields");
93
FATAL
("out of space in makefields %d", i);
142
FATAL
("field separator %.10s... is too long", *FS);
181
FATAL
("can't open file %s", file);
267
FATAL
("input record `%.30s...' too long", buf);
276
FATAL
("input record `%.30s...' too long", buf);
281
FATAL
("input record `%.30s...' too long", buf);
320
FATAL
("input record `%.30s...' too long", buf);
329
FATAL
("input record `%.30s...' too long", buf);
394
FATAL
("out of space for fields in fldbld %d", n)
[
all
...]
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
283
FATAL
= 582,
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
287
FATAL
= 582,
/src/external/gpl2/groff/dist/src/roff/troff/
input.cpp
580
fatal
("input stack limit exceeded (probable infinite loop)");
683
fatal
("input stack limit exceeded");
7071
fatal
("can't find macro file %1", mac);
7148
fatal
("can't open `%1': %2", name, strerror(errno));
7280
fatal
("putenv failed");
7411
fatal
("sorry, I can't continue");
7973
enum error_type { WARNING, OUTPUT_WARNING, ERROR,
FATAL
};
7983
if (inhibit_errors && type <
FATAL
)
7994
case
FATAL
:
7995
fputs("
fatal
error: ", stderr)
8058
void
fatal
(const char *format,
function
[
all
...]
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026