Home
last modified time | relevance | path

Searched refs:SB (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/contrib/bmake/mk/
H A Dsrctop.mk18 .ifdef SB
19 .if ${.CURDIR:S,${SB},,} != ${.CURDIR}
23 .elif exists(${SB}/src)
24 SRCTOP:= ${SB}/src
26 SRCTOP:= ${SB}
H A Dwhats.mk40 SB ?= ${SRCTOP:H}
41 SB_LOCATION ?= ${HOST}:${SB}
43 WHAT_LOCATION ?= ${.OBJDIR:S,${SB},${SB_LOCATION},}
H A Dsys.clean-env.mk66 SB \
95 _srctop := ${SRCTOP:U${SB_SRC:U${SB}/src}}
96 _objroot := ${OBJROOT:U${SB_OBJROOT:U${SB}/${SB_OBJPREFIX}}}
H A Dmeta2deps.sh260 if [ -z "$SB" ]; then
261 SB=`echo $CWD | sed 's,/obj.*,,'`
263 SRCTOP=${SRCTOP:-$SB/src}
436 sed "s,${SRCTOP}/,,;s,${SB_BACKING_SB:-$SB}/src/,," >> $DPDEPS
H A Dmeta.sys.mk100 .if !defined(SB) && defined(SRCTOP)
101 SB = ${SRCTOP:H}
103 ERROR_LOGDIR ?= ${SB}/error
H A Dldorder.mk92 extern_ldorders ?= ${__dpadd_libs:tA:N/lib*:N/usr/lib*:N${SB}/*:N${SB_OBJROOT:tA}*:T:${LDORDER_LIBS…
H A Dautodep.mk187 SUBST_DEPVARS+= SB TOP BACKING SRC SRCDIR BASE BASEDIR
H A Dmk-files.txt95 MAKE_SAVE_ENV_PREFIX += SB MK MAKE MACHINE NEED_ CCACHE DISTCC USE_ SSH
119 srctop := ${SRCTOP:U${SB_SRC:U${SB}/src}}
120 objroot := ${OBJROOT:U${SB_OBJROOT:U${SB}/${SB_OBJPREFIX}}}
H A Dmeta.autodep.mk153 ${SB:S,/,_,g}* \
/dragonfly/libexec/telnetd/
H A Dtermstat.c283 output_data("%c%c%c%c%c%c%c", IAC, SB, in localstat()
311 output_data("%c%c%c%c%c%c%c", IAC, SB, in localstat()
358 IAC, SB, TELOPT_LFLOW, in flowstat()
365 IAC, SB, TELOPT_LFLOW, in flowstat()
440 SB, TELOPT_LINEMODE, LM_MODE, in clientstat()
498 SB, TELOPT_LINEMODE, LM_MODE, in clientstat()
H A Dtelnetd.c435 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
493 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE }; in getterminaltype()
500 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE }; in getterminaltype()
507 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()
514 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()
1077 IAC, SB, TELOPT_LFLOW, in telnet()
H A Dstate.c245 case SB: in telrcv()
1547 ADD(SB); in send_status()
1575 ADD(SB); in send_status()
1585 ADD(SB); in send_status()
1601 ADD(SB); in send_status()
1607 ADD(SB); in send_status()
H A Dutility.c158 case SB: /* loop forever looking for the SE */ in nextitem()
771 case SB: in printsub()
H A Dslc.c152 IAC, SB, TELOPT_LINEMODE, LM_SLC); in start_slc()
/dragonfly/usr.bin/telnet/
H A Dtelnet.c736 IAC, SB, TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE); in suboption()
758 IAC, SB, TELOPT_TSPEED, TELQUAL_IS, in suboption()
864 snprintf(temp, sizeof(temp), "%c%c%c%c%s%c%c", IAC, SB, in suboption()
1048 IAC, SB, TELOPT_LINEMODE, LM_MODE, 0, IAC, SE
1182 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_DEFAULT, 0, IAC, SE
1321 *slc_replyp++ = SB; in slc_start_reply()
1489 *opt_replyp++ = SB; in env_opt_start()
1746 case SB: in telrcv()
2146 case SB: /* loop forever looking for the SE */
2253 *cp++ = SB; in get_status()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-telnet.c72 #define SB 250 /* interpret as subnegotiation */ macro
416 case SB: in telnet_parse()
426 if (c != SB) in telnet_parse()
/dragonfly/lib/libtelnet/
H A Dauth.c332 static unsigned char str_request[64] = { IAC, SB, in auth_request()
373 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION, in auth_send()
519 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, }; in auth_sendname()
H A Dencrypt.c130 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
133 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
134 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
691 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
H A Dkrb4encpwd.c85 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
87 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Drsaencpwd.c81 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
83 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
H A Dsra.c66 IAC, SB, TELOPT_AUTHENTICATION, 0, AUTHTYPE_SRA, };
/dragonfly/contrib/file/magic/Magdir/
H A Dnatinst16 >>10 string SB Code Resource File, data
/dragonfly/include/arpa/
H A Dtelnet.h45 #define SB 250 /* interpret as subnegotiation */ macro
/dragonfly/nrelease/gui/root/.irssi/
H A Dconfig55 SB = "scrollback";
/dragonfly/sys/bus/u4b/net/
H A Dif_aue.c180 AUE_DEV(SMC, 2202USB, 0),
181 AUE_DEV(SMC, 2206USB, AUE_FLAG_PII),

12