Searched refs:tcapbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.bin/tset/
H A Dtset.c80 char *p, *tcapbuf; local
161 ttype = get_termcap_entry(*argv, &tcapbuf);
206 if (strlen(tcapbuf) > 0)
207 wrtermcap(tcapbuf);
218 if (strlen(tcapbuf) > 0) {
220 wrtermcap(tcapbuf);
226 if (strlen(tcapbuf) > 0) {
228 wrtermcap(tcapbuf);
/freebsd-12-stable/usr.bin/ul/
H A Dul.c466 static char tcapbuf[512]; local
467 char *bp = tcapbuf;
/freebsd-12-stable/bin/ls/
H A Dls.c239 char tcapbuf[512]; /* capability buffer */ local
240 char *bp = tcapbuf, *term;

Completed in 50 milliseconds