Home
last modified time | relevance | path

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

/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dpostlogin.c804 static struct mystr s_filter_str; in handle_dir_common() local
812 str_empty(&s_filter_str); in handle_dir_common()
833 str_copy(&s_filter_str, &p_sess->ftp_arg_str); in handle_dir_common()
835 if (!str_isempty(&s_filter_str)) in handle_dir_common()
837 resolve_tilde(&s_filter_str, p_sess); in handle_dir_common()
838 if (!vsf_access_check_file(&s_filter_str)) in handle_dir_common()
844 p_dir = str_opendir(&s_filter_str); in handle_dir_common()
848 str_copy(&s_dir_name_str, &s_filter_str); in handle_dir_common()
849 str_free(&s_filter_str); in handle_dir_common()
854 str_locate_char(&s_filter_str, '/'); in handle_dir_common()
[all …]
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dpostlogin.c849 static struct mystr s_filter_str; in handle_dir_common() local
857 str_empty(&s_filter_str); in handle_dir_common()
878 str_copy(&s_filter_str, &p_sess->ftp_arg_str); in handle_dir_common()
880 if (!str_isempty(&s_filter_str)) in handle_dir_common()
882 resolve_tilde(&s_filter_str, p_sess); in handle_dir_common()
883 if (!vsf_access_check_file(&s_filter_str)) in handle_dir_common()
889 p_dir = str_opendir(&s_filter_str); in handle_dir_common()
893 str_copy(&s_dir_name_str, &s_filter_str); in handle_dir_common()
894 str_free(&s_filter_str); in handle_dir_common()
899 str_locate_char(&s_filter_str, '/'); in handle_dir_common()
[all …]
H A Dhttp.c336 static struct mystr s_filter_str = INIT_MYSTR; in http_handle_browse() local
339 &s_option_str, &s_filter_str, 1, 1); in http_handle_browse()