HomeSort by relevance Sort by last modified time
    Searched full:end_or_comment (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
profile.c 637 static int end_or_comment(char ch) function
644 while (!end_or_comment(*cp) && !isspace(*cp))
713 if (end_or_comment(ch))
756 if (!end_or_comment(*cp))
799 } else if (end_or_comment(ch)) {
805 if (end_or_comment(ch))
814 if (!end_or_comment(ch))
    [all...]

Completed in 65 milliseconds