/src/lib/libc/gen/ |
getcap.c | 521 char *icap, *scan, *tc, *tcstart, *tcend; local in function:getent 551 tcend = s; 605 tcposend = tcend - record; 619 tcend = record + tcposend; 626 memmove(s, tcend, (size_t)(rp - tcend));
|
getcap.c | 521 char *icap, *scan, *tc, *tcstart, *tcend; local in function:getent 551 tcend = s; 605 tcposend = tcend - record; 619 tcend = record + tcposend; 626 memmove(s, tcend, (size_t)(rp - tcend));
|
getcap.c | 521 char *icap, *scan, *tc, *tcstart, *tcend; local in function:getent 551 tcend = s; 605 tcposend = tcend - record; 619 tcend = record + tcposend; 626 memmove(s, tcend, (size_t)(rp - tcend));
|