Searched refs:alloc_strdup (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 43 char *alloc_strdup(const char *ptr, const char *fname, int line); 52 #define STRDUP(ptr) alloc_strdup(ptr, __FILE__, __LINE__) 59 #define STRDUP(ptr) alloc_strdup(ptr, "???", __LINE__)
|
H A D | alloc.c | 108 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup() function
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 144 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup() function
|