Home
last modified time | relevance | path

Searched refs:tcstart (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dgetcap.c470 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/
Dgetcap.c521 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()