Searched refs:t_buf (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | terminal.c | 281 el->el_terminal.t_buf = el_calloc(TC_BUFSIZE, in terminal_init() 282 sizeof(*el->el_terminal.t_buf)); in terminal_init() 283 if (el->el_terminal.t_buf == NULL) in terminal_init() 317 el_free(el->el_terminal.t_buf); in terminal_end() 318 el->el_terminal.t_buf = NULL; in terminal_end() 365 (void) strcpy(*str = &el->el_terminal.t_buf[ in terminal_alloc() 383 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE); in terminal_alloc() 391 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc], in terminal_alloc() 1143 if (el->el_terminal.t_buf == NULL || el->el_map.key == NULL) in terminal_bind_arrow()
|
H A D | terminal.h | 63 char *t_buf; /* Termcap buffer */ member
|
/freebsd/contrib/ntp/sntp/libopts/m4/ |
H A D | libopts.m4 | 329 char t_buf@<:@ 64 @:>@; 342 strftime( t_buf, sizeof( t_buf ), "%A %b %d %j", &tm ); 343 return (strcmp( t_buf, z ) != 0); }] )],
|
/freebsd/sys/contrib/xen/ |
H A D | trace.h | 307 struct t_buf { struct
|
/freebsd/contrib/ntp/sntp/ |
H A D | configure | 26626 char t_buf[ 64 ]; 26639 strftime( t_buf, sizeof( t_buf ), "%A %b %d %j", &tm ); 26640 return (strcmp( t_buf, z ) != 0); }
|