Searched refs:short_buffer (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Dstrncpy-overflow.cc14 char *short_buffer = (char*)malloc(9); local
15 strncpy(short_buffer, hello, 10); // BOOM
28 return short_buffer[8];
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp78 char short_buffer[short_size]; local
85 snprintf (short_buffer, short_size, short_format_string, i);
88 results_dict.AddDouble(short_buffer,
/external/chromium_org/ui/base/win/
H A Dopen_file_name_win_unittest.cc230 base::char16 short_buffer[10] = L""; local
232 ofn.GetOPENFILENAME()->lpstrFile = short_buffer;
233 ofn.GetOPENFILENAME()->nMaxFile = arraysize(short_buffer);
/external/lldb/source/Interpreter/
H A DArgs.cpp1228 char short_buffer[3];
1230 ::snprintf (short_buffer, sizeof (short_buffer), "-%c", long_options[long_options_index].val);
1236 if ((::strncmp (GetArgumentAtIndex (idx), short_buffer, strlen (short_buffer)) == 0)

Completed in 820 milliseconds