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

/macosx-10.9.5/cups-372.4/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.9.5/kext_tools-326.95.1/
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.9.5/xnu-2422.115.4/libkern/
H A Dmkext.c110 u_int8_t *dstend = dst + dstlen; local
129 if (dst >= dstend) {
142 if (dst >= dstend) {
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprocess.c631 *dstend; /* End of destination buffer */ local
635 dstend = dst + dstsize - 2;
637 while (*src && dstptr < dstend)
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsnmp.c306 *dstend; /* End of string buffer */ local
323 for (dstptr = dst, dstend = dstptr + dstsize - 1;
324 *src >= 0 && dstptr < dstend;
326 snprintf(dstptr, dstend - dstptr + 1, ".%d", *src);
528 *dstend; /* End of OID array */ local
552 for (dstend = dst + dstsize - 1, dstptr = dst, *dstptr = 0;
553 *src && dstptr < dstend;
H A Dhttp-support.c129 char *dstend, const char *reserved,
1957 char *dstend, /* I - End of destination buffer */
1965 while (*src && dst < dstend)
1977 if ((dst + 2) >= dstend)
1955 http_copy_encode(char *dst, const char *src, char *dstend, const char *reserved, const char *term, int encode) argument
H A Ddest.c3483 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local
3486 while (*src && dst < dstend)
/macosx-10.9.5/cups-372.4/cups/test/
H A Dippdiscover.c782 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local
785 while (*src && dst < dstend)
H A Dipptool.c3300 *dstend, /* End of destination */ local
3307 dstend = dst + dstsize - 1;
3309 while (*src && dstptr < dstend)
3379 strlcpy(dstptr, value, dstend - dstptr + 1);
/macosx-10.9.5/cups-372.4/cups/backend/
H A Ddnssd.c1306 char *dstend = dst + dstsize - 1; /* End of destination buffer */ local
1309 while (*src && dst < dstend)

Completed in 260 milliseconds