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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/vsftpd/
H A Dstr.h75 const char* p_to);
H A Dstr.c340 str_replace_text(struct mystr* p_str, const char* p_from, const char* p_to) argument
356 str_append_text(p_str, p_to);
H A Dsysutil.h86 int vsf_sysutil_rename(const char* p_from, const char* p_to);
H A Dsysutil.c988 vsf_sysutil_rename(const char* p_from, const char* p_to){ argument
989 //printf("[rename] from [%s] to [%s]\n", p_from, p_to); // tmp test
990 return rename(p_from, p_to);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dstr.h75 const char* p_to);
H A Dstr.c340 str_replace_text(struct mystr* p_str, const char* p_from, const char* p_to) argument
356 str_append_text(p_str, p_to);
H A Dsysutil.h86 int vsf_sysutil_rename(const char* p_from, const char* p_to);
H A Dsysutil.c988 vsf_sysutil_rename(const char* p_from, const char* p_to){ argument
989 //printf("[rename] from [%s] to [%s]\n", p_from, p_to); // tmp test
990 return rename(p_from, p_to);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dstr.h75 const char* p_to);
H A Dstr.c340 str_replace_text(struct mystr* p_str, const char* p_from, const char* p_to) argument
356 str_append_text(p_str, p_to);
H A Dsysutil.h86 int vsf_sysutil_rename(const char* p_from, const char* p_to);
H A Dsysutil.c988 vsf_sysutil_rename(const char* p_from, const char* p_to){ argument
989 //printf("[rename] from [%s] to [%s]\n", p_from, p_to); // tmp test
990 return rename(p_from, p_to);

Completed in 95 milliseconds