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

  /external/oprofile/libutil/tests/
string_tests.c 76 if (comment_line(""))
77 error("comment_line is true for \"\"");
78 if (comment_line("\n"))
79 error("comment_line is true for \n");
80 if (!comment_line("#"))
81 error("comment_line is false for #");
82 if (!comment_line(" #"))
83 error("comment_line is false for \" #\"");
85 if (!comment_line("\n#"))
86 error("comment_line is false for \\n#")
    [all...]
  /external/oprofile/libutil/
op_string.h 75 int comment_line(char const * c);
op_string.c 59 int comment_line(char const * c) function
  /external/oprofile/libop/
op_events.c 238 if (empty_line(line) || comment_line(line))
445 if (empty_line(line) || comment_line(line))
749 if (empty_line(line) || comment_line(line))

Completed in 474 milliseconds