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

/freebsd-10-stable/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-stable/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-stable/contrib/amd/amd/
H A Dsun_map.c129 char *retval = NULL, *str_start, *str_end, *src_end; local
136 str_end = (strlen(str) - 1) + str_start;
145 second_half = (size_t)(src_end - str_end);
164 (void)strncat(retval, str_end + 1, second_half);
/freebsd-10-stable/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-stable/contrib/less/
H A Dsearch.c126 char *str_end = str + strlen(str); local
129 while (str < str_end)
131 ch = step_char(&str, +1, str_end);

Completed in 212 milliseconds