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 632 static int end_or_comment(char ch) function
639 while (!end_or_comment(*cp) && !isspace(*cp))
708 if (end_or_comment(ch))
751 if (!end_or_comment(*cp))
794 } else if (end_or_comment(ch)) {
800 if (end_or_comment(ch))
809 if (!end_or_comment(ch))
    [all...]

Completed in 250 milliseconds