OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dir_readme
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/httpd/
dir-index-bozo.c
204
if (httpd->
dir_readme
!= NULL) {
205
if (httpd->
dir_readme
[0] == '/')
206
snprintf(buf, sizeof buf, "%s", httpd->
dir_readme
);
208
snprintf(buf, sizeof buf, "%s/%s", dirpath, httpd->
dir_readme
);
bozohttpd.h
126
const char *
dir_readme
; /* include README footer in indexes */
member in struct:bozohttpd_t
bozohttpd.c
2650
httpd->
dir_readme
= bozostrdup(httpd, NULL, cp);
2744
free(bozo_unconst(httpd->
dir_readme
));
Completed in 15 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025