Searched refs:a_fmt (Results 1 – 3 of 3) sorted by relevance
116 echoDebug(char *a_fmt, ...) in echoDebug() argument133 va_start(ap, a_fmt); in echoDebug()135 (void) vfprintf(stderr, a_fmt, ap); in echoDebug()
303 void _z_echoDebug(char *a_fmt, ...);
311 extern void echo __P((char *a_fmt, ...));313 extern void echoDebug __P((char *a_fmt, ...));