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

  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 169 const char small_string[] = "Hi!!"; local
170 _Static_assert(sizeof(small_string) > sizeof(split.tiny_buffer), "");
175 EXPECT_DEATH_STRUCT(strcpy(split.tiny_buffer, small_string));
180 EXPECT_DEATH_STRUCT(stpcpy(split.tiny_buffer, small_string));
186 strncpy(split.tiny_buffer, small_string, sizeof(small_string)));
190 stpncpy(split.tiny_buffer, small_string, sizeof(small_string)));
195 EXPECT_DEATH_STRUCT(strcat(split.tiny_buffer, small_string));
201 strncat(split.tiny_buffer, small_string, sizeof(small_string)))
525 const wchar_t small_string[] = L"Hello!!"; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_ppc64x.s 1104 BLE small_string // Jump to the small string case if it's <32 bytes.
1331 small_string: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_ppc64x.s 1104 BLE small_string // Jump to the small string case if it's <32 bytes.
1331 small_string: label
    [all...]

Completed in 479 milliseconds