Home
last modified time | relevance | path

Searched refs:alloc_strdup (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dalloc.h43 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 Dalloc.c108 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup() function
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c144 alloc_strdup(const char *ptr, const char *fname, int line) in alloc_strdup() function