HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 1 - 25 of 1847) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
unctrl.c 59 #ifdef DEBUG
77 #endif /* DEBUG */
trace.c 51 #ifdef DEBUG
60 #endif /* DEBUG */
67 #ifdef DEBUG
73 #endif /* DEBUG */
77 #ifdef DEBUG
95 #endif /* DEBUG */
  /onnv/onnv-gate/usr/src/cmd/tnf/prex/
dbg.h 35 #ifdef DEBUG
41 #if defined(DEBUG) || defined(lint)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
tune.h 19 #ifdef DEBUG
20 #define debug(x) printf x macro
22 #define debug(x) macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/tests/
dhcpconfig.san 42 ksh ${DIRNAME}/cfgboot.san ${DEBUG}
49 ksh ${DIRNAME}/cfgdhcp.san ${DEBUG} -r ${DHCPRSRC} -p ${DHCPPATH}
56 ksh ${DIRNAME}/cfgnet.san ${DEBUG} -r ${DHCPRSRC} -p ${DHCPPATH}
63 ksh ${DIRNAME}/export.san ${DEBUG} -r ${DHCPRSRC} -p ${DHCPPATH}
70 ksh ${DIRNAME}/import.san ${DEBUG} -r ${DHCPRSRC} -p ${DHCPPATH}
77 ksh ${DIRNAME}/cvtdhcp.san ${DEBUG} -r ${DHCPRSRC} -p ${DHCPPATH} -R ${DHCPRSRC_NEW} -P ${DHCPPATH_NEW}
84 ksh ${DIRNAME}/ucfgdhcp.san ${DEBUG} -R ${DHCPRSRC_NEW} -P ${DHCPPATH_NEW}
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Maketext/
GutsLoader.pm 8 *Locale::Maketext::DEBUG = sub () {0}
9 unless defined &Locale::Maketext::DEBUG;
19 Locale::Maketext::DEBUG and print "Requiring Locale::Maketext::Guts...\n";
36 Locale::Maketext::DEBUG and
41 Locale::Maketext::DEBUG and print "Non-utf8'd Locale::Maketext::Guts fine\n";
43 Locale::Maketext::DEBUG and print "Loaded Locale::Maketext::Guts fine\n";
  /onnv/onnv-gate/usr/src/cmd/bnu/
bnuconvert.c 57 Debug = atoi(optarg);
58 if (Debug < 0)
59 Debug = 1;
66 DEBUG(5, "Progname (%s): STARTED\n", Progname);
75 DEBUG(5, "All jobs will be placed in directory (%c) ", svdcfile.grade);
76 DEBUG(5, "under each remote name in the spool area.%c\n", NULLCHAR);
88 DEBUG(9, "File1 is (%s)\n", file1);
89 DEBUG(9, "Rmtname is (%s)\n", Rmtname);
90 DEBUG(9, "Machname is (%s)\n", machname);
104 DEBUG(7, "Directory: %s\n", machname)
    [all...]
eio.c 148 DEBUG(7, "ewrdata failed\n%s", "");
157 DEBUG(7, "ewrdata lseek failed. Errno=%d\n", errno);
163 DEBUG(7, "ewrdata: startPoint past end of file.\n%s", "");
167 DEBUG(9, "ewrdata writing %d ...", sizeof(cmsglen));
171 DEBUG(9, "ret %d\n", ret);
174 DEBUG(7, "ewrdata planning to send %ld bytes to remote.\n", msglen);
176 DEBUG(9, "ewrdata writing %d ...", len);
182 DEBUG(9, "ewrdata ret %d\n", ret);
212 DEBUG(9, "erddata wants %d\n", sizeof(cmsglen));
214 DEBUG(9, "%d bytes stashed\n", Erdlen)
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
foreachaddr.h 61 #if defined(DEBUG) || defined(TEST)
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
putchar.c 29 #ifdef DEBUG
initscr.c 38 #ifdef DEBUG
48 #ifdef DEBUG
58 #ifdef DEBUG
63 #ifdef DEBUG
71 #ifdef DEBUG
addstr.c 33 #ifdef DEBUG
scroll.c 35 #ifdef DEBUG
51 #ifdef DEBUG
  /onnv/onnv-gate/usr/src/cmd/audio/include/
