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()285 char *s1 = MallocAndMemsetString(size, fill); in RunStrCmpTest()286 char *s2 = MallocAndMemsetString(size, fill); in RunStrCmpTest()319 char *s1 = MallocAndMemsetString(size); in RunStrNCmpTest()320 char *s2 = MallocAndMemsetString(size); in RunStrNCmpTest()356 char *to = MallocAndMemsetString(to_size); in TEST()359 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()
765 char* MallocAndMemsetString(size_t size, char ch) { in MallocAndMemsetString() function771 char* MallocAndMemsetString(size_t size) { in MallocAndMemsetString() function772 return MallocAndMemsetString(size, 'z'); in MallocAndMemsetString()