Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
A Dlist-gitignored.c173 #define CC_EQ(class, len, litmatch) ((len) == sizeof (litmatch)-1 \ argument
174 && *(class) == *(litmatch) \
175 && strncmp((char*)class, litmatch, len) == 0)

Completed in 5 milliseconds