Home
last modified time | relevance | path

Searched refs:try_suffix (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dhttpd.c1825 const char *try_suffix; in send_file_and_exit() local
1829 try_suffix = strstr(table, suffix); in send_file_and_exit()
1830 if (!try_suffix) in send_file_and_exit()
1832 try_suffix += strlen(suffix); in send_file_and_exit()
1833 if (*try_suffix == '\0' || *try_suffix == '.') { in send_file_and_exit()