Searched defs:strstarts (Results 1 – 4 of 4) sorted by relevance
40 static inline bool strstarts(const char *str, const char *prefix) in strstarts() function
214 static inline bool strstarts(const char *str, const char *prefix) in strstarts() function
92 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) macro
358 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) macro
Completed in 12 milliseconds