Searched defs:yaffs_strncmp (Results 1 – 1 of 1) sorted by relevance
43 #define yaffs_strncmp(a, b, c) strncasecmp(a, b, c) macro46 #define yaffs_strncmp(a, b, c) strncmp(a, b, c) macro