Home
last modified time | relevance | path

Searched refs:t_buf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libedit/
H A Dterminal.c281 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 Dterminal.h63 char *t_buf; /* Termcap buffer */ member
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4329 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 Dtrace.h307 struct t_buf { struct
/freebsd/contrib/ntp/sntp/
H A Dconfigure26626 char t_buf[ 64 ];
26639 strftime( t_buf, sizeof( t_buf ), "%A %b %d %j", &tm );
26640 return (strcmp( t_buf, z ) != 0); }