Searched refs:dir_readme (Results 1 – 3 of 3) sorted by relevance
204 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()
126 const char *dir_readme; /* include README footer in indexes */ member
2650 httpd->dir_readme = bozostrdup(httpd, NULL, cp); in bozo_setup() 2744 free(bozo_unconst(httpd->dir_readme)); in bozo_cleanup()