HomeSort by relevance Sort by last modified time
    Searched refs:len_buf (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 317 char len_buf[10]; local
405 os_snprintf(len_buf, 10, "%d", body_length);
406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
780 char len_buf[10]; local
781 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length);
782 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
    [all...]
wps_er.c 932 char len_buf[10]; local
935 os_snprintf(len_buf, sizeof(len_buf), "%d",
937 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 684 char len_buf[10]; local
764 os_snprintf(len_buf, 10, "%d", body_length);
765 os_memcpy(put_length_here, len_buf, os_strlen(len_buf));
1280 char len_buf[10]; local
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 487 HChar len_buf[20]; local
495 show_len_concisely(len_buf, seg->start, seg->end);
502 (ULong)seg->start, (ULong)seg->end, len_buf,
517 HChar len_buf[20]; local
518 show_len_concisely(len_buf, seg->start, seg->end);
527 (ULong)seg->start, (ULong)seg->end, len_buf
536 (ULong)seg->start, (ULong)seg->end, len_buf,
549 (ULong)seg->start, (ULong)seg->end, len_buf,
562 (ULong)seg->start, (ULong)seg->end, len_buf,
985 HChar len_buf[20]; local
1052 HChar len_buf[20]; local
    [all...]

Completed in 528 milliseconds