Searched refs:a_len (Results 1 – 1 of 1) sorted by relevance
255 const unsigned char *a, int a_len, in fat_name_match() argument258 if (a_len != b_len) in fat_name_match()262 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match()264 return !memcmp(a, b, a_len); in fat_name_match()