OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htmlname
(Results
1 - 1
of
1
) sorted by relevancy
/src/libexec/httpd/
dir-index-bozo.c
148
char *urlname, *
htmlname
;
local
163
htmlname
= bozo_escape_html(httpd, name);
164
if (
htmlname
== NULL)
165
htmlname
= name;
172
bozo_printf(httpd, "%s/",
htmlname
);
176
bozo_printf(httpd, "%s",
htmlname
);
179
bozo_printf(httpd, "%s",
htmlname
);
181
if (
htmlname
!= name)
182
free(
htmlname
);
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026