Searched refs:tcstart (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | getcap.c | 470 char *icap, *scan, *tc, *tcstart, *tcend; in getent() local 499 tcstart = tc - 3; in getent() 500 tclen = s - tcstart; in getent() 556 tcpos = tcstart - record; in getent() 570 tcstart = record + tcpos; in getent() 577 s = tcstart + newilen; in getent() 579 memmove(tcstart, newicap, newilen); in getent()
|
| /netbsd/src/lib/libc/gen/ |
| D | getcap.c | 521 char *icap, *scan, *tc, *tcstart, *tcend; in getent() local 549 tcstart = tc - 3; in getent() 550 tclen = s - tcstart; in getent() 604 tcpos = tcstart - record; in getent() 618 tcstart = record + tcpos; in getent() 625 s = tcstart + newilen; in getent() 627 memmove(tcstart, newicap, newilen); in getent()
|