| /src/libexec/telnetd/ |
| H A D | termstat.c | 284 IAC, SE); 312 IAC, SE); 359 IAC, SE); 367 IAC, SE); 440 useeditmode, IAC, SE); 499 IAC, SE);
|
| H A D | telnetd.c | 483 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 D | state.c | 291 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 D | utility.c | 163 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 D | slc.c | 203 IAC, SE);
|
| /src/usr.bin/telnet/ |
| H A D | authenc.c | 60 if (str[0] == IAC && str[1] == SE) {
|
| H A D | telnet.c | 788 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 D | utilities.c | 308 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 D | auth.c | 307 *e++ = SE; 330 IAC, SE }; 493 *e++ = SE;
|
| H A D | encrypt.c | 136 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 D | enc_des.c | 221 *p++ = SE; 279 *p++ = SE; 304 *p++ = SE;
|
| H A D | sra.c | 112 *p++ = SE;
|
| H A D | kerberos5.c | 123 *p++ = SE;
|
| /src/include/arpa/ |
| H A D | telnet.h | 55 #define SE 240 /* end sub negotiation */ macro 66 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
|
| /src/share/locale/ |
| H A D | Makefile.locale | 11 NO NZ PL PT RO RS RU SE SI SK \ 94 TERRITORY_sv= SE
|
| /src/usr.sbin/makefs/cd9660/ |
| H A D | cd9660_eltorito.h | 132 boot_catalog_section_entry SE; member in union:boot_catalog_entry::__anon9c51868a010a
|
| H A D | cd9660_eltorito.c | 333 se = &entry->entry_data.SE;
|
| /src/games/warp/ |
| H A D | term.h | 272 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 D | term.c | 168 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 D | fsl-ls1028a.dtsi | 1147 interrupt-names = "DE", "SE";
|
| /src/sys/arch/m68k/060sp/dist/ |
| H A D | pfpsp.s | 12979 # 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 D | fpsp.s | 23018 # 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...] |