Lines Matching defs:PTR
135 #define STP_MALLOC(PTR, TYPE, MSG) \137 PTR = (TYPE*) calloc (1, sizeof (TYPE)); \138 if (! PTR) { \143 #define STP_FREE(PTR, MSG) \145 if (! PTR) { \148 free (PTR); \149 PTR = NULL; \152 #define STP_STRDUP(PTR, SRC, MSG) \154 PTR = strdup (SRC); \155 if (! PTR) { \