Searched refs:bufend (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c264 u_int8_t * bufend; local
277 bufend = bufstart + buflen;
279 --bufend;
310 if (utf8p >= bufend) {
317 if ((utf8p + 1) >= bufend) {
341 if ((utf8p + 3) >= bufend) {
356 if (utf8p >= bufend) {
364 if ((utf8p + 2) >= bufend) {
415 u_int16_t* bufend; local
431 bufend
[all...]
H A Dvfs_attrlist.c2264 #define ATTR_UNPACK(v) do {if ((error = attrlist_unpack_fixed(&cursor, bufend, &v, sizeof(v))) != 0) goto out;} while(0);
2292 char *user_buf, *cursor, *bufend, *fndrinfo, *cp, *volname; local
2389 bufend = cursor + uap->bufferSize;
2417 if ((cursor + 32) > bufend) {
2457 if (((((char *)rfsec) + KAUTH_FILESEC_SIZE(0)) > bufend) || /* no space for acl */
2460 ((cp + KAUTH_FILESEC_COPYSIZE(rfsec)) > bufend)) { /* ACEs overrun buffer */
2509 if ((volname + ar.attr_length) > bufend) {

Completed in 72 milliseconds