Searched refs:filter_remain_str (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dls.c227 struct mystr filter_remain_str = INIT_MYSTR; local
235 str_copy(&filter_remain_str, p_filter_str);
238 while (!str_isempty(&filter_remain_str))
243 str_locate_chars(&filter_remain_str, "*?{");
248 str_left(&filter_remain_str, &s_match_needed_str, indexx);
249 str_mid_to_end(&filter_remain_str, &temp_str, indexx + 1);
250 str_copy(&filter_remain_str, &temp_str);
256 str_copy(&s_match_needed_str, &filter_remain_str);
257 str_empty(&filter_remain_str);
295 str_locate_char(&filter_remain_str, '}');
[all...]

Completed in 86 milliseconds