Searched refs:on (Results 76 - 100 of 636) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c384 autoencrypt?"on":"off", autodecrypt?"on":"off");
403 autoencrypt?"on":"off", autodecrypt?"on":"off");
446 EncryptDebug(int on) argument
448 if (on < 0)
451 encrypt_debug_mode = on;
457 /* turn on verbose encryption, but dont keep telling the whole world
459 void encrypt_verbose_quiet(int on) argument
461 if(on <
468 EncryptVerbose(int on) argument
477 EncryptAutoEnc(int on) argument
486 EncryptAutoDec(int on) argument
809 encrypt_auto(int on) argument
818 decrypt_auto(int on) argument
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Diosignal.c53 /* main inputhandler to be called on SIGIO */
103 int pgrp, on = 1;
115 * set non-blocking, async I/O on the descriptor
117 if (ioctl(rio->fd, FIOSNBIO, (char *)&on) == -1)
124 if (ioctl(rio->fd, FIOSSAIOSTAT, (char *)&on) == -1)
140 int pgrp, on = 1;
143 if (ioctl(rio->fd, FIOASYNC, (char *)&on) == -1)
169 * one is, that OSF accepts SETOWN on TTY fd's only, iff they are
221 int on = 1;
225 if (ioctl(fd, FIOASYNC, (char *)&on)
[all...]
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c8 * 2 - error on an I/O operation or fatal error condition.
12 * 6 - ... and so on for successive ABORT strings.
29 * We rely on timeouts in that case.
197 * Perform a UUCP-dialer-like chat script on stdin and stdout.
447 fatal(2, "Can't get file mode flags on stdin: %m");
450 fatal(2, "Can't set file mode flags on stdin: %m");
915 chat_logf("abort on (%v)", s);
941 chat_logf("clear abort on (%v)", s);
1035 chat_logf("warning: read() on stdin returned %d", status);
1039 fatal(2, "Can't get file mode flags on stdi
[all...]
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c409 * tty_setlinemod(on) Turn on/off linemode.
410 * tty_isecho() Find out if echoing is turned on.
411 * tty_setecho(on) Enable/disable character echoing.
413 * tty_binaryin(on) Turn on/off BINARY on input.
414 * tty_binaryout(on) Turn on/off BINARY on outpu
439 tty_setlinemode(int on) argument
491 tty_setecho(int on) argument
519 tty_setraw(int on) argument
537 tty_binaryin(int on) argument
554 tty_binaryout(int on) argument
616 tty_setedit(int on) argument
632 tty_setsig(int on) argument
662 tty_setsofttab(int on) argument
709 tty_setlitecho(int on) argument
[all...]
H A Dtelnetd.c130 int on = 1, fromlen; local
146 * that works on all telnet clients, including the FreeBSD client.
153 * in telnet sessions and can be used more than once on the same line.
158 linemode=1; /*Default to mode that works on bulk of clients*/
353 (char *)&on, sizeof(on));
356 (char *)&on, sizeof(on));
366 (char *)&on, sizeof(on));
730 int on = 1; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Do_names.c152 OBJ_NAME on, *ret; local
163 on.name = name;
164 on.type = type;
167 ret = lh_OBJ_NAME_retrieve(names_lh, &on);
173 on.name = ret->data;
228 OBJ_NAME on, *ret; local
234 on.name = name;
235 on.type = type;
236 ret = lh_OBJ_NAME_delete(names_lh, &on);
/freebsd-11-stable/contrib/ipfilter/rules/
H A DBASIC_1.FW24 block in log on ppp0 all head 100
26 block out log on ppp0 all head 150
27 block in log on ed0 from w.x.y.z/24 to any head 200
30 block out log on ed0 all head 250
34 # packets going in/out of network interfaces that aren't on the loopback
41 pass in quick on lo0 all
42 pass out quick on lo0 all
58 # Allow outgoing DNS requests (no named on firewall)
62 # If we were running named on the firewall and all internal hosts talked to
66 #pass out quick on ppp
[all...]
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c138 int ch, on; local
170 on = 1;
172 setsockopt(0, SOL_SOCKET, SO_KEEPALIVE, &on, sizeof (on)) < 0)
175 setsockopt(0, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)) < 0)
179 on = IPTOS_LOWDELAY;
180 if (setsockopt(0, IPPROTO_IP, IP_TOS, (char *)&on, sizeof(int)) < 0)
199 int master, pid, on = 1; local
232 syslog(LOG_NOTICE, "Connection from %s on illega
[all...]
/freebsd-11-stable/contrib/less/
H A Dsignal.c155 init_signals(on)
156 int on;
158 if (on)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh50 xdt:sched::on-cpu,
/freebsd-11-stable/sys/pc98/cbus/
H A Dscgdcrndr.c150 gdc_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) argument
152 if (on) {
188 gdc_txtmouse(scr_stat *scp, int x, int y, int on) argument
190 if (on)
/freebsd-11-stable/sys/i386/svr4/
H A Dsvr4_locore.s21 int $0x80 # enter kernel with args on stack
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk16 # Sometimes we want to turn on debugging in just one or two places
25 # DEBUG_* were given on our command line.
/freebsd-11-stable/share/mk/
H A Dsrc.sys.env.mk14 # site customizations that do not depend on anything!
22 # based on cookies.
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c434 EncryptDebug(int on) argument
436 if (on < 0)
439 encrypt_debug_mode = on;
446 EncryptVerbose(int on) argument
448 if (on < 0)
451 encrypt_verbose = on;
458 EncryptAutoEnc(int on) argument
460 encrypt_auto(on);
467 EncryptAutoDec(int on) argument
469 decrypt_auto(on);
781 encrypt_auto(int on) argument
790 decrypt_auto(int on) argument
[all...]
H A Dauth.c106 int auth_onoff(char *type, int on);
266 auth_onoff(char *type, int on) argument
272 printf("auth %s 'type'\n", on ? "enable" : "disable");
289 if (on)
297 auth_togdebug(int on) argument
299 if (on < 0)
302 auth_debug_mode = on;
365 * It should never arrive on the server side (as only the server can
437 * just continue on and look for the
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcomment.mk18 on
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.h22 # ifdef _M_ALPHA /* port address on Alpha under */
55 /* Action on break condition */
83 unsigned ixany : 1; /* XON on any character */
97 unsigned brk : 2; /* action on break condition */
98 unsigned inlcr : 1; /* translate NL to CR on input */
99 unsigned icrnl : 1; /* translate CR to NL on input */
100 unsigned igncr : 1; /* discard CR on input */
104 unsigned ocrnl : 1; /* translate CR to NL on output */
105 unsigned onlcr : 1; /* translate NL to CR on output */
109 unsigned istrip : 1; /* strip 8-bit on inpu
[all...]
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.h38 /* #define TWS_DEBUG on */
58 #define TWS_TRACE_ON on /* Alawys on - use wisely to trace errors */
61 #define TWS_TRACE_DEBUG_ON on
/freebsd-11-stable/sys/dev/syscons/
H A Dscgfbrndr.c171 Determine if we need to scroll based on the offset
244 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) argument
255 if (on) {
265 if(on) {
285 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) argument
294 if (on) {
335 gfb_mouse(scr_stat *scp, int x, int y, int on) argument
339 on ? 0xffffffff : 0x0, 22, 12);
341 if (on) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlmem.h24 #define luaM_reallocv(L,b,on,n,e) \
27 luaM_realloc_(L, (b), (on)*(e), (n)*(e)))
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h11 * distributed under the License is distributed on an "AS IS" BASIS,
136 #define apr_set_option(skt, option, on) \
138 if (on) \
/freebsd-11-stable/usr.sbin/nfscbd/
H A Dnfscbd.c105 int nfssvc_flag, on, sock, tcpsock, ret, mustfreeai = 0; local
127 * No domain on myname, so try looking it up.
253 on = 1;
261 SOL_SOCKET, SO_REUSEADDR, (char *)&on, sizeof(on)) < 0)
306 SO_KEEPALIVE, (char *)&on, sizeof(on)) < 0)
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s8 %define ETH_MTU 1500 ; max data size on Ethernet
16 .firstCount resw 1 ; # of bytes on 1st call
17 .secondCount resw 1 ; # of bytes on 2nd call
75 ; CX has # of bytes in packet on both call. They should be equal.
77 ; and _pktRxBuf[n].secondCount, and CL on first call in
121 @dump: add word [_pktDrop+0], 1 ; discard the packet on 1st call
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dpipe.c11 * distributed under the License is distributed on an "AS IS" BASIS,
23 /* Figure out how to get pipe block/nonblock on BeOS...
57 # if BEOS_BONE /* This only works on BONE 0-6 */
58 int on = 0;
59 if (ioctl(thepipe->filedes, FIONBIO, &on, sizeof(on)) < 0) {
93 # if BEOS_BONE /* This only works on BONE 0-6 */
94 int on = 1;
95 if (ioctl(thepipe->filedes, FIONBIO, &on, sizeof(on)) <
[all...]

Completed in 169 milliseconds

1234567891011>>