Home
last modified time | relevance | path

Searched defs:strneq (Results 1 - 2 of 2) sorted by relevance

/third_party/libinput/src/
H A Dutil-strings.h58 strneq(const char *str1, const char *str2, int n) in strneq() function
/third_party/eudev/src/shared/
H A Dutil.h57 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro

Completed in 2 milliseconds