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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dftpcmdio.c66 static struct mystr s_the_str; local
68 str_alloc_text(&s_the_str, p_text);
71 vsf_log_line(p_sess, kVSFLogEntryFTPOutput, &s_the_str);
73 retval = ftp_write_str(p_sess, &s_the_str, kVSFRWControl);
97 static struct mystr s_the_str; local
98 str_alloc_text(&s_the_str, p_text);
99 ftp_write_str_common(p_sess, status, sep, &s_the_str, noblock);

Completed in 83 milliseconds