Searched refs:MallocAndMemsetString (Results 1 – 4 of 4) sorted by relevance
117 char *str = MallocAndMemsetString(size); in TEST()144 char *str = MallocAndMemsetString(size); in TEST()164 char *str = MallocAndMemsetString(size); in TEST()261 char *str = MallocAndMemsetString(size); in RunStrChrTestImpl()347 char *s1 = MallocAndMemsetString(size, fill); in RunStrCmpTest()348 char *s2 = MallocAndMemsetString(size, fill); in RunStrCmpTest()381 char *s1 = MallocAndMemsetString(size); in RunStrNCmpTest()382 char *s2 = MallocAndMemsetString(size); in RunStrNCmpTest()418 char *to = MallocAndMemsetString(to_size); in TEST()421 char *from = MallocAndMemsetString(from_size); in TEST()[all …]
84 char* MallocAndMemsetString(size_t size, char ch);85 char* MallocAndMemsetString(size_t size);
212 char *s1 = MallocAndMemsetString(size); in TEST()213 char *s2 = MallocAndMemsetString(size); in TEST()
797 char* MallocAndMemsetString(size_t size, char ch) { in MallocAndMemsetString() function803 char* MallocAndMemsetString(size_t size) { in MallocAndMemsetString() function804 return MallocAndMemsetString(size, 'z'); in MallocAndMemsetString()