HomeSort by: relevance | last modified time | path
    Searched defs:start_buf (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1_print.c 55 unsigned char *start_buf = buf; local
129 (unsigned long)(buf - start_buf));
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_tnc.c 211 char *start_buf, *end_buf; local
367 start_buf = tncc_if_tnccs_start(data->tncc);
368 if (start_buf == NULL)
370 start_len = os_strlen(start_buf);
373 os_free(start_buf);
381 os_free(start_buf);
386 wpabuf_put_data(resp, start_buf, start_len);
387 os_free(start_buf);
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_tnc.c 132 char *start_buf, *end_buf; local
138 start_buf = tncs_if_tnccs_start(data->tncs);
139 if (start_buf == NULL)
141 start_len = os_strlen(start_buf);
144 os_free(start_buf);
152 os_free(start_buf);
157 wpabuf_put_data(req, start_buf, start_len);
158 os_free(start_buf);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
bounds-checking.cc 431 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
432 print_dec (start, start_buf, SIGNED);
440 " ends at byte %E", start_buf, m_diag_arg,
443 " ends at byte %E", start_buf,
451 start_buf, end_buf, m_diag_arg,
455 start_buf, end_buf, m_byte_bound);
463 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
464 print_dec (start, start_buf, SIGNED);
472 " ends at bit %E", start_buf, m_diag_arg,
475 " ends at bit %E", start_buf,
597 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
629 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
713 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
744 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
825 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
855 char start_buf[WIDE_INT_PRINT_BUFFER_SIZE]; local
    [all...]

Completed in 47 milliseconds