Searched refs:allocinfo_str (Results 1 – 2 of 2) sorted by relevance
108 static const char *allocinfo_str(const char *str) in allocinfo_str() function119 strncpy(dest, allocinfo_str(src), ALLOCINFO_STR_SIZE - 1); in allocinfo_copy_str()
192 static const char *allocinfo_str(const char *str) in allocinfo_str() function205 strscpy_pad(dest, allocinfo_str(src), ALLOCINFO_STR_SIZE); in allocinfo_copy_str()211 return strncmp(allocinfo_str(str), template, ALLOCINFO_STR_SIZE); in allocinfo_cmp_str()