Home
last modified time | relevance | path

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

123

/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.c255 int logged; in loop() local
258 logged = 1; in loop()
262 logged = 0; in loop()
282 if (!logged && tp->timeleft <= NOLOG_TIME) { in loop()
283 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.
/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/usr.bin/login/
H A Dlogin.access27 # logged-in user. Only groups are matched in which users are explicitly
/freebsd/share/examples/ipfilter/
H A Dexample.1416 # to be logged twice).
H A Dfirewall.234 # and portmap are special-cased and logged.
H A Drules.txt116 # to be logged twice).
H A Dipf-howto.txt736 Now any ICMP traffic coming in from tun0 will be logged and
1279 the floor, logged or not, we've never sent anything back to
1364 being logged. For example, you may not be interested that
1377 to the header information normally being logged. Ipfilter
1967 were logged or not, how many state entries have been made,
1986 input packets logged: blocked 99286 passed 0
1987 output packets logged: blocked 0 passed 0
1988 packets logged: input 0 output 0
2127 been logged. For example, when using state, you'll often
2156 last packet of a session being closed get logged because the
[all …]
/freebsd/share/examples/ipfilter/rules/
H A Dexample.sr16 # to be logged twice).
/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/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/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
/freebsd/contrib/sendmail/src/
H A Ddaemon.c1004 bool logged = false; local
1021 if (!logged)
1030 logged = true;
1043 if (!logged)
1048 logged = true;
H A Dusersmtp.c458 static bool logged = false; local
465 logged = false;
472 if (LogLevel > 8 && !logged)
478 logged = true;
H A Dhelpfile83 soml Send or mail. If the user is logged in, send directly,

123