Searched refs:str_end (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dencrypt.c146 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE }; variable
864 str_end[3] = ENCRYPT_END;
865 net_write(str_end, sizeof(str_end));
867 printsub('>', &str_end[2], sizeof(str_end) - 2);
902 str_end[3] = ENCRYPT_REQEND;
903 net_write(str_end, sizeof(str_end));
904 printsub('>', &str_end[
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c138 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE }; variable
888 str_end[3] = ENCRYPT_END;
889 telnet_net_write(str_end, sizeof(str_end));
891 printsub('>', &str_end[2], sizeof(str_end) - 2);
926 str_end[3] = ENCRYPT_REQEND;
927 telnet_net_write(str_end, sizeof(str_end));
928 printsub('>', &str_end[
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.parse.c165 Char *str_end, *cp; local
173 str_end = &inputline[num_read];
178 for (cp = inputline; cp < str_end; cp++) {
209 if (cmap(*cp, _ESC) && cp < str_end - 1 && cp[1] == HIST &&
335 insert_meta(word_start, str_end, qline.s + word, !qu) < 0)
343 for (bptr = word_start; bptr < str_end; bptr++) {
376 if (insert_meta(word_start, str_end, qline.s + word, !qu) < 0)
403 DeleteBack(str_end - word_start);/* get rid of old word */
424 if (insert_meta(word_start, str_end, bptr, !qu) < 0) {
438 if (insert_meta(word_start, str_end, bpt
[all...]
/freebsd-10.0-release/contrib/less/
H A Dsearch.c85 char *str_end = str + strlen(str); local
88 while (str < str_end)
90 ch = step_char(&str, +1, str_end);

Completed in 124 milliseconds