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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h802 extern int hfs_namecmp(const u_int8_t *str1, size_t len1, const u_int8_t *str2, size_t len2);
H A Dhfs_vfsutils.c1955 hfs_namecmp(const u_int8_t *str1, size_t len1, const u_int8_t *str2, size_t len2) argument
1962 if (len1 != len2)
1969 if (utf8_decodestr(str1, len1, ustr1, &ulen1, maxbytes, ':', 0) != 0)
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3374 u_int32_t len1 = 0; local
3379 len1 = node1->length;
3391 node1, off1, len1, startBlocks, numBlocks);
3402 node1, off1, len1, startBlocks, numBlocks);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c3375 int len1, len2; local
3379 len1 = sizeof(fh1->nfh_xh) + nxh1->nxh_fidlen;
3381 if (len1 != len2)
3383 if (bcmp(nxh1, nxh2, len1))

Completed in 32 milliseconds