Home | History | Annotate | Download | only in mips

Lines Matching full:compare_string

136 #define STRING_STARTS_WITH(string, compare_string) \
137 (strncmp(string, compare_string, strlen(compare_string)) == 0)