Home
last modified time | relevance | path

Searched refs:dir_readme (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/libexec/httpd/
H A Ddir-index-bozo.c204 if (httpd->dir_readme != NULL) { in bozo_dir_index()
205 if (httpd->dir_readme[0] == '/') in bozo_dir_index()
206 snprintf(buf, sizeof buf, "%s", httpd->dir_readme); in bozo_dir_index()
208 snprintf(buf, sizeof buf, "%s/%s", dirpath, httpd->dir_readme); in bozo_dir_index()
H A Dbozohttpd.h126 const char *dir_readme; /* include README footer in indexes */ member
H A Dbozohttpd.c2650 httpd->dir_readme = bozostrdup(httpd, NULL, cp); in bozo_setup()
2744 free(bozo_unconst(httpd->dir_readme)); in bozo_cleanup()