Home
last modified time | relevance | path

Searched refs:logged (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/usr.bin/chat/
H A Dchat.c1176 char *logged = temp; in get_string() local
1208 if (s == logged) in get_string()
1211 chat_logf("%0.*v", s - logged, logged); in get_string()
1212 logged = s + 1; in get_string()
1217 if (verbose && s >= logged + 80) { in get_string()
1218 chat_logf("%0.*v", s - logged, logged); in get_string()
1219 logged = s; in get_string()
1262 if (s > logged) in get_string()
1263 chat_logf("%0.*v", s - logged, logged); in get_string()
1276 if (s > logged) in get_string()
[all …]
/freebsd/contrib/tcsh/nls/russian/
H A Dset2611 9 logged on
12 10 logged off
/freebsd/contrib/tcsh/nls/C/
H A Dset2611 9 logged on
12 10 logged off
/freebsd/sbin/shutdown/
H A Dshutdown.c267 int logged; in loop() local
270 logged = 1; in loop()
274 logged = 0; in loop()
294 if (!logged && tp->timeleft <= NOLOG_TIME) { in loop()
295 logged = 1; in loop()
/freebsd/lib/libfetch/
H A Dftp.errors22 230 OK User logged in, proceed
39 530 AUTH Not logged in
/freebsd/usr.sbin/ppp/
H A DREADME.changes50 o Errors in `add' and `delete' are logged as warnings rather than being
57 o The value of the CONNECT environment variable is logged in the
92 o Timer based DEBUG messages are now logged in the new TIMER log.
96 o Passwords aren't logged when logging the ``set server'' line.
/freebsd/crypto/openssl/doc/man7/
H A Dct.pod15 that a certificate has been publicly logged in a set of CT logs.
H A Dopenssl-qlog.pod70 By default, all supported event types are logged. The B<OSSL_QFILTER>
72 determines which event types are to be logged. Each event type can be turned on
/freebsd/release/packages/ucl/
H A Dacct-all.ucl22 System accounting monitors the system resources used by logged in users. The
/freebsd/usr.bin/login/
H A Dlogin.access27 # logged-in user. Only groups are matched in which users are explicitly
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc131 # By default, events from all subclasses are logged.
133 # matching the pattern are logged. Use the pipe symbol (|)
/freebsd/share/examples/ipfilter/
H A Dexample.1416 # to be logged twice).
H A Dfirewall.234 # and portmap are special-cased and logged.
/freebsd/share/examples/ipfilter/rules/
H A Dexample.sr16 # to be logged twice).
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Ddebugging.md27 the logged data.
75 data, application data is generally not logged. (However, this is not a
/freebsd/sbin/devfs/
H A Ddevfs.rules34 # Devices typically needed to support logged-in users.
/freebsd/crypto/openssl/doc/man3/
H A DSCT_validate.pod73 that a certificate has been publicly logged.
H A DSSL_CTX_set_session_id_context.pod71 is logged to the error stack.
/freebsd/lib/libwrap/
H A Dhosts.allow31 # 20 seconds is logged. No protection is afforded against DNS poisoning,
/freebsd/usr.sbin/cron/doc/
H A DREADME37 A messages is logged each time a command is executed; also, the files
/freebsd/contrib/unbound/doc/
H A Dunbound.rst107 If given multiple times, more information is logged.
/freebsd/sys/contrib/openzfs/tests/
H A DREADME.md62 information describing the test environment will be logged
122 results summary includes the location of the complete logs, which is logged in
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dusermgmt.hlp68 is being logged into, and where his personalized setup files (``dot
/freebsd/contrib/pam-krb5/
H A DTODO91 flags we know about will be logged.
/freebsd/contrib/tcsh/
H A DFAQ16 Consider if you are logged in through a modem line with 7 bits and
149 You are probably logged in to the cray via telnet. Cray's telnetd

1234