AudioDebug.h 43 #ifdef DEBUG
50 #ifdef DEBUG
54 #endif /* !DEBUG */
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
GetOptsOO.pm 22 BEGIN { # Make a DEBUG constant ASAP
23 *DEBUG = defined( &Pod::Perldoc::DEBUG )
24 ? \&Pod::Perldoc::DEBUG
42 DEBUG > 3 and print " Truth is $truth\n";
63 DEBUG > 3 and print " $method => $rest\n";
70 DEBUG > 3 and print " $method is true ($truth)\n";
76 DEBUG > 3
91 DEBUG > 2 and print " Setting args->[0] to \"-$rest\"\n";
  /onnv/onnv-gate/usr/src/cmd/sa/
saghdr.h 32 #ifndef DEBUG
33 #define DEBUG 0
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
kerrs.c 33 #ifdef DEBUG
48 #ifdef DEBUG
55 #ifdef DEBUG
66 #ifdef DEBUG
74 #ifdef DEBUG
83 #ifdef DEBUG
95 #ifdef DEBUG
107 #ifdef DEBUG
  /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/
calls.c 80 #ifdef DEBUG
81 if (debug & CALLSDEBUG) {
85 #endif /* DEBUG */
97 #ifdef DEBUG
98 if (debug & CALLSDEBUG) {
102 #endif /* DEBUG */
110 #ifdef DEBUG
111 if (debug & CALLSDEBUG)
114 #endif /* DEBUG */
116 #ifdef DEBUG
    [all...]
  /onnv/onnv-gate/usr/src/lib/libvolmgt/common/
volmgt_private.h 50 #ifdef DEBUG
  /onnv/onnv-gate/usr/src/lib/print/libhttp-core/common/
debug.h 2 * "$Id: debug.h 148 2006-04-25 16:54:17Z njacobs $
44 * The debug macros are used if you compile with DEBUG defined.
54 # ifdef DEBUG
60 # endif /* DEBUG */
69 * End of "$Id: debug.h 148 2006-04-25 16:54:17Z njacobs $"
  /onnv/onnv-gate/usr/src/uts/common/idmap/
idmap_mod.c 32 #ifdef DEBUG
34 #endif /* DEBUG */
63 #ifdef DEBUG
65 #endif /* DEBUG */
70 #ifdef DEBUG
72 #endif /* DEBUG */
95 #ifdef DEBUG
97 #endif /* DEBUG */
  /onnv/onnv-gate/usr/src/cmd/listen/
lsparam.h 34 /* DEBUGMODE causes debug statements to be compiled in. */
39 extern int debug(int level, char *format, ...);
40 #define DEBUG(ARGS) debug ARGS
42 #define DEBUG(ARGS)
46 * CHARADDR is a debug aid only!!!!
49 * debug/log files
93 #define DBGNAME "debug" /* debug output file */
  /onnv/onnv-gate/usr/src/lib/librsm/
Makefile.com 42 # The DEBUG flag is enabled for debug builds
43 DEBUG =
44 $(NOT_RELEASE_BUILD)DEBUG = -DDEBUG
47 # It is disabled for debug builds
51 CPPFLAGS = -I../inc -I../../common/inc $(CPPFLAGS.master) -D_REENTRANT $(DEBUG)
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
dsapi.c 29 #ifdef DEBUG
52 #ifdef DEBUG
81 #ifdef DEBUG
90 #ifdef DEBUG
109 #ifdef DEBUG
118 #ifdef DEBUG
137 #ifdef DEBUG
146 #ifdef DEBUG
165 #ifdef DEBUG
174 #ifdef DEBUG
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
ulockf.c 74 DEBUG(4, "ulockf failed in onelock()\n%s", "");
100 DEBUG(4, "ulockf name %s\n", name);
105 DEBUG(4, "Lock File--can't read (errno %d) --remove it!\n",
113 DEBUG(4, "Lock File--bad format--remove it!\n%s", "");
118 DEBUG(4, "Lock File--process still active--not removed\n%s",
123 DEBUG(4, "kill pid (%ld), ", (long)lpid);
124 DEBUG(4, "returned %d", ret);
125 DEBUG(4, "--ok to remove lock file (%s)\n", name);
129 DEBUG(4, "ulockf failed in unlink()\n%s", "");
222 DEBUG(4, "%s: ", strerror(errno))
    [all...]

Completed in 7039 milliseconds

1 2 3 4 5 6 7 8 91011>>