Searched refs:exit_code (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/pkg/
H A Dgenerate_font_metadata.pl149 my $exit_code = $? >> 8;
150 if ($exit_code != 1) {
151 printf STDERR "$cmd exited with value %d\n", $exit_code;
152 exit($exit_code);
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbconf_xorg.c155 int exit_code; /* Program exit code */ local
587 exit_code = FBC_EXIT_SUCCESS;
616 exit_code = FBC_EXIT_FAILURE;
622 if ((exit_code == FBC_EXIT_SUCCESS) &&
639 exit_code = FBC_EXIT_FAILURE;
671 exit_code = FBC_EXIT_FAILURE;
693 return (exit_code);

Completed in 19 milliseconds