Searched refs:rep_len (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_init.c | 50 if (ovip->rep_len != 0) { in v_screen_copy() 51 MALLOC_RET(orig, nvip->rep, ovip->rep_len); in v_screen_copy() 52 memmove(nvip->rep, ovip->rep, ovip->rep_len); in v_screen_copy() 53 nvip->rep_len = ovip->rep_len; in v_screen_copy()
|
H A D | vi.h | 241 size_t rep_len; /* Input replay buffer length. */ member
|
H A D | v_txt.c | 591 vip->rep_len, (rcol + 1) * sizeof(EVENT)); in v_txt()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | send_to_kdc.c | 141 unsigned long rep_len; in send_and_recv_tcp() local 155 _krb5_get_int(len_data.data, &rep_len, 4); in send_and_recv_tcp() 157 if (recv_loop (fd, tmout, 0, rep_len, rep) < 0) in send_and_recv_tcp() 159 if(rep->length != rep_len) { in send_and_recv_tcp() 205 unsigned long rep_len; in send_and_recv_http() local 229 _krb5_get_int(p, &rep_len, 4); in send_and_recv_http() 230 if (rep_len != rep->length) { in send_and_recv_http()
|
/freebsd/usr.bin/chat/ |
H A D | chat.c | 518 size_t rep_len; in terminate() local 520 rep_len = strlen(report_buffer); in terminate() 521 while (rep_len + 1 < sizeof(report_buffer)) { in terminate() 527 report_buffer[rep_len] = c; in terminate() 528 ++rep_len; in terminate() 530 report_buffer[rep_len] = 0; in terminate() 1248 int rep_len = strlen (report_buffer); in get_string() local 1249 report_buffer[rep_len] = c; in get_string() 1250 report_buffer[rep_len + 1] = '\0'; in get_string()
|