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

  /external/libxml2/
xmlcatalog.c 333 int exit_value = 0; local
466 exit_value = 1;
479 exit_value = 1;
494 exit_value = 2;
510 exit_value = 2;
535 exit_value = 3;
544 exit_value = 1;
563 exit_value = 4;
576 exit_value = 4;
595 exit_value = 2
    [all...]
  /external/e2fsprogs/e2fsck/
scantest.c 93 int exit_value = 0; local
142 return exit_value;
iscan.c 98 int exit_value = FSCK_OK; local
unix.c 880 int exit_value = FSCK_OK; local
    [all...]
  /external/icu4c/tools/genrb/
gendtjar.pl 360 my $exit_value = $? >> 8;
363 if ($exit_value == 0) {
369 print "ERROR: Execution of $prompt returned ($exit_value)\n";

Completed in 65 milliseconds