HomeSort by relevance Sort by last modified time
    Searched defs:short_buffer (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/asan/TestCases/
strncpy-overflow.cc 14 char *short_buffer = (char*)malloc(9); local
15 strncpy(short_buffer, hello, 10); // BOOM
28 return short_buffer[8];
  /external/chromium_org/ui/base/win/
open_file_name_win_unittest.cc 230 base::char16 short_buffer[10] = L""; local
232 ofn.GetOPENFILENAME()->lpstrFile = short_buffer;
233 ofn.GetOPENFILENAME()->nMaxFile = arraysize(short_buffer);
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 78 char short_buffer[short_size]; local
85 snprintf (short_buffer, short_size, short_format_string, i);
88 results_dict.AddDouble(short_buffer,

Completed in 542 milliseconds