Searched refs:debugging (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_4.c90 if (debugging)
126 if (debugging)
136 if (debugging)
146 if (debugging)
155 if (debugging)
163 if (debugging)
173 if (debugging)
183 if (debugging)
193 if (debugging)
203 if (debugging)
[all...]
H A Drpcb_svc.c87 if (debugging)
115 if (debugging)
129 if (debugging)
139 if (debugging)
149 if (debugging)
165 if (debugging)
177 if (debugging) {
187 if (debugging) {
211 if (debugging) {
H A Dpmap_svc.c80 if (debugging)
85 debugging) {
119 if (debugging)
179 if (debugging)
244 debugging) {
251 if (debugging)
284 if (debugging) {
325 debugging) {
332 if (debugging)
357 (caddr_t)&list_pml)) && debugging) {
[all...]
H A Drpcb_svc_com.c133 if (debugging)
140 if (debugging)
221 if (debugging)
228 if (debugging)
339 if (debugging)
497 if (debugging)
505 if (debugging)
647 if (debugging)
663 if (debugging)
676 if (debugging) {
[all...]
H A Dutil.c131 if (debugging)
162 if (debugging)
311 if (debugging)
332 if (debugging)
338 if (debugging)
349 if (debugging)
355 if (debugging)
374 if (debugging)
396 if (debugging)
H A Drpcbind.c79 int debugging = 0; /* Tell me what's going on */ variable
80 int doabort = 0; /* When debugging, do an abort on errors */
208 if (debugging) {
209 printf("rpcbind debugging enabled.");
271 if (debugging) {
448 if (debugging) {
450 * for debugging print out our universal
500 if (debugging) {
501 /* for debugging print out our universal address */
630 if (debugging) {
[all...]
H A Dcheck_bound.c202 if (debugging) {
218 if (debugging)
H A Drpcbind.h67 extern int debugging;
/freebsd-11-stable/usr.sbin/keyserv/
H A Dkeyserv.c81 static int debugging = 1; variable
83 static int debugging = 0; variable
135 debugging = 1;
208 if (!debugging) {
363 if (debugging) {
368 if (debugging) {
382 if (debugging) {
390 if (debugging) {
410 if (debugging) {
418 if (debugging) {
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.autodep.mk17 # handy for debugging
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_conf.c44 #define debugging 0 macro
273 #if debugging
537 #if debugging
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c78 static int debugging = 0; variable
108 { "debug", no_argument, &debugging, 1 },
165 if (debugging == 0 && daemon(0, 0) == -1) {
235 if (debugging) {
675 if (debugging) {
719 debugging = 1;
741 if (debugging)
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk16 # Sometimes we want to turn on debugging in just one or two places
H A Dsys.mk133 # this often helps with debugging
H A Dwarnings.mk77 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-lang.c250 Some object/debugging file formats (DWARF version 1, COFF, etc) do not
258 (short, int, long) in the debugging information. There is some dis-
260 not support this. Also, only some debugging formats allow the
265 in output depending upon what the compiler and debugging format
268 debugging information supplied by the compiler. fnf@cygnus.com */
/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c172 debugging information. This can become a flags field if we come
174 int debugging; member in struct:list_info_struct
296 considered to be debugging information. This includes the
297 statement which switches us into the debugging section, which we
298 can only set after we are already in the debugging section. */
301 && ! listing_tail->debugging)
308 listing_tail->debugging = 1;
398 new->debugging = 0;
404 considered to be debugging information. */
412 new->debugging
[all...]
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S55 .rtld_goto_main: # This symbol exists just to make debugging easier.
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h209 extern int debugging;
H A Dmain.c88 int debugging; variable
155 debugging++;
/freebsd-11-stable/contrib/ntp/
H A Dflock-build83 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS" &
106 ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS &
H A Dbuild106 *--disable-debugging*)
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Drtld_start.S48 .rtld_goto_main: # This symbol exists just to make debugging easier.
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi174 is written in: typically, C and maybe Ada. If you are debugging a
180 For example, in the aforementioned scenario of debugging a Fortran
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c158 static bool debugging; /* -d: debugging reports */ variable
296 debugging = true;
493 " -d debugging mode\n"
718 if (debugging && fflush(output) == EOF)
1647 if (debugging) {

Completed in 170 milliseconds

123