Searched defs:strprefix (Results 1 – 4 of 4) sorted by relevance
195 #define strprefix(STR, PREFIX) \ macro
335 #define strprefix(var, str) (strncmp(var, str, sizeof("" str "") - 1) == 0) macro