Searched refs:the_double (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.h68 void str_append_double(struct mystr* p_str, double the_double);
H A Dstr.c277 str_append_double(struct mystr* p_str, double the_double) argument
279 str_append_text(p_str, vsf_sysutil_double_to_str(the_double));
H A Dsysutil.h216 const char* vsf_sysutil_double_to_str(double the_double);
H A Dsysutil.c867 vsf_sysutil_double_to_str(double the_double) argument
870 (void) snprintf(double_buf, sizeof(double_buf), "%.2f", the_double);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/vsftpd/
H A Dstr.h68 void str_append_double(struct mystr* p_str, double the_double);
H A Dstr.c277 str_append_double(struct mystr* p_str, double the_double) argument
279 str_append_text(p_str, vsf_sysutil_double_to_str(the_double));
H A Dsysutil.h216 const char* vsf_sysutil_double_to_str(double the_double);
H A Dsysutil.c867 vsf_sysutil_double_to_str(double the_double) argument
870 (void) snprintf(double_buf, sizeof(double_buf), "%.2f", the_double);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/vsftpd/
H A Dstr.h68 void str_append_double(struct mystr* p_str, double the_double);
H A Dstr.c277 str_append_double(struct mystr* p_str, double the_double) argument
279 str_append_text(p_str, vsf_sysutil_double_to_str(the_double));
H A Dsysutil.h216 const char* vsf_sysutil_double_to_str(double the_double);
H A Dsysutil.c867 vsf_sysutil_double_to_str(double the_double) argument
870 (void) snprintf(double_buf, sizeof(double_buf), "%.2f", the_double);

Completed in 170 milliseconds