Searched refs:len2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1162 int len2; local
1224 len2 = strlen( path );
1225 if( (len + len2) < *length)
1226 strlcpy( opath + len, path, len2 + 1 );
1227 *length = (len + len2);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h709 extern int hfs_namecmp(const u_int8_t *str1, size_t len1, const u_int8_t *str2, size_t len2);
H A Dhfs_vfsutils.c1749 hfs_namecmp(const u_int8_t *str1, size_t len1, const u_int8_t *str2, size_t len2) argument
1756 if (len1 != len2)
1765 if (utf8_decodestr(str2, len2, ustr2, &ulen2, maxbytes, ':', 0) != 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c2845 int len1, len2; local
2850 len2 = sizeof(fh2->nfh_xh) + nxh2->nxh_fidlen;
2851 if (len1 != len2)

Completed in 48 milliseconds