Searched refs:MallocAndMemsetString (Results 1 – 4 of 4) sorted by relevance
83 char *str = MallocAndMemsetString(size); in TEST()102 char *str = MallocAndMemsetString(size); in TEST()191 char *str = MallocAndMemsetString(size); in RunStrChrTest()207 char *str = MallocAndMemsetString(size); in RunStrChrTest()284 char *s1 = MallocAndMemsetString(size, fill); in RunStrCmpTest()285 char *s2 = MallocAndMemsetString(size, fill); in RunStrCmpTest()321 char *s1 = MallocAndMemsetString(size); in RunStrNCmpTest()322 char *s2 = MallocAndMemsetString(size); in RunStrNCmpTest()358 char *to = MallocAndMemsetString(to_size); in TEST()361 char *from = MallocAndMemsetString(from_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()
762 char* MallocAndMemsetString(size_t size, char ch) { in MallocAndMemsetString() function768 char* MallocAndMemsetString(size_t size) { in MallocAndMemsetString() function769 return MallocAndMemsetString(size, 'z'); in MallocAndMemsetString()