Searched refs:exitstat (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c82 execute_command_line (const char *command, bool wait, int *exitstat, argument
158 *exitstat = WIFEXITED(res) ? WEXITSTATUS(res) : res;
160 *exitstat = res;
176 GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat,
183 GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat,
190 if (exitstat)
191 estat_initial = estat = *exitstat;
196 if (exitstat && estat != estat_initial)
197 *exitstat = estat;
205 GFC_INTEGER_8 *exitstat, GFC_INTEGER_
182 execute_command_line_i4(const char *command, GFC_LOGICAL_4 *wait, GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat, char *cmdmsg, gfc_charlen_type command_len, gfc_charlen_type cmdmsg_len) argument
211 execute_command_line_i8(const char *command, GFC_LOGICAL_8 *wait, GFC_INTEGER_8 *exitstat, GFC_INTEGER_8 *cmdstat, char *cmdmsg, gfc_charlen_type command_len, gfc_charlen_type cmdmsg_len) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dexecute_command_line.c82 execute_command_line (const char *command, bool wait, int *exitstat, argument
158 *exitstat = WIFEXITED(res) ? WEXITSTATUS(res) : res;
160 *exitstat = res;
176 GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat,
183 GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat,
190 if (exitstat)
191 estat_initial = estat = *exitstat;
196 if (exitstat && estat != estat_initial)
197 *exitstat = estat;
205 GFC_INTEGER_8 *exitstat, GFC_INTEGER_
182 execute_command_line_i4(const char *command, GFC_LOGICAL_4 *wait, GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat, char *cmdmsg, gfc_charlen_type command_len, gfc_charlen_type cmdmsg_len) argument
211 execute_command_line_i8(const char *command, GFC_LOGICAL_8 *wait, GFC_INTEGER_8 *exitstat, GFC_INTEGER_8 *cmdstat, char *cmdmsg, gfc_charlen_type command_len, gfc_charlen_type cmdmsg_len) argument
[all...]
/netbsd-current/bin/csh/
H A Dsem.c375 exitstat();
393 exitstat();
H A Dextern.h44 __dead void exitstat(void);
H A Dcsh.c673 exitstat();
937 exitstat();
942 exitstat(void) function
H A Dexp.c461 exitstat();
H A Dglob.c706 exitstat();
H A Dlex.c1361 exitstat();
H A Dproc.c346 exitstat();
/netbsd-current/external/bsd/libpcap/dist/rpcapd/
H A Drpcapd.c834 int exitstat; local
839 while ((pid = waitpid(-1, &exitstat, WNOHANG)) > 0)
/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c241 static int exitstat; /* program exit status */ variable
516 exit(exitstat);
561 exitstat = 1;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/lib/
H A Dbinutils-common.exp1339 set exitstat "succeeded"
1340 if { $cmdret != 0 } { set exitstat "failed" }
1343 verbose -log "$exitstat with: <$comp_output>, expected: <$want_out(regex)>"
1345 verbose -log "$exitstat with: <$comp_output>, expected in file $want_out(file)"
1348 verbose -log "$exitstat with: <$comp_output>, no expected output"

Completed in 314 milliseconds