Home
last modified time | relevance | path

Searched refs:hfs_strcmp (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dstring.c101 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp() function
Dhfs.h510 extern int hfs_strcmp(const unsigned char *, unsigned int,
Dcatalog.c1024 retval = hfs_strcmp(key1->CName.Name, key1->CName.Len, in hfs_cat_compare()
DChangeLog87 * string.c (hfs_strcmp, hfs_streq, hfs_strhash): converted them to
970 rapidly than hfs_strcmp() by checking for equal length first,