Home
last modified time | relevance | path

Searched refs:debuglog (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c182 static void debuglog(char const *fmt, ...);
220 debuglog(char const *fmt, ...) in debuglog() function
249 debuglog("object is size 0\n"); in dump_static_object()
252 debuglog("Object of size %d being clamped" in dump_static_object()
259 debuglog("Hbuff not large enough." in dump_static_object()
271 debuglog("Cbuff not large enough." in dump_static_object()
298 debuglog("Null netobj pointer\n"); in dump_netobj()
301 debuglog("Size zero netobj\n"); in dump_netobj()
305 debuglog("netobj: len: %d data: %s ::: %s\n", in dump_netobj()
324 debuglog("Dumping file lock structure @ %p\n", fl); in dump_filelock()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-file.mk8 .MAKEFLAGS: -dvFopt-debug-file.debuglog
19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!}
34 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*}
48 .MAKEFLAGS: -dFopt-debug-file.debuglog
52 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
/freebsd/contrib/sendmail/vacation/
H A Dvacation.c107 static SYSLOG_RET_T debuglog __P((int, const char *, ...));
214 msglog = debuglog;
1262 debuglog(int i, const char *fmt, ...) in debuglog() function
1264 debuglog(i, fmt, va_alist) in debuglog()