Searched defs:debug (Results 76 - 100 of 226) sorted by relevance

12345678910

/freebsd-current/lib/libusb/
H A Dlibusb10.h94 int debug; member in struct:libusb_context
/freebsd-current/lib/libdevinfo/
H A Ddevinfo.c93 # define debug(...) macro
/freebsd-current/lib/libdpv/
H A Ddpv.h101 int debug; /* Enable debugging output on stderr */ member in struct:dpv_config
/freebsd-current/lib/libbluetooth/
H A Dbluetooth.h137 uint16_t debug; member in struct:bt_devinfo
/freebsd-current/libexec/bootpd/tools/bootptest/
H A Dbootptest.c108 int debug = 1; /* Debugging flag (level) */ variable
/freebsd-current/share/examples/ppi/
H A Dppilcd.c18 #define debug(lev, fmt, args...) if (debuglevel >= lev) fprintf(stderr, fmt "\n" , ## args); macro
/freebsd-current/usr.sbin/ctld/
H A Dparse.y109 debug: DEBUG STR label
/freebsd-current/tools/tools/ath/athdebug/
H A Dathdebug.c154 uint64_t debug, ndebug; local
[all...]
/freebsd-current/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c702 static int debug = 0; variable
/freebsd-current/tools/regression/net80211/tkip/
H A Dtest_tkip.c341 static int debug = 0; variable
/freebsd-current/tools/regression/net80211/wep/
H A Dtest_wep.c291 static int debug = 0; variable
/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.c76 u_long debug : 1; member in struct:flags
/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c61 int debug = 0; /* Controls syslog() calls for debug messages */ variable
/freebsd-current/libexec/atrun/
H A Datrun.c90 static int debug = 0; variable
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c14 int debug = 0; variable
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c90 int debug; variable
/freebsd-current/usr.sbin/autofs/
H A Dautomountd.c439 int ch, debug = 0, error, maxproc = 30, retval, saved_errno; local
H A Dautounmountd.c267 int ch, debug = 0, error, kq; local
/freebsd-current/usr.bin/tsort/
H A Dtsort.c90 static int debug, longest, quiet; variable
/freebsd-current/usr.bin/mail/
H A Dmain.c77 int debug; variable
/freebsd-current/lib/libc/rpc/
H A Dkey_call.c68 #define debug(msg) (void) fprintf(stderr, "%s\n", msg); macro
70 #define debug(msg) macro
H A Dsvc_auth_des.c70 #define debug(msg) printf("svcauth_des: %s\n", msg) macro
[all...]
/freebsd-current/lib/librtld_db/
H A Drtld_db.c146 char *debug = NULL; local
/freebsd-current/libexec/getty/
H A Dchat.c437 getty_chat(char *scrstr, int timeout, int debug) argument
/freebsd-current/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c115 int debug; local
879 verify_krb_v5_tgt_begin(krb5_context context, char *pam_service, int debug, argument
944 verify_krb_v5_tgt(krb5_context context, krb5_ccache ccache, char *pam_service __unused, int debug, const char *service, krb5_principal princ, char phost[static BUFSIZ]) argument
1002 verify_krb_v5_tgt_cleanup(krb5_context context, int debug, const char *service, krb5_principal princ, char phost[static BUFSIZ] __unused) argument
[all...]

Completed in 294 milliseconds

12345678910