Home
last modified time | relevance | path

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

/linux/fs/
A Dxattr.c29 strcmp_prefix(const char *a, const char *a_prefix) in strcmp_prefix() argument
31 while (*a_prefix && *a == *a_prefix) { in strcmp_prefix()
33 a_prefix++; in strcmp_prefix()
35 return *a_prefix ? NULL : a; in strcmp_prefix()

Completed in 6 milliseconds