Home
last modified time | relevance | path

Searched refs:conv_10 (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/ap/
Dap_snprintf.c369 conv_10(register wide_int num, register bool_int is_unsigned, in conv_10() function
430 return(conv_10( (wide_int)num, is_unsigned, is_negative, in conv_10_quad()
484 p = conv_10((addr & 0x000000FF) , TRUE, &is_negative, p, &sub_len); in conv_in_addr()
486 p = conv_10((addr & 0x0000FF00) >> 8, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
488 p = conv_10((addr & 0x00FF0000) >> 16, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
490 p = conv_10((addr & 0xFF000000) >> 24, TRUE, &is_negative, p, &sub_len); in conv_in_addr()
505 p = conv_10(ntohs(si->sin_port), TRUE, &is_negative, p, &sub_len); in conv_sockaddr_in()
620 p = conv_10((wide_int) decimal_point, FALSE, in conv_fp()
885 s = conv_10(i_num, 1, &is_negative,
910 s = conv_10(i_num, 0, &is_negative,