Home
last modified time | relevance | path

Searched refs:edst (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/less/
H A Dcvt.c55 char *edst = odst; in cvt_text() local
98 if (dst > edst) in cvt_text()
99 edst = dst; in cvt_text()
101 if ((ops & CVT_CRLF) && edst > odst && edst[-1] == '\r') in cvt_text()
102 edst--; in cvt_text()
103 *edst = '\0'; in cvt_text()
105 *lenp = (int) (edst - odst); in cvt_text()
/dragonfly/contrib/tcsh-6/
H A Dtc.str.c226 char *dst, *edst; local
236 edst = &dst[dstsize];
240 if (dst >= edst) {
242 char *wedst = edst;
246 edst = &sdst[dstsize];
536 char *dst, *edst; local
546 edst = &dst[dstsize];
550 if (dst == edst) {
554 edst = &sdst[dstsize];
560 if (dst >= edst) {
[all …]
/dragonfly/sys/net/
H A Dif_ethersubr.c223 u_char *edst; in ether_output() local
242 edst = eh->ether_dhost; in ether_output()
250 error = arpresolve(ifp, rt, m, dst, edst); in ether_output()
282 bcopy(ifp->if_broadcastaddr, edst, ETHER_ADDR_LEN); in ether_output()
284 bcopy(ar_tha(ah), edst, ETHER_ADDR_LEN); in ether_output()
289 error = nd6_resolve(&ac->ac_if, rt, m, dst, edst); in ether_output()
299 memcpy(edst, deh->ether_dhost, ETHER_ADDR_LEN); in ether_output()
/dragonfly/contrib/file/src/
H A Dsoftmagic.c1394 char *edst = &p->s[sizeof(p->s) - 1]; in mcopy() local
1403 if (dst < edst) in mcopy()
1415 *edst = '\0'; in mcopy()