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

  /src/crypto/external/apache2/openssl/dist/test/
p_test.c 120 size_t buf_l; local
138 p->return_size = buf_l = strlen(buf) + 1;
139 if (p->data_size >= buf_l)
  /src/crypto/external/bsd/openssl/dist/test/
p_test.c 120 size_t buf_l; local
138 p->return_size = buf_l = strlen(buf) + 1;
139 if (p->data_size >= buf_l)
  /src/external/gpl3/gdb/dist/gdbserver/
linux-s390-low.cc 1901 static const unsigned char buf_l[] = { local
1910 add_insns (buf_l, sizeof buf_l);
2018 static const unsigned char buf_l[] = { local
2027 add_insns (buf_l, sizeof buf_l);
2542 static const unsigned char buf_l[] = { local
2551 add_insns (buf_l, sizeof buf_l);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-s390-low.cc 1905 static const unsigned char buf_l[] = { local
1914 add_insns (buf_l, sizeof buf_l);
2022 static const unsigned char buf_l[] = { local
2031 add_insns (buf_l, sizeof buf_l);
2546 static const unsigned char buf_l[] = { local
2555 add_insns (buf_l, sizeof buf_l);

Completed in 33 milliseconds