Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Ddebug.h38 #define TRACE_STR(s) nscd_trace_str(#s, s, __FILE__, __LINE__)
59 void nscd_trace_str(const char *, const char *, const char *, int);
H A Ddebug.c108 nscd_trace_str(const char *desc, const char *s, const char *f, int l) in nscd_trace_str() function