Searched defs:to_test (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dtransport.c765 static int qual_match(const char *to_test, argument
768 if (!to_test || !*to_test)
769 /* Return true if both the qual and to_test are null strings. */
777 if (*prefix++ != *to_test++)
786 if (ch != *to_test++)
790 /* Everything matched so far. Return true if *to_test is a NUL. */
791 return !*to_test;

Completed in 4 milliseconds