Searched refs:len_buf (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_web.c | 317 char len_buf[10]; in web_connection_parse_get() local 405 os_snprintf(len_buf, 10, "%d", body_length); in web_connection_parse_get() 406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get() 780 char len_buf[10]; in web_connection_send_reply() local 781 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); in web_connection_send_reply() 782 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_send_reply()
|
D | wps_er.c | 971 char len_buf[10]; in wps_er_soap_end() local 974 os_snprintf(len_buf, sizeof(len_buf), "%d", in wps_er_soap_end() 976 os_memcpy(len_ptr, len_buf, os_strlen(len_buf)); in wps_er_soap_end()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp_web.c | 684 char len_buf[10]; in web_connection_parse_get() local 764 os_snprintf(len_buf, 10, "%d", body_length); in web_connection_parse_get() 765 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get() 1280 char len_buf[10]; in web_connection_send_reply() local 1281 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); in web_connection_send_reply() 1282 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_send_reply()
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 493 HChar len_buf[20]; in show_nsegment_full() local 501 show_len_concisely(len_buf, seg->start, seg->end); in show_nsegment_full() 508 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment_full() 523 HChar len_buf[20]; in show_nsegment() local 524 show_len_concisely(len_buf, seg->start, seg->end); in show_nsegment() 533 (ULong)seg->start, (ULong)seg->end, len_buf in show_nsegment() 542 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment() 555 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment() 568 (ULong)seg->start, (ULong)seg->end, len_buf, in show_nsegment() 991 HChar len_buf[20]; in sync_check_mapping_callback() local [all …]
|