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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c124 static Boolean CompareRange(u_long val, u_long low, u_long high);
127 static Boolean CompareRange( u_long val, u_long low, u_long high ) function
136 //#define CompareRange(val, low, high) ((val >= low) && (val <= high))
856 matched = CompareRange(c_attr.ca_entries,
875 matched = CompareRange(c_attr.ca_fileid,
891 matched = CompareRange(parentID, searchInfo1->parentDirID,
915 matched = CompareRange(c_attr.ca_itime,
924 matched = CompareRange(c_attr.ca_mtime,
933 matched = CompareRange(c_attr.ca_ctime,
942 matched = CompareRange(c_att
[all...]

Completed in 40 milliseconds