Lines Matching refs:printname
61 char *file = NULL, *printname = NULL, *p; in bozo_dir_index() local
105 bozoasprintf(httpd, &printname, "~%s/%s", in bozo_dir_index()
108 printname = bozostrdup(httpd, request, request->hr_file); in bozo_dir_index()
110 printname = bozostrdup(httpd, request, request->hr_file); in bozo_dir_index()
112 if ((p = strstr(printname, httpd->index_html)) != NULL) { in bozo_dir_index()
113 if (strcmp(printname, httpd->index_html) == 0) in bozo_dir_index()
114 strcpy(printname, "/"); /* is ``slashdir'' */ in bozo_dir_index()
118 if ((p = bozo_escape_html(httpd, printname)) != NULL) { in bozo_dir_index()
119 free(printname); in bozo_dir_index()
120 printname = p; in bozo_dir_index()
136 printname); in bozo_dir_index()
138 printname); in bozo_dir_index()
226 free(printname); in bozo_dir_index()