Searched defs:filename_only (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c831 const char *filename_only; local
838 if ((filename_only = ap_strrchr_c(filename_full, '/')) == NULL) {
839 filename_only = filename_full;
842 filename_only++;
851 filename = (tuple->full_path) ? filename_full : filename_only;

Completed in 983 milliseconds