Home | History | Annotate | Download | only in mips64

Lines Matching refs:compare_string

117 #define STRING_STARTS_WITH(string, compare_string) \
118 (strncmp(string, compare_string, strlen(compare_string)) == 0)