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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dls.c37 struct str_locate_result loc_result; local
43 loc_result = str_locate_char(p_option_str, 'a');
44 a_option = loc_result.found;
45 loc_result = str_locate_char(p_option_str, 'r');
46 r_option = loc_result.found;
47 loc_result = str_locate_char(p_option_str, 't');
48 t_option = loc_result.found;
49 loc_result = str_locate_char(p_option_str, 'F');
50 F_option = loc_result.found;
51 loc_result
[all...]
H A Dtwoprocess.c424 struct str_locate_result loc_result; local
431 loc_result = str_locate_char(p_user_str, '/');
432 if (loc_result.found)
489 struct str_locate_result loc_result; local
490 loc_result = str_locate_text(p_userdir_str, "/./");
491 if (loc_result.found)
H A Dftpdataio.c288 struct str_locate_result loc_result = str_locate_char(p_option_str, 'R'); local
295 if (loc_result.found && tunable_ls_recurse_enable)

Completed in 41 milliseconds