/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-copyrename.c | 120 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) in copy_rename_partition_coalesce() argument 136 if (debug) in copy_rename_partition_coalesce() 138 fprintf (debug, "Try : "); in copy_rename_partition_coalesce() 139 print_generic_expr (debug, var1, TDF_SLIM); in copy_rename_partition_coalesce() 140 fprintf (debug, "(P%d) & ", p1); in copy_rename_partition_coalesce() 141 print_generic_expr (debug, var2, TDF_SLIM); in copy_rename_partition_coalesce() 142 fprintf (debug, "(P%d)", p2); in copy_rename_partition_coalesce() 155 if (debug) in copy_rename_partition_coalesce() 156 fprintf (debug, " : Already coalesced.\n"); in copy_rename_partition_coalesce() 165 if (debug) in copy_rename_partition_coalesce() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | valtrack.c | 235 dead_debug_global_init (struct dead_debug_global *debug, bitmap used) in dead_debug_global_init() argument 237 debug->used = used; in dead_debug_global_init() 238 debug->htab = NULL; in dead_debug_global_init() 247 dead_debug_local_init (struct dead_debug_local *debug, bitmap used, in dead_debug_local_init() argument 253 debug->head = NULL; in dead_debug_local_init() 254 debug->global = global; in dead_debug_local_init() 255 debug->used = used; in dead_debug_local_init() 256 debug->to_rescan = NULL; in dead_debug_local_init() 349 dead_debug_reset_uses (struct dead_debug_local *debug, in dead_debug_reset_uses() argument 352 bool got_head = (debug->head == head); in dead_debug_reset_uses() [all …]
|
H A D | file-find.c | 25 static bool debug = false; variable 30 debug = debug_state; in find_file_set_debug() 40 if (debug) in find_a_file() 57 if (debug) in find_a_file() 73 if (debug) in find_a_file() 101 if (debug && pprefix->plist == NULL) in find_a_file() 177 if (debug) in prefix_from_string() 198 if (debug) in prefix_from_string()
|
H A D | sel-sched-dump.h | 113 extern void debug (vinsn_def &ref); 114 extern void debug (vinsn_def *ptr); 154 extern void debug (expr_def &ref); 155 extern void debug (expr_def *ptr); 228 extern void debug (vec<rtx> &ref); 229 extern void debug (vec<rtx> *ptr);
|
/dflybsd-src/usr.bin/shlock/ |
H A D | shlock.c | 58 int ch, debug = 0, uucpstyle = 0; in main() local 67 debug = 1; in main() 96 return(create_lock(file, pid, uucpstyle, debug)); in main() 98 return(check_lock(file, uucpstyle, debug)); in main() 102 create_lock(const char *file, pid_t pid, int uucpstyle, int debug) in create_lock() argument 122 if (debug) { in create_lock() 130 if (debug) in create_lock() 161 if (check_lock(file, uucpstyle, debug) == 0) { in create_lock() 180 if (debug) in create_lock() 190 check_lock(const char *file, int uucpstyle, int debug) in check_lock() argument [all …]
|
/dflybsd-src/contrib/bmake/mk/ |
H A D | meta2deps.py | 74 def resolve(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument 83 if debug > 2: 102 if debug > 2: 105 if debug > 2: 109 if debug > 2: 135 def abspath(path, cwd, last_dir=None, debug=0, debug_out=sys.stderr): argument 140 rpath = resolve(path, cwd, last_dir, debug, debug_out) 240 self.debug = conf.get('debug', 0) 296 if self.debug: 306 if self.debug: [all …]
|
/dflybsd-src/stand/lib/ |
H A D | arp.c | 102 if (debug) in arpwhohas() 132 if (debug) { in arpwhohas() 150 if (debug) in arpsend() 169 if (debug) in arprecv() 177 if (debug) in arprecv() 185 if (debug) in arprecv() 200 if (debug) in arprecv() 208 if (debug) in arprecv() 217 if (debug) in arprecv() 228 if (debug) in arprecv() [all …]
|
H A D | rarp.c | 80 if (debug) in rarp_getipaddress() 88 if (debug) in rarp_getipaddress() 137 if (debug) in rarpsend() 156 if (debug) in rarprecv() 164 if (debug) in rarprecv() 172 if (debug) in rarprecv() 185 if (debug) in rarprecv() 193 if (debug) in rarprecv() 202 if (debug) in rarprecv() 210 if (debug) in rarprecv()
|
H A D | bootp.c | 95 if (debug) in bootp() 106 if (debug) in bootp() 206 if (debug) in bootp() 213 if (debug) in bootp() 224 if (debug) in bootp() 231 if (debug) in bootp() 239 if (debug) in bootp() 256 if (debug) in bootpsend() 264 if (debug) in bootpsend() 278 if (debug) in bootprecv() [all …]
|
H A D | udp.c | 68 if (debug) { in sendudp() 141 if (debug) in readudp() 166 if (debug) in readudp() 176 if (debug) in readudp() 186 if (debug) in readudp() 193 if (debug) in readudp() 201 if (debug) { in readudp() 217 if (debug) in readudp() 242 if (debug) in readudp() 253 if (debug) in readudp()
|
/dflybsd-src/sys/net/sppp/ |
H A D | if_spppsubr.c | 246 int debug = ifp->if_flags & IFF_DEBUG 461 int debug = ifp->if_flags & IFF_DEBUG; in sppp_input() local 469 if (debug) in sppp_input() 490 if (debug) in sppp_input() 500 if (debug) in sppp_input() 546 if (debug) in sppp_input() 576 if (debug) in sppp_input() 607 if (debug) in sppp_input() 639 if (debug) in sppp_input() 676 int debug = ifp->if_flags & IFF_DEBUG; in sppp_output_serialized() local [all …]
|
/dflybsd-src/contrib/cvs-1.12/contrib/ |
H A D | cvs_acls.in | 46 -d turns on debug information 188 Added a lot more debug trace 550 print("$$ \@ARGV after shift processing contains:",join("\, ",@ARGV),".\n") if $debug; 556 print("$$ \$cvsroot is: $cvsroot.\n") if $debug; 557 print "$$ Repos: $repository\n","$$ ==== ",join("\n$$ ==== ",@ARGV),"\n" if $debug; 575 print("$$ File / Branch\n") if $debug; 595 print "$$ CVS Entry $i: $1/$2\n" if $debug; 721 elsif (!$exit_val && $debug) { 725 print "$$ ==== \$exit_val = $exit_val\n" if $debug; 754 print("$$ \@_ to processArgs is: @_.\n") if $debug; [all …]
|
/dflybsd-src/libexec/bootpd/ |
H A D | bootpd.c | 140 int debug = 0; /* Debugging flag (level) */ variable 289 debug++; in main() 301 debug = n; in main() 383 if (debug < 3) { in main() 533 if (debug > 1) in main() 544 if (debug > 1) { in main() 549 if (debug) { in main() 642 if (debug) in handle_request() 661 if (debug > 1) { in handle_request() 682 if (debug > 1) { in handle_request() [all …]
|
H A D | syslog.conf | 16 kern.debug;user,mail.crit;auth.notice /dev/console 20 kern.debug;user,mail.crit;auth.notice /var/adm/messages 23 lpr.debug /var/adm/lpd-errs 39 mail.debug ifdef(`LOGHOST', /var/log/syslog, @loghost) 62 local2.debug /dev/console
|
/dflybsd-src/libexec/talkd/ |
H A D | table.c | 55 extern int debug; 83 if (debug) in find_match() 88 if (debug) in find_match() 94 if (debug) in find_match() 120 if (debug) in find_request() 125 if (debug) in find_request() 131 if (debug) in find_request() 194 if (debug) in delete_invite() 199 if (debug) in delete_invite() 216 if (debug) in delete()
|
/dflybsd-src/usr.sbin/rmt/ |
H A D | rmt.c | 58 FILE *debug; variable 59 #define DEBUG(f) if (debug) fprintf(debug, f) 60 #define DEBUG1(f,a) if (debug) fprintf(debug, f, a) 61 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2) 76 debug = fopen(*argv, "w"); in main() 77 if (debug == NULL) in main() 79 setbuf(debug, NULL); in main()
|
/dflybsd-src/usr.sbin/wlandebug/ |
H A D | wlandebug.c | 157 u_int32_t debug, ndebug; in main() local 178 debuglen = sizeof(debug); in main() 179 if (sysctlbyname(oid, &debug, &debuglen, NULL, 0) < 0) in main() 181 ndebug = debug; in main() 215 if (debug != ndebug) { in main() 216 printf("%s: 0x%x => ", oid, debug); in main() 220 debug = ndebug; in main() 222 printf("%s: 0x%x", oid, debug); in main() 225 if (debug & flags[i].bit) { in main()
|
/dflybsd-src/tools/tools/ath/athdebug/ |
H A D | athdebug.c | 149 u_int32_t debug, ndebug; in main() local 174 debuglen = sizeof(debug); in main() 175 if (sysctlbyname(oid, &debug, &debuglen, NULL, 0) < 0) in main() 177 ndebug = debug; in main() 210 if (debug != ndebug) { in main() 211 printf("%s: 0x%x => ", oid, debug); in main() 215 debug = ndebug; in main() 217 printf("%s: 0x%x", oid, debug); in main() 220 if (debug & flags[i].bit) { in main()
|
/dflybsd-src/share/examples/scsi_target/ |
H A D | scsi_target.c | 62 int debug; variable 106 debug = 0; in main() 124 debug = 1; in main() 231 if (debug) in main() 262 if (debug) { in main() 263 if (ioctl(targ_fd, TARGIOCDEBUG, &debug) != 0) in main() 277 if (debug) in main() 289 if (debug) { in cleanup() 291 debug = 0; in cleanup() 292 ioctl(targ_fd, TARGIOCDEBUG, &debug); in cleanup() [all …]
|
H A D | scsi_cmds.c | 90 extern int debug; 127 if (debug) { in tcmd_handle() 177 if (debug) { in tcmd_handle() 292 if (debug) in tcmd_inquiry() 372 if (debug) { in tcmd_req_sense() 402 if (debug) { in tcmd_rd_cap() 429 if (debug) in tcmd_rdwr() 442 if (debug) in tcmd_rdwr() 447 if (debug) in tcmd_rdwr() 464 if (debug) in tcmd_rdwr_decode() [all …]
|
/dflybsd-src/lib/libc/rpc/ |
H A D | svc_auth_des.c | 73 #define debug(msg) printf("svcauth_des: %s\n", msg) macro 184 debug("getpublickey"); in _svcauth_des() 191 debug("decryptsessionkey"); in _svcauth_des() 197 debug("bad nickname"); in _svcauth_des() 220 debug("decryption failure"); in _svcauth_des() 246 debug("window verifier mismatch"); in _svcauth_des() 252 debug("replayed credential"); in _svcauth_des() 262 debug("invalid usecs"); in _svcauth_des() 268 debug("timestamp before last seen"); in _svcauth_des() 274 debug("timestamp expired"); in _svcauth_des() [all …]
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | port-net.c | 153 debug("%s: failed to open tunnel control device \"%s\": %s", in sys_tun_open() 171 debug("%s: invalid tunnel id %x: %s", __func__, in sys_tun_open() 179 debug("%s: failed to configure tunnel (mode %d): %s", __func__, in sys_tun_open() 185 debug("%s: tunnel mode %d fd %d", __func__, mode, fd); in sys_tun_open() 187 debug("%s: %s mode %d fd %d", __func__, ifr.ifr_name, mode, fd); in sys_tun_open() 224 debug("%s: no layer 2 tunnelling support", __func__); in sys_tun_open() 243 debug("%s: invalid tunnel %u\n", __func__, tun); in sys_tun_open() 248 debug("%s: %s open failed: %s", __func__, name, in sys_tun_open() 258 debug("%s: ioctl(%d, TUNSIFHEAD, 1): %s", __func__, fd, in sys_tun_open() 264 debug("%s: %s mode %d fd %d", __func__, name, mode, fd); in sys_tun_open() [all …]
|
/dflybsd-src/sys/tools/ |
H A D | makeobjops.awk | 63 function debug (msg) function 140 debug($0); 148 debug("Interface " intname); 197 debug("Method: name=" name " return type=" ret); 202 debug($0); 369 debug("Will produce files in original not in current directory"); 375 debug("Line width set to " line_width); 379 debug("Filename: " filenames[i]); 391 debug("Processing from " src " to " cfilename " / " hfilename); 431 debug("Included file: " incld); [all …]
|
/dflybsd-src/sys/netgraph7/bluetooth/drivers/h4/ |
H A D | ng_h4_var.h | 59 #define NG_H4_ALERT if (sc->debug >= NG_H4_ALERT_LEVEL) kprintf 60 #define NG_H4_ERR if (sc->debug >= NG_H4_ERR_LEVEL) kprintf 61 #define NG_H4_WARN if (sc->debug >= NG_H4_WARN_LEVEL) kprintf 62 #define NG_H4_INFO if (sc->debug >= NG_H4_INFO_LEVEL) kprintf 74 ng_h4_node_debug_ep debug; /* Debug level */ member
|
/dflybsd-src/usr.bin/window/ |
H A D | main.c | 63 debug = strcmp(getprogname(), "a.out") == 0; in main() 86 debug = !debug; in main() 112 if (debug) in main() 119 if (debug) { in main() 132 if (debug || xflag) in main()
|