Searched refs:try_suffix (Results 1 – 1 of 1) sorted by relevance
1825 const char *try_suffix; in send_file_and_exit() local1829 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()