Searched defs:str_has_pfx (Results 1 – 3 of 3) sorted by relevance
15 static inline const char *str_has_pfx(const char *str, const char *pfx) macro [all...]
121 #define str_has_pfx(str, pfx) \ macro
1094 #define str_has_pfx(str, pfx) (strncmp(str, pfx, strlen(pfx)) == 0) macro