Symbol: debug
crypto/openssh/log.h
111
#define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
lib/libc/rpc/key_call.c
68
#define debug(msg) (void) fprintf(stderr, "%s\n", msg);
lib/libc/rpc/key_call.c
70
#define debug(msg)
lib/libc/rpc/svc_auth_des.c
70
#define debug(msg) printf("svcauth_des: %s\n", msg)
lib/libc/tests/stdtime/detect_tz_changes_test.c
55
debug(const char *fmt, ...)
lib/libdevinfo/devinfo.c
87
# define debug(...) do { \
lib/libdevinfo/devinfo.c
93
# define debug(...)
lib/msun/tests/test-utils.h
71
#define debug(...) printf(__VA_ARGS__)
lib/msun/tests/test-utils.h
73
#define debug(...) (void)0
sbin/dhclient/errwarn.c
147
debug(const char *fmt, ...)
sbin/ipf/libipf/debug.c
20
debug(int level, char *fmt, ...)
share/examples/ppi/ppilcd.c
18
#define debug(lev, fmt, args...) if (debuglevel >= lev) fprintf(stderr, fmt "\n" , ## args);
sys/dev/ciss/cissvar.h
272
# define debug(level, fmt, args...) \
sys/dev/ciss/cissvar.h
286
# define debug(level, fmt, args...)
sys/dev/mlx/mlxvar.h
39
#define debug(level, fmt, args...) do { if (level <= MLX_DEBUG) printf("%s: " fmt "\n", __func__ , ##args); } while(0)
sys/dev/mlx/mlxvar.h
42
#define debug(level, fmt, args...)
sys/dev/tws/tws_hdm.h
88
debug,
usr.sbin/bhyve/gdb.c
281
#define debug(...)
usr.sbin/mlxcontrol/mlxcontrol.h
31
#define debug(fmt, args...) printf("%s: " fmt "\n", __func__ , ##args)
usr.sbin/moused/moused/moused.c
136
#define debug(...) do { \
usr.sbin/moused/msconvd/msconvd.c
97
#define debug(...) do { \