Searched refs:MallocAndMemsetString (Results 1 – 4 of 4) sorted by relevance
113 char *str = MallocAndMemsetString(size); in TEST()132 char *str = MallocAndMemsetString(size); in TEST()222 char *str = MallocAndMemsetString(size); in RunStrChrTestImpl()308 char *s1 = MallocAndMemsetString(size, fill); in RunStrCmpTest()309 char *s2 = MallocAndMemsetString(size, fill); in RunStrCmpTest()342 char *s1 = MallocAndMemsetString(size); in RunStrNCmpTest()343 char *s2 = MallocAndMemsetString(size); in RunStrNCmpTest()379 char *to = MallocAndMemsetString(to_size); in TEST()382 char *from = MallocAndMemsetString(from_size); in TEST()414 char *to = MallocAndMemsetString(to_size); in TEST()[all …]
82 char* MallocAndMemsetString(size_t size, char ch);83 char* MallocAndMemsetString(size_t size);
211 char *s1 = MallocAndMemsetString(size); in TEST()212 char *s2 = MallocAndMemsetString(size); in TEST()
769 char* MallocAndMemsetString(size_t size, char ch) { in MallocAndMemsetString() function775 char* MallocAndMemsetString(size_t size) { in MallocAndMemsetString() function776 return MallocAndMemsetString(size, 'z'); in MallocAndMemsetString()