Searched refs:cpTheMsg (Results 1 – 1 of 1) sorted by relevance
161 char *cpTheMsg; in pMsg() local236 if ((cpTheMsg = (char *)ALLOC(len)) == NULL) { in pMsg()244 memset(cpTheMsg, 0, len); in pMsg()245 sprintf(cpTheMsg, FORMAT, time_str, levelStr, args->pid, VER_STR, in pMsg()248 rv = vprintf(cpTheMsg, l); in pMsg()249 FREE(cpTheMsg); in pMsg()