HomeSort by: relevance | last modified time | path
    Searched defs:htmlname (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
dir-index-bozo.c 148 char *urlname, *htmlname; local in function:bozo_dir_index
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);
dir-index-bozo.c 148 char *urlname, *htmlname; local in function:bozo_dir_index
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 23 milliseconds