Searched refs:SE (Results 1 - 22 of 22) sorted by relevance

/src/libexec/telnetd/
H A Dtermstat.c284 IAC, SE);
312 IAC, SE);
359 IAC, SE);
367 IAC, SE);
440 useeditmode, IAC, SE);
499 IAC, SE);
H A Dtelnetd.c483 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
527 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
543 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
550 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
557 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE };
1061 IAC, SE);
H A Dstate.c291 if (c != SE) {
317 SB_ACCUM(SE);
1540 ADD(c); if (c == SE || c == IAC) ADD(c); \
1585 ADD(SE);
1595 ADD(SE);
1608 ADD(SE);
1618 ADD(SE);
1623 ADD(SE);
H A Dutility.c163 case SB: /* loop forever looking for the SE */
169 if (look < endp && (*look++&0xff) == SE) {
546 if (i != IAC || j != SE) {
560 output_data(", not IAC SE!) ");
791 if (pointer[j] == SE) {
794 if (pointer[j+1] == SE)
803 output_data(" SE");
H A Dslc.c203 IAC, SE);
/src/usr.bin/telnet/
H A Dauthenc.c60 if (str[0] == IAC && str[1] == SE) {
H A Dtelnet.c788 TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE);
810 TELOPT_TSPEED, TELQUAL_IS, osp, isp, IAC, SE);
912 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE);
1020 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE };
1095 IAC, SB, TELOPT_LINEMODE, LM_MODE, 0, IAC, SE
1217 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_VARIABLE, 0, IAC, SE
1220 IAC, SB, TELOPT_LINEMODE, LM_SLC, 0, SLC_DEFAULT, 0, IAC, SE
1386 *slc_replyp++ = SE;
1586 *opt_replyp++ = SE;
1791 if (c != SE) {
[all...]
H A Dutilities.c308 if (i != IAC || j != SE) {
322 fprintf(NetTrace, ", not IAC SE!) ");
703 if (pointer[j] == SE) {
706 if (pointer[j+1] == SE)
715 fprintf(NetTrace, " SE");
/src/lib/libtelnet/
H A Dauth.c307 *e++ = SE;
330 IAC, SE };
493 *e++ = SE;
H A Dencrypt.c136 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
208 str_send[str_suplen++] = SE;
775 *strp++ = SE;
834 *p++ = SE;
888 *p++ = SE;
H A Denc_des.c221 *p++ = SE;
279 *p++ = SE;
304 *p++ = SE;
H A Dsra.c112 *p++ = SE;
H A Dkerberos5.c123 *p++ = SE;
/src/include/arpa/
H A Dtelnet.h55 #define SE 240 /* end sub negotiation */ macro
66 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/src/share/locale/
H A DMakefile.locale11 NO NZ PL PT RO RS RU SE SI SK \
94 TERRITORY_sv= SE
/src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h132 boot_catalog_section_entry SE; member in union:boot_catalog_entry::__anon9c51868a010a
H A Dcd9660_eltorito.c333 se = &entry->entry_data.SE;
/src/games/warp/
H A Dterm.h272 EXT char *SE INIT(NULL); /* end standout mode */
273 EXT int SG INIT(0); /* blanks left by SO and SE */
300 #define un_standout() do_tc(SE,1)
H A Dterm.c168 SE = Tgetstr("se"); /* end standout */
170 SG = 0; /* blanks left by SG, SE */
181 UE = SE;
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a.dtsi1147 interrupt-names = "DE", "SE";
/src/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s12979 # muls. Set the sign according to SE. Subtract 16 to compensate #
12991 # bcd string. If SE is positive, count the leading zeros; #
13082 btst &30,%d4 # get SE
13088 neg.l %d1 # now negative, make pos and set SE
13089 or.l &0x40000000,%d4 # set SE in d4,
13173 # and set SE.
13179 # 5. Check if the exp has crossed zero in #3 above; clear SE.
13240 or.l &0x40000000,%d4 # and set SE in d4
13286 neg.l %d1 # take abs of exp and clr SE
13288 and.l &0xbfffffff,%d4 # and clr SE i
[all...]
H A Dfpsp.s23018 # muls. Set the sign according to SE. Subtract 16 to compensate #
23030 # bcd string. If SE is positive, count the leading zeros; #
23121 btst &30,%d4 # get SE
23127 neg.l %d1 # now negative, make pos and set SE
23128 or.l &0x40000000,%d4 # set SE in d4,
23212 # and set SE.
23218 # 5. Check if the exp has crossed zero in #3 above; clear SE.
23279 or.l &0x40000000,%d4 # and set SE in d4
23325 neg.l %d1 # take abs of exp and clr SE
23327 and.l &0xbfffffff,%d4 # and clr SE i
[all...]

Completed in 49 milliseconds