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

/linux-master/fs/
H A Dxattr.c31 strcmp_prefix(const char *a, const char *a_prefix) argument
33 while (*a_prefix && *a == *a_prefix) {
35 a_prefix++;
37 return *a_prefix ? NULL : a;

Completed in 207 milliseconds