HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/
Makefile 28 debug := TARGET += debug macro
34 debug: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/eftinfo/
Makefile 28 debug := TARGET += debug macro
32 debug: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/esc/
Makefile 28 debug := TARGET += debug macro
32 debug: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
debug.c 6 * $Id: debug.c,v 1.6 2001/06/09 17:09:24 darrenr Exp $
21 void debug(char *fmt, ...) function
23 void debug(fmt, va_alist)
  /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/lib/lvm/libpreen/
Makefile 35 debug := TARGET= debug macro
37 all clean clobber debug install lint: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/lib/passwdutil/
debug.c 44 debug(char *fmt, ...) function
  /onnv/onnv-gate/usr/src/tools/codesign/
signit.pl 126 # debug(msg)
128 # Print debug message to standard error.
130 sub debug { subroutine
  /onnv/onnv-gate/usr/src/cmd/keyserv/
debug.h 37 * #define DEBUG
40 #ifdef DEBUG
51 #define debug(x, y) (test_debug(x, __FILE__, __LINE__) && real_debug ## y) macro
53 #define debug(x, y) macro
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
glob.c 43 int debug = OFF; /* debug flag */ variable
  /onnv/onnv-gate/usr/src/cmd/smserverd/
smediad_err.c 108 debug(uint_t level, const char *fmt, ...) function
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/
Makefile 35 debug := TARGET= debug macro
41 all debug install lint clean clobber _msg _dc: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/lib/lvm/libsvm/
Makefile 40 debug := TARGET= debug macro
44 all clean clobber debug install lint: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/lib/pam_modules/allow/
allow.c 39 * Entry argv = debug, syslog call LOG_AUTH | LOG_DEBUG.
47 debug(pam_handle_t *pamh, int flags, int argc, const char **argv, char *mod) function
52 if (argc < 1 || strcmp(argv[0], "debug") != 0)
66 debug(pamh, flags, argc, argv, "pam_sm_authenticate");
73 debug(pamh, flags, argc, argv, "pam_sm_setcred");
80 debug(pamh, flags, argc, argv, "pam_sm_acct_mgmt");
87 debug(pamh, flags, argc, argv, "pam_sm_open_session");
94 debug(pamh, flags, argc, argv, "pam_sm_close_session");
101 debug(pamh, flags, argc, argv, "pam_sm_chauthtok");
  /onnv/onnv-gate/usr/src/lib/pam_modules/deny/
deny.c 39 * Entry argv = debug, syslog call LOG_AUTH | LOG_DEBUG.
47 debug(pam_handle_t *pamh, int flags, int argc, const char **argv, char *mod) function
52 if (argc < 1 || strcmp(argv[0], "debug") != 0)
66 debug(pamh, flags, argc, argv, "pam_sm_authenticate");
73 debug(pamh, flags, argc, argv, "pam_sm_setcred");
80 debug(pamh, flags, argc, argv, "pam_sm_acct_mgmt");
87 debug(pamh, flags, argc, argv, "pam_sm_open_session");
94 debug(pamh, flags, argc, argv, "pam_sm_close_session");
101 debug(pamh, flags, argc, argv, "pam_sm_chauthtok");
  /onnv/onnv-gate/usr/src/lib/pam_modules/ldap/
ldap_authenticate.c 37 * debug
57 int debug = 0; local
75 if (strcmp(argv[i], "debug") == 0)
76 debug = 1;
86 if (debug)
98 if (debug)
  /onnv/onnv-gate/usr/src/lib/pam_modules/rhosts_auth/
rhosts_auth.c 60 int debug = 0; local
63 if (strcasecmp(argv[i], "debug") == 0)
64 debug = 1;
83 if (debug) {
  /onnv/onnv-gate/usr/src/lib/pam_modules/tsol_acct/
tsol_acct.c 60 int debug = 0; local
68 if (strcmp(argv[i], "debug") == 0) {
69 debug = 1;
87 if (debug) {
  /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/
bootops.c 38 #ifdef DEBUG
39 extern int debug;
41 static const int debug = 0; variable
44 #define dprintf if (debug) printf
79 if (debug) print_memlist(pinstalledp);
81 if (debug) print_memlist(pfreelistp);
83 if (debug) print_memlist(vfreelistp);
128 if (debug) print_memlist(pinstalledp);
130 if (debug) print_memlist(pfreelistp);
132 if (debug) print_memlist(vfreelistp)
    [all...]
  /onnv/onnv-gate/usr/src/lib/udapl/
Makefile 39 debug := TARGET = debug macro
43 all debug clean clobber lint: $(SUBDIRS)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Assembler.pm 36 my $debug = 0;
37 sub debug { $debug = shift } subroutine
274 if ($debug) {
283 if ($debug) {
  /onnv/onnv-gate/usr/src/cmd/saf/
log.c 48 #ifdef DEBUG
49 static FILE *Dfp; /* debug file */
141 #ifdef DEBUG
162 * debug - put a message into debug file
169 debug(char *msg) function
183 #endif /* DEBUG */
  /onnv/onnv-gate/usr/src/cmd/sort/
Makefile 56 debug := TARGET = debug macro
65 debug convert invoke stats : $(SUBDIRS)
  /onnv/onnv-gate/usr/src/lib/efcode/efdaemon/
efdaemon.c 50 int debug = 0; variable
69 debug++;
83 * Only output message if debug is on. On most systems,
87 if (debug)
144 if (debug)
179 } else if (debug)
184 if (debug)
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
rtime_tli.c 57 #ifdef DEBUG
58 #define debug(msg) t_error(msg) macro
60 #define debug(msg) macro
86 debug("open");
90 debug("bind");
114 debug("udp");
127 debug("udp");
139 debug("tcp");
144 debug("tcp");

Completed in 3869 milliseconds

1 2 3 4 5 6 7 8 9