Searched refs:t_buf (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dterm.h66 char *t_buf; /* Termcap buffer */ member in struct:__anon10936
H A Dterm.c314 el->el_term.t_buf = (char *) el_malloc(TC_BUFSIZE);
315 if (el->el_term.t_buf == NULL)
345 el_free((ptr_t) el->el_term.t_buf);
346 el->el_term.t_buf = NULL;
391 (void) strcpy(*str = &el->el_term.t_buf[el->el_term.t_loc],
409 memcpy(el->el_term.t_buf, termbuf, TC_BUFSIZE);
417 (void) strcpy(*str = &el->el_term.t_buf[el->el_term.t_loc], cap);
1170 if (el->el_term.t_buf == NULL || el->el_map.key == NULL)
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del_term.h65 char *t_buf; /* Termcap buffer */ member in struct:__anon659
H A Dterm.c340 el->el_term.t_buf = (char *) el_malloc(TC_BUFSIZE);
341 if (el->el_term.t_buf == NULL)
370 el_free((ptr_t) el->el_term.t_buf);
371 el->el_term.t_buf = NULL;
417 (void) strcpy(*str = &el->el_term.t_buf[el->el_term.t_loc],
435 memcpy(el->el_term.t_buf, termbuf, TC_BUFSIZE);
443 (void) strcpy(*str = &el->el_term.t_buf[el->el_term.t_loc], cap);
1224 if (el->el_term.t_buf == NULL || el->el_map.key == NULL)
/macosx-10.10/libedit-40/src/
H A Dterminal.h65 char *t_buf; /* Termcap buffer */ member in struct:__anon9526
H A Dterminal.c272 el->el_terminal.t_buf = el_malloc(TC_BUFSIZE *
273 sizeof(*el->el_terminal.t_buf));
274 if (el->el_terminal.t_buf == NULL)
309 el_free(el->el_terminal.t_buf);
310 el->el_terminal.t_buf = NULL;
357 (void) strcpy(*str = &el->el_terminal.t_buf[
375 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE);
383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
1162 if (el->el_terminal.t_buf == NULL || el->el_map.key == NULL)
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapfast_plugin.c1223 uint8_t t_buf[CC_SHA1_DIGEST_LENGTH]; local
1233 + sizeof(t_buf) /* Ti */
1249 memcpy(offset, t_buf, sizeof(t_buf));
1250 offset += sizeof(t_buf);
1266 key, key_length, data, (offset - data), t_buf);
1267 if (left <= sizeof(t_buf)) {
1268 memcpy(output, t_buf, left);
1271 memcpy(output, t_buf, sizeof(t_buf));
[all...]

Completed in 239 milliseconds