HomeSort by relevance Sort by last modified time
    Searched refs:strisprefix (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libutil/tests/
string_tests.c 26 if (!strisprefix("", ""))
28 if (!strisprefix("a", ""))
30 if (!strisprefix("a", "a"))
32 if (!strisprefix("aa", "a"))
34 if (strisprefix("a", "b"))
  /external/oprofile/libutil/
op_string.h 43 int strisprefix(char const * str, char const * prefix);
op_string.c 31 int strisprefix(char const * str, char const * prefix) function
  /external/oprofile/libop/
op_events.c 133 if (strisprefix(start, "include")) {
141 if (strisprefix(start, "name")) {
146 } else if (strisprefix(start, "type")) {
150 if (strisprefix(tagend, "mandatory")) {
152 } else if (strisprefix(tagend, "bitmask")) {
154 } else if (strisprefix(tagend, "exclusive")) {
159 } else if (strisprefix(start, "default")) {

Completed in 45 milliseconds