Searched refs:logging (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeDescription.java30 import java.util.logging.*;
/freebsd-10.0-release/libexec/fingerd/
H A Dfingerd.c75 int p[2], debug, kflag, logging, pflag, secure; local
81 debug = logging = kflag = pflag = secure = 0;
93 logging = 1;
121 if (!debug && (logging || pflag)) {
132 if (logging) {
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h133 extern int logging;
H A Dftpd.c70 int logging; variable
118 if (logging > 1) \
122 if (logging > 1) \
127 if (logging > 1) { \
219 { NULL, 'l', arg_counter, &logging, "log more stuff", "" },
335 * LOG_NDELAY sets up the logging connection immediately,
521 if (!askpasswd && logging) {
550 if (logging) {
571 if (logging)
772 if (logging) {
[all...]
H A Dftpcmd.y1111 if (logging)
H A Dftpcmd.c3167 if (logging)
/freebsd-10.0-release/libexec/ftpd/
H A Dextern.h89 extern int logging;
H A Dftpd.c124 int logging; variable
296 * more reason in logging to syslog.
302 * LOG_NDELAY sets up the logging connection immediately,
347 logging++; /* > 1 == extra logging */
1033 if (!askpasswd && logging)
1056 if (logging)
1064 if (logging)
1420 if (logging) {
1503 /* Disable wtmp logging whe
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/gssmask/
H A Dgssmask.c52 krb5_storage *logging; member in struct:client
84 if (c->logging) {
85 if (krb5_store_int32(c->logging, eLogInfo) != 0)
87 if (krb5_store_string(c->logging, file) != 0)
89 if (krb5_store_int32(c->logging, lineno) != 0)
91 if (krb5_store_string(c->logging, message) != 0)
93 if (krb5_ret_int32(c->logging, &ackid) != 0)
691 "logging port on peer is: %d", (int)portnum);
707 if (c->logging)
708 krb5_storage_free(c->logging);
[all...]
/freebsd-10.0-release/libexec/tftpd/
H A Dtftpd.c98 static int logging; variable
158 logging = 1;
540 if (logging) {
600 if (logging)
/freebsd-10.0-release/crypto/openssh/contrib/
H A Dssh-copy-id294 Now try logging into the machine, with: "ssh $SSH_OPTS"
/freebsd-10.0-release/sys/kern/
H A Dkern_acct.c315 acct_disable(struct thread *td, int logging) argument
327 if (logging)
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dextern.h333 GLOBAL int logging; variable
H A Dftpd.c312 logging = 0;
333 * LOG_NDELAY sets up the logging connection immediately,
386 logging++; /* > 1 == extra logging */
780 if (logging)
901 if (logging)
971 if (logging)
1373 if (logging) {
1394 if (logging)
1610 if (logging)
[all...]
H A Dftpcmd.y242 if (logged_in && logging) {
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec135 SSH (Secure SHell) is a program for logging into and executing
150 OpenSSH is a free version of SSH (Secure SHell), a program for logging
156 OpenSSH is a free version of SSH (Secure SHell), a program for logging
163 OpenSSH is a free version of SSH (Secure SHell), a program for logging
168 OpenSSH is a free version of SSH (Secure SHell), a program for logging
/freebsd-10.0-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile19 cli-cmds.c cli-decode.c cli-dump.c cli-interp.c cli-logging.c \
/freebsd-10.0-release/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c100 * This is just used for logging purposes, eventually we would like to log
104 SYSCTL_INT(_security_mac_bsdextended, OID_AUTO, logging, CTLFLAG_RW,
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.y58 extern int logging;
892 if (logging) {
H A Dftp.tab.c131 extern int logging;
739 if (logging) {
/freebsd-10.0-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec53 Ssh (Secure Shell) is a program for logging into a remote machine and for
67 Ssh (Secure Shell) is a program for logging into a remote machine and for
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Dftp.y58 extern int logging;
866 if (logging) {
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY300 support toggling of logging per ipfilter 'device'
837 fix "ipmon -a" to actually activate all logging devices.
961 announce if logging is on or off when ip filter initializes.
1052 rewrote logging to remove solaris errors, introduced checking to see if the
1191 Add logging of new state entries and expiration of old state entries.
1194 Add logging of new NAT entries and expiration of old NAT entries.
1375 Solaris2 fixes to logging and pre-filtering packet processing - 3.1.1p2
1377 mbuf logging not using mtod(), remove iplbusy - 3.1.1p1 1/11/96
1496 show all (upto 4) recorded bytes from the interface name in logging from
1803 Added logging o
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java31 import java.util.logging.*;
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt256 + A logging/printing function (isp_prt)

Completed in 332 milliseconds

12