Home
last modified time | relevance | path

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

/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dhttp.c335 static struct mystr s_option_str = INIT_MYSTR; in http_handle_browse() local
339 &s_option_str, &s_filter_str, 1, 1); in http_handle_browse()
H A Dpostlogin.c848 static struct mystr s_option_str; in handle_dir_common() local
856 str_empty(&s_option_str); in handle_dir_common()
871 str_mid_to_end(&p_sess->ftp_arg_str, &s_option_str, 1); in handle_dir_common()
873 str_split_char(&s_option_str, &s_filter_str, ' '); in handle_dir_common()
926 str_append_char(&s_option_str, 'a'); in handle_dir_common()
950 &s_dir_name_str, &s_option_str, in handle_dir_common()
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dpostlogin.c803 static struct mystr s_option_str; in handle_dir_common() local
811 str_empty(&s_option_str); in handle_dir_common()
826 str_mid_to_end(&p_sess->ftp_arg_str, &s_option_str, 1); in handle_dir_common()
828 str_split_char(&s_option_str, &s_filter_str, ' '); in handle_dir_common()
881 str_append_char(&s_option_str, 'a'); in handle_dir_common()
904 &s_dir_name_str, &s_option_str, in handle_dir_common()