usr.bin/mandoc/cgi.c
560
if (resp_begin_html(200, NULL, NULL) == 0)
usr.bin/mandoc/cgi.c
584
if (resp_begin_html(code, http_msg, NULL) == 0)
usr.bin/mandoc/cgi.c
599
if (resp_begin_html(400, "Bad Request", NULL))
usr.bin/mandoc/cgi.c
615
if (resp_begin_html(500, "Internal Server Error", NULL))
usr.bin/mandoc/cgi.c
715
have_header = resp_begin_html(200, NULL, r[iuse].file);
usr.bin/mandoc/cgi.c
717
have_header = resp_begin_html(200, NULL, NULL);
usr.bin/mandoc/cgi.c
86
static int resp_begin_html(int, const char *, const char *);
usr.bin/mandoc/cgi.c
994
if (resp_begin_html(200, NULL, file) == 0)