Home | History | Annotate | Download | only in mips64

Lines Matching refs:compare_string

144 #define STRING_STARTS_WITH(string, compare_string) \
145 (strncmp(string, compare_string, strlen(compare_string)) == 0)