Searched refs:dstend (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dhtml.c88 *dstend; /* End of destination */ local
97 dstend = dst + dstsize - 1;
103 for (dstptr = dst; *src && dstptr < dstend;)
123 if (dstptr < (dstend - 2))
/macosx-10.10.1/kext_tools-384.1.4/
H A Dcompression.c100 const u_int8_t * dstend = dst + dstlen; local
117 if (dst < dstend) *dst++ = c; else break;
127 if (dst < dstend) *dst++ = c; else break;
266 u_int8_t *dstend = dst + dstlen; local
323 if (dst < dstend)
364 if (dst < dstend)
H A Dmkext.c263 u_int8_t *dstend = dst + dstlen; local
318 if (dst < dstend)
359 if (dst < dstend)
/macosx-10.10.1/xnu-2782.1.97/libkern/
H A Dmkext.c110 u_int8_t *dstend = dst + dstlen; local
129 if (dst >= dstend) {
142 if (dst >= dstend) {
/macosx-10.10.1/cups-408/cups/cups/
H A Dsnmp.c263 *dstend; /* End of string buffer */ local
280 for (dstptr = dst, dstend = dstptr + dstsize - 1;
281 *src >= 0 && dstptr < dstend;
283 snprintf(dstptr, (size_t)(dstend - dstptr + 1), ".%d", *src);
485 *dstend; /* End of OID array */ local
509 for (dstend = dst + dstsize - 1, dstptr = dst, *dstptr = 0;
510 *src && dstptr < dstend;
H A Dhttp-support.c115 char *dstend, const char *reserved,
2076 char *dstend, /* I - End of destination buffer */
2084 while (*src && dst < dstend)
2096 if ((dst + 2) >= dstend)
2074 http_copy_encode(char *dst, const char *src, char *dstend, const char *reserved, const char *term, int encode) argument
H A Ddest.c3506 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local
3509 while (*src && dst < dstend)
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprocess.c846 *dstend; /* End of destination buffer */ local
850 dstend = dst + dstsize - 2;
852 while (*src && dstptr < dstend)
/macosx-10.10.1/cups-408/cups/test/
H A Dippdiscover.c782 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local
785 while (*src && dst < dstend)
H A Dipptool.c3430 *dstend, /* End of destination */ local
3437 dstend = dst + dstsize - 1;
3439 while (*src && dstptr < dstend)
3521 strlcpy(dstptr, value, (size_t)(dstend - dstptr + 1));
/macosx-10.10.1/cups-408/cups/backend/
H A Ddnssd.c1307 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local
1310 while (*src && dst < dstend)

Completed in 159 milliseconds