/freebsd/usr.bin/chat/ |
H A D | chat.c | 1176 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 D | set26 | 11 9 logged on 12 10 logged off
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set26 | 11 9 logged on 12 10 logged off
|
/freebsd/sbin/shutdown/ |
H A D | shutdown.c | 255 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 D | ftp.errors | 22 230 OK User logged in, proceed 39 530 AUTH Not logged in
|
/freebsd/usr.sbin/ppp/ |
H A D | README.changes | 50 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 D | ct.pod | 15 that a certificate has been publicly logged in a set of CT logs.
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed.rc | 131 # By default, events from all subclasses are logged. 133 # matching the pattern are logged. Use the pipe symbol (|)
|
/freebsd/usr.bin/login/ |
H A D | login.access | 27 # logged-in user. Only groups are matched in which users are explicitly
|
/freebsd/share/examples/ipfilter/ |
H A D | example.14 | 16 # to be logged twice).
|
H A D | firewall.2 | 34 # and portmap are special-cased and logged.
|
H A D | rules.txt | 116 # to be logged twice).
|
H A D | ipf-howto.txt | 736 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 D | example.sr | 16 # to be logged twice).
|
/freebsd/sbin/devfs/ |
H A D | devfs.rules | 34 # Devices typically needed to support logged-in users.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SCT_validate.pod | 73 that a certificate has been publicly logged.
|
H A D | SSL_CTX_set_session_id_context.pod | 71 is logged to the error stack.
|
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 31 # 20 seconds is logged. No protection is afforded against DNS poisoning,
|
/freebsd/usr.sbin/cron/doc/ |
H A D | README | 37 A messages is logged each time a command is executed; also, the files
|
/freebsd/sys/contrib/openzfs/tests/ |
H A D | README.md | 62 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 D | usermgmt.hlp | 68 is being logged into, and where his personalized setup files (``dot
|
/freebsd/contrib/tcsh/ |
H A D | FAQ | 16 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 D | daemon.c | 1004 bool logged = false; local 1021 if (!logged) 1030 logged = true; 1043 if (!logged) 1048 logged = true;
|
H A D | usersmtp.c | 458 static bool logged = false; local 465 logged = false; 472 if (LogLevel > 8 && !logged) 478 logged = true;
|
H A D | helpfile | 83 soml Send or mail. If the user is logged in, send directly,
|