Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dsfunc.c161 char *cpTheMsg; in pMsg() local
236 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()