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

/linux-4.4.14/fs/
H A Dxattr.c668 strcmp_prefix(const char *a, const char *a_prefix) strcmp_prefix() argument
670 while (*a_prefix && *a == *a_prefix) { strcmp_prefix()
672 a_prefix++; strcmp_prefix()
674 return *a_prefix ? NULL : a; strcmp_prefix()

Completed in 57 milliseconds