Home
last modified time | relevance | path

Searched refs:ERR_DIR (Results 1 – 4 of 4) sorted by relevance

/dports/www/thttpd/thttpd-2.29/
H A Dconfig.h264 #define ERR_DIR "errors" macro
H A Dlibhttpd.c128 #ifdef ERR_DIR
831 #ifdef ERR_DIR in httpd_send_err()
839 "%s/%s/err%d.html", hc->hostdir, ERR_DIR, status ); in httpd_send_err()
846 "%s/err%d.html", ERR_DIR, status ); in httpd_send_err()
861 #ifdef ERR_DIR
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxid_httpd.c121 #ifndef ERR_DIR
122 #define ERR_DIR "errors" macro
2373 (void) snprintf(buf, sizeof(buf), "%s/%s/err%d.html", req_hostname, ERR_DIR, err_code); in send_error_and_exit()
2379 (void) snprintf(buf, sizeof(buf), "%s/err%d.html", ERR_DIR, err_code); in send_error_and_exit()
/dports/www/mini_httpd/mini_httpd-1.30/
H A Dmini_httpd.c119 #ifndef ERR_DIR
120 #define ERR_DIR "errors" macro
2492 req_hostname, ERR_DIR, s ); in send_error_body()
2499 filename, sizeof(filename), "%s/err%d.html", ERR_DIR, s ); in send_error_body()