Home | History | Annotate | Download | only in arm

Lines Matching full:compare_string

127 #define STRING_STARTS_WITH(string, compare_string) \
128 (strncmp(string, compare_string, strlen(compare_string)) == 0)