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

/freebsd-11-stable/lib/libedit/
H A Dterminal.h64 char *t_buf; /* Termcap buffer */ member in struct:__anon4678
H A Dterminal.c273 el->el_terminal.t_buf = el_malloc(TC_BUFSIZE *
274 sizeof(*el->el_terminal.t_buf));
275 if (el->el_terminal.t_buf == NULL)
311 free(el->el_terminal.t_buf);
312 el->el_terminal.t_buf = NULL;
324 el_free(el->el_terminal.t_buf);
325 el->el_terminal.t_buf = NULL;
372 (void) strcpy(*str = &el->el_terminal.t_buf[
390 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE);
398 (void) strcpy(*str = &el->el_terminal.t_buf[e
[all...]
/freebsd-11-stable/sys/xen/interface/
H A Dtrace.h297 struct t_buf { struct
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure24454 char t_buf[ 64 ];
24467 strftime( t_buf, sizeof( t_buf ), "%A %b %d %j", &tm );
24468 return (strcmp( t_buf, z ) != 0); }

Completed in 278 milliseconds