Searched refs:debug (Results 76 - 100 of 1093) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/ypldap/
H A Dlog.c38 int debug; variable
48 debug = n_debug;
50 if (!debug)
71 if (debug) {
135 if (debug > 1) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c48 static const int debug = 1; variable
71 if (debug)
82 if (debug) {
110 if (debug)
114 if (debug)
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk64 function debug (msg) function
141 debug($0);
149 debug("Interface " intname);
213 debug("Method: name=" name " return type=" ret);
218 debug($0);
388 debug("Will produce files in original not in current directory");
394 debug("Line width set to " line_width);
398 debug("Filename: " filenames[i]);
410 debug("Processing from " src " to " cfilename " / " hfilename);
451 debug("Include
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-tun.c66 debug("%s: failed to open tunnel control interface: %s",
84 debug("%s: invalid tunnel id %x: %s", __func__,
92 debug("%s: failed to configure tunnel (mode %d): %s", __func__,
98 debug("%s: tunnel mode %d fd %d", __func__, mode, fd);
100 debug("%s: %s mode %d fd %d", __func__, ifr.ifr_name, mode, fd);
128 debug("%s: no layer 2 tunnelling support", __func__);
147 debug("%s: invalid tunnel %u\n", __func__, tun);
152 debug("%s: %s open failed: %s", __func__, name,
162 debug("%s: ioctl(%d, TUNSIFHEAD, 1): %s", __func__, fd,
168 debug("
[all...]
/freebsd-11-stable/lib/libc/regex/grot/
H A DMakefile29 SRC = $(REGSRC) debug.c main.c $(SRCMISSING)
33 OBJS = $(OBJPRODN) debug.o main.o $(OBJMISSING)
37 LINTC = regcomp.c regexec.c regerror.c regfree.c debug.c main.c $(SRCMISSING)
59 regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h
64 debug.o: debug.ih
65 main.o: debug.ih main.ih split.ih
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dbuf.c76 if (debug & DEBUG_BUF_BREAD)
81 if (debug & DEBUG_BUF_BREAD)
89 if (debug & DEBUG_BUF_BREAD)
140 if (debug & DEBUG_BUF_BWRITE)
147 if (debug & DEBUG_BUF_BWRITE)
193 if (debug & DEBUG_BUF_GETBLK)
199 if (debug & DEBUG_BUF_GETBLK)
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect1.c78 debug("%s: ssh_get_authentication_socket: %s",
89 debug("%s: ssh_fetch_identitylist: %s",
95 debug("Trying RSA authentication via agent with '%.100s'",
110 debug("Server refused our key.");
121 debug("Received RSA challenge from server.");
135 debug("Sending response to RSA challenge.");
152 debug("RSA authentication accepted by server.");
160 debug("RSA authentication using agent refused.");
201 debug("Sending response to host key RSA challenge.");
231 debug("Tryin
[all...]
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c86 * transitions at level kern.debug. Note: all logs consistently look
259 int debug = ifp->if_flags & IFF_DEBUG
512 int debug, do_account = 0; local
519 debug = ifp->if_flags & IFF_DEBUG;
527 if (debug)
555 if (debug)
565 if (debug)
615 if (debug)
646 if (debug)
677 if (debug)
781 int debug = ifp->if_flags & IFF_DEBUG; local
2923 int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG; local
3133 int debug = ifp->if_flags & IFF_DEBUG; local
3178 int debug = ifp->if_flags & IFF_DEBUG; local
3468 int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG; local
3632 int debug = ifp->if_flags & IFF_DEBUG; local
3678 int debug = ifp->if_flags & IFF_DEBUG; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c66 debug(3, "Trying to resolve %s (%d)\n", tdesc_name(node), node->t_id);
73 debug(3, " Resolving to %d\n", new->t_id);
86 debug(3, "Trying to unforward %s (%d)\n", tdesc_name(node), node->t_id);
91 debug(3, " Unforwarded to %d\n", new->t_id);
118 debug(2, "Resolving unresolved stabs\n");
206 debug(3, "Found stabs in %d, strings in %d\n", stabidx, stabstridx);
219 debug(3, "stab %d: opening scope (%d)\n", i + 1, scope);
223 debug(3, "stab %d: closing scope (%d)\n", i + 1, scope);
290 debug(3, "%4d: .stabs \"%s\", %#x, %d, %hd, %d (from %s)\n", i,
304 debug(
[all...]
/freebsd-11-stable/usr.sbin/rmt/
H A Drmt.c68 static FILE *debug; variable
69 #define DEBUG(f) if (debug) fprintf(debug, f)
70 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a)
71 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2)
86 debug = fopen(*argv, "w");
87 if (debug == NULL) {
91 (void)setbuf(debug, (cha
[all...]
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c74 int p[2], debug, kflag, logging, pflag, secure; local
80 debug = logging = kflag = pflag = secure = 0;
86 debug = 1;
109 if (!debug) {
120 if (!debug && (logging || pflag)) {
193 if (debug) {
/freebsd-11-stable/contrib/blacklist/bin/
H A Dstate.c128 if (debug > 1) {
158 if (debug > 1)
183 if (debug > 1) {
215 if (debug > 2)
218 if (debug > 1)
222 if (debug > 1)
/freebsd-11-stable/crypto/openssl/util/
H A Dsrc-dep.pl6 $debug=1;
130 print STDERR "$file needs $a[7]\n" if $debug;
141 print STDERR "$file has $a[7]\n" if $debug;
H A Dmkdef.pl57 my $debug=0;
159 $debug=1 if $_ eq "debug";
445 print STDERR "DEBUG: starting on $file:\n" if $debug;
471 print STDERR "DEBUG: make_variant: Entered with ",$s,", ",$a,", ",(defined($p)?$p:""),", ",(defined($k)?$k:""),"\n" if $debug;
490 print STDERR "DEBUG: make_variant: a1 = $a1; a2 = $a2\n" if $debug;
509 print STDERR "DEBUG: make_variant: Exit with variant of ",$s," = ",$variant{$s},"\n" if $debug;
512 print STDERR "DEBUG: parsing ----------\n" if $debug;
548 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
549 print STDERR "DEBUG: \$_=\"$_\"\n" if $debug;
[all...]
/freebsd-11-stable/usr.sbin/bootparamd/bootparamd/
H A Dmain.c33 int debug = 0; variable
52 debug = 1;
91 if (!debug) {
/freebsd-11-stable/release/packages/
H A Dgenerate-ucl.sh9 debug=
14 debug=1
111 if [ ! -z "${debug}" ]; then
/freebsd-11-stable/stand/libsa/
H A Dether.c63 if (debug)
97 if (debug)
113 if (debug)
/freebsd-11-stable/contrib/netbsd-tests/net/npf/
H A Dt_npf.sh32 atf_check -o ignore -e ignore npfctl debug "$(atf_get_srcdir)/npftest.conf" ./npf.plist
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_extern.h48 extern int debug;
/freebsd-11-stable/etc/
H A Drc.shutdown68 debug "Initiating watchdog timer."
99 debug "run_rc_script $_rc_elem faststop"
/freebsd-11-stable/gnu/usr.bin/binutils/libbinutils/
H A DMakefile13 debug.c \
/freebsd-11-stable/usr.sbin/nscd/
H A DMakefile7 SRCS= agent.c nscd.c nscdcli.c cachelib.c cacheplcs.c debug.c log.c \
/freebsd-11-stable/tools/tools/ether_reflect/
H A Dether_reflect.c62 int debug = 0, promisc = 0; local
95 debug = 1;
139 if (debug) {
161 if (debug)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c46 #define debug 0 macro
68 if (debug)
83 if (debug) {
101 if (debug)
/freebsd-11-stable/sbin/growfs/
H A DMakefile18 SRCS+= debug.c

Completed in 246 milliseconds

1234567891011>>