Home
last modified time | relevance | path

Searched refs:sys_fatal (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c96 static void sys_fatal(const char *);
235 sys_fatal(err_str); in run_pipeline()
242 sys_fatal("dup stdin"); in run_pipeline()
245 sys_fatal("dup stdout"); in run_pipeline()
250 sys_fatal(err_str); in run_pipeline()
254 sys_fatal(err_str); in run_pipeline()
268 sys_fatal(err_str); in run_pipeline()
272 sys_fatal(err_str); in run_pipeline()
277 sys_fatal(err_str); in run_pipeline()
281 sys_fatal(err_str); in run_pipeline()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp236 void sys_fatal(const char *s) in sys_fatal() function
487 sys_fatal("write"); in writeNbytes()
525 sys_fatal("make_message"); in makeFileName()
535 sys_fatal("make_message"); in makeFileName()
540 sys_fatal("malloc"); in makeFileName()
787 sys_fatal ("close"); in emit_troff_output()
792 sys_fatal ("dup failed to use fd=1"); in emit_troff_output()
923 sys_fatal("make_message"); in createPage()
947 sys_fatal("make_message"); in createPage()
1032 sys_fatal("make_message"); in createImage()
[all …]
H A Dpushback.cpp68 sys_fatal("malloc"); in pushBackBuffer()
79 sys_fatal("when trying to open file"); in pushBackBuffer()
H A Dpre-html.h36 extern void sys_fatal (const char *s);
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1172064 `sys_fatal' and `stop' function().
H A DChangeLog.118958 (sys_fatal): Use `fatal' to abort properly.