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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dls.c149 static struct mystr s_temp_str; local
150 int retval = str_readlink(&s_temp_str, &s_next_path_and_filename_str);
151 if (retval == 0 && !str_isempty(&s_temp_str)){
153 str_append_str(&s_final_file_str, &s_temp_str);
182 static struct mystr s_temp_str; local
189 str_alloc_text(&s_temp_str, vsf_sysutil_statbuf_get_sortkey_mtime(s_p_statbuf));
190 p_sort_str = &s_temp_str;
191 p_sort_subdir_str = &s_temp_str;

Completed in 84 milliseconds