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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Doneprocess.c40 struct mystr chdir_str = INIT_MYSTR; local
44 str_alloc_text(&chdir_str, tunable_anon_root);
48 if (!str_isempty(&chdir_str))
50 (void) str_chdir(&chdir_str);
55 vsf_secutil_change_credentials(&user_name, 0, &chdir_str, caps,
59 str_free(&chdir_str);
H A Dtwoprocess.c356 struct mystr chdir_str = INIT_MYSTR; local
384 calculate_chdir_dir(was_anon, &userdir_str, &chroot_str, &chdir_str,
388 if (!str_isempty(&chdir_str))
390 (void) str_chdir(&chdir_str);
394 str_free(&chdir_str);

Completed in 35 milliseconds