Home
last modified time | relevance | path

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

/minix3/external/bsd/less/dist/
H A Dcvt.c68 char *edst = odst; local
107 if (dst > edst)
108 edst = dst;
110 if ((ops & CVT_CRLF) && edst > odst && edst[-1] == '\r')
111 edst--;
112 *edst = '\0';
114 *lenp = edst - odst;
/minix3/bin/csh/
H A Dstr.c100 Char *dst, *edst; in str2short() local
112 edst = &dst[dstsize]; in str2short()
115 if (dst == edst) { in str2short()
119 edst = &sdst[dstsize]; in str2short()
120 dst = &edst[-MALLOC_INCR]; in str2short()
132 char *dst, *edst; in short2str() local
142 edst = &dst[dstsize]; in short2str()
145 if (dst == edst) { in short2str()
149 edst = &sdst[dstsize]; in short2str()
150 dst = &edst[-MALLOC_INCR]; in short2str()
[all …]
/minix3/external/bsd/tcpdump/dist/
H A Dprint-llc.c150 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) in llc_print() argument
321 if (esrc == NULL || edst == NULL) in llc_print()
326 etheraddr_string(ndo, edst), in llc_print()
329 if (esrc == NULL || edst == NULL) in llc_print()
337 etheraddr_string(ndo, edst), in llc_print()
/minix3/external/bsd/file/dist/src/
H A Dsoftmagic.c1157 char *edst = &p->s[sizeof(p->s) - 1]; in mcopy() local
1166 if (dst < edst) in mcopy()
1177 *edst = '\0'; in mcopy()