Home
last modified time | relevance | path

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

/f-stack/tools/libnetgraph/
H A Dinternal.h66 extern void (*_NgLogx)(const char *fmt, ...);
69 #define NGLOGX (*_NgLogx)
H A Ddebug.c120 void (*_NgLogx) (const char *fmt,...) = warnx; variable
213 _NgLogx = logx; in NgSetErrLog()