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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c76 static u_int32_t emptyfinfo[8] = {0}; variable
258 if (bcmp(finderinfo, emptyfinfo, sizeof(emptyfinfo)) == 0) {
557 if (bcmp(finderinfo_start, emptyfinfo, attrsize)) {
1014 if (bcmp(finderinfo_start, emptyfinfo, finderinfo_size) == 0) {
1297 if (bcmp(finderinfo_start, emptyfinfo, finderinfo_size) != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1249 static u_int32_t emptyfinfo[8] = {0}; variable
1559 bcmp(finfo, emptyfinfo, FINDERINFOSIZE) == 0) {
1596 if (options != 0 && bcmp(finfo, emptyfinfo, FINDERINFOSIZE) == 0) {
2552 bcmp((u_int8_t*)ainfop->filehdr + ainfop->finderinfo->offset, emptyfinfo, sizeof(emptyfinfo)) == 0) {

Completed in 40 milliseconds