HomeSort by: relevance | last modified time | path
    Searched refs:t_buf (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libedit/
terminal.h 63 char *t_buf; /* Termcap buffer */ member in struct:__anon477
terminal.c 281 el->el_terminal.t_buf = el_calloc(TC_BUFSIZE,
282 sizeof(*el->el_terminal.t_buf));
283 if (el->el_terminal.t_buf == NULL)
317 el_free(el->el_terminal.t_buf);
318 el->el_terminal.t_buf = NULL;
365 (void) strcpy(*str = &el->el_terminal.t_buf[
383 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE);
391 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
1143 if (el->el_terminal.t_buf == NULL || el->el_map.key == NULL)
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
trace.h 307 struct t_buf { struct
  /src/external/bsd/ntp/dist/sntp/
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); }

Completed in 58 milliseconds