Home
last modified time | relevance | path

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

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