Searched refs:the_filesize (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.h47 void str_alloc_filesize_t(struct mystr* p_str, filesize_t the_filesize);
66 void str_append_filesize_t(struct mystr* p_str, filesize_t the_filesize);
H A Dstr.c130 str_alloc_filesize_t(struct mystr* p_str, filesize_t the_filesize) argument
132 str_alloc_text(p_str, vsf_sysutil_filesize_t_to_str(the_filesize));
271 str_append_filesize_t(struct mystr* p_str, filesize_t the_filesize) argument
273 str_append_text(p_str, vsf_sysutil_filesize_t_to_str(the_filesize));
H A Dsysutil.h215 const char* vsf_sysutil_filesize_t_to_str(filesize_t the_filesize);
H A Dsysutil.c850 vsf_sysutil_filesize_t_to_str(filesize_t the_filesize) argument
857 (long) the_filesize);
861 (void) snprintf(filesize_buf, sizeof(filesize_buf), "%lld", the_filesize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dstr.h47 void str_alloc_filesize_t(struct mystr* p_str, filesize_t the_filesize);
66 void str_append_filesize_t(struct mystr* p_str, filesize_t the_filesize);
H A Dstr.c130 str_alloc_filesize_t(struct mystr* p_str, filesize_t the_filesize) argument
132 str_alloc_text(p_str, vsf_sysutil_filesize_t_to_str(the_filesize));
271 str_append_filesize_t(struct mystr* p_str, filesize_t the_filesize) argument
273 str_append_text(p_str, vsf_sysutil_filesize_t_to_str(the_filesize));
H A Dsysutil.h215 const char* vsf_sysutil_filesize_t_to_str(filesize_t the_filesize);
H A Dsysutil.c850 vsf_sysutil_filesize_t_to_str(filesize_t the_filesize) argument
857 (long) the_filesize);
861 (void) snprintf(filesize_buf, sizeof(filesize_buf), "%lld", the_filesize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dstr.h47 void str_alloc_filesize_t(struct mystr* p_str, filesize_t the_filesize);
66 void str_append_filesize_t(struct mystr* p_str, filesize_t the_filesize);
H A Dstr.c130 str_alloc_filesize_t(struct mystr* p_str, filesize_t the_filesize) argument
132 str_alloc_text(p_str, vsf_sysutil_filesize_t_to_str(the_filesize));
271 str_append_filesize_t(struct mystr* p_str, filesize_t the_filesize) argument
273 str_append_text(p_str, vsf_sysutil_filesize_t_to_str(the_filesize));
H A Dsysutil.h215 const char* vsf_sysutil_filesize_t_to_str(filesize_t the_filesize);
H A Dsysutil.c850 vsf_sysutil_filesize_t_to_str(filesize_t the_filesize) argument
857 (long) the_filesize);
861 (void) snprintf(filesize_buf, sizeof(filesize_buf), "%lld", the_filesize);

Completed in 186 milliseconds