Lines Matching refs:fatal
33 #include <fatal.h>
72 static int fatal_num = 1; /* exit number for fatal exit */
79 static void fatal(char *);
101 * Set flags for 'fatal' so that it will clean up,
109 fatal("arg count");
112 fatal("both files standard input");
119 fatal(Error);
127 fatal(Error);
137 fatal("non-numeric limit");
155 fatal("Out of memory");
242 fatal("Can not write to temporary file");
259 fatal("Can not write to temporary file");
268 fatal("Can not create pipe");
272 fatal("Can not fork, try again");
294 fatal(Error);
314 fatal(Error);
352 "Can not open tempfile ('%s')", tempfile); fatal(Error);
450 fatal(Error);
456 fatal(char *msg)
460 * The argument to fatal is a pointer to an error message string.
462 * the "fflags" global word (see <fatal.h>).
488 * Termination is like that of "fatal",
551 fatal("Out of memory");
563 fatal("Read error");