Lines Matching defs:msgp
79 char *msgp, *bufend;
91 msgp = bufp;
92 msgp += snprintf(msgp, bufend - msgp, "[fake_kernel] ");
93 msgp += snprintf(msgp, bufend - msgp, prefix);
94 msgp += vsnprintf(msgp, bufend - msgp, fmt, adx);
95 msgp += snprintf(msgp, bufend - msgp, suffix);
96 len = msgp - bufp;