Searched refs:short_buffer (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/asan/TestCases/ |
D | strncpy-overflow.cc | 14 char *short_buffer = (char*)malloc(9); in main() local 15 strncpy(short_buffer, hello, 10); // BOOM in main() 28 return short_buffer[8]; in main()
|
/external/lldb/tools/lldb-perf/common/stepping/ |
D | lldb-perf-stepping.cpp | 78 char short_buffer[short_size]; in WriteResults() local 85 snprintf (short_buffer, short_size, short_format_string, i); in WriteResults() 88 results_dict.AddDouble(short_buffer, in WriteResults()
|
/external/chromium_org/ui/base/win/ |
D | open_file_name_win_unittest.cc | 230 base::char16 short_buffer[10] = L""; in TEST() local 232 ofn.GetOPENFILENAME()->lpstrFile = short_buffer; in TEST() 233 ofn.GetOPENFILENAME()->nMaxFile = arraysize(short_buffer); in TEST()
|
/external/lldb/source/Interpreter/ |
D | Args.cpp | 1228 char short_buffer[3]; in FindArgumentIndexForOption() local 1230 ::snprintf (short_buffer, sizeof (short_buffer), "-%c", long_options[long_options_index].val); in FindArgumentIndexForOption() 1236 if ((::strncmp (GetArgumentAtIndex (idx), short_buffer, strlen (short_buffer)) == 0) in FindArgumentIndexForOption()
|