Searched refs:tcstart (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getcap.c | 391 char *icap, *scan, *tc, *tcstart, *tcend; in getent() local 420 tcstart = tc - 3; in getent() 421 tclen = s - tcstart; in getent() 476 tcpos = tcstart - record; in getent() 488 tcstart = record + tcpos; in getent() 495 s = tcstart + newilen; in getent() 497 bcopy(newicap, tcstart, newilen); in getent()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getcap.c | 478 char *icap, *scan, *tc, *tcstart, *tcend; in getent() local 507 tcstart = tc - 3; in getent() 508 tclen = s - tcstart; in getent() 563 tcpos = tcstart - record; in getent() 575 tcstart = record + tcpos; in getent() 582 s = tcstart + newilen; in getent() 584 memmove(tcstart, newicap, newilen); in getent()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | read_termcap.c | 467 char *icap = 0, *scan, *tc, *tcstart, *tcend; in _nc_getent() local 495 tcstart = tc - 3; in _nc_getent() 496 tclen = (int) (s - tcstart); in _nc_getent() 548 tcpos = (unsigned) (tcstart - record); in _nc_getent() 560 tcstart = record + tcpos; in _nc_getent() 567 s = tcstart + newilen; in _nc_getent() 569 memmove(tcstart, newicap, (size_t) newilen); in _nc_getent()
|