Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Ddebug.h33 #define TRACE_IN(x) nscd_trace_in(#x, __FILE__, __LINE__)
54 void nscd_trace_in(const char *, const char *, int);
H A Ddebug.c37 nscd_trace_in(const char *s, const char *f, int l) in nscd_trace_in() function