HomeSort by: relevance | last modified time | path
    Searched refs:exitstat (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
execute_command_line.c 82 execute_command_line (const char *command, bool wait, int *exitstat,
163 *exitstat = WIFEXITED(res) ? WEXITSTATUS(res) : res;
165 *exitstat = res;
181 GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat,
188 GFC_INTEGER_4 *exitstat, GFC_INTEGER_4 *cmdstat,
197 if (exitstat)
198 estat_initial = estat = *exitstat;
203 if (exitstat && estat != estat_initial)
204 *exitstat = estat;
212 GFC_INTEGER_8 *exitstat, GFC_INTEGER_8 *cmdstat
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
execute_command_line.c 82 execute_command_line (const char *command, bool wait, int *exitstat,
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_8 *cmdstat
    [all...]
  /src/bin/csh/
sem.c 375 exitstat();
393 exitstat();
extern.h 44 __dead void exitstat(void);
csh.c 673 exitstat();
937 exitstat();
942 exitstat(void) function
exp.c 461 exitstat();
glob.c 706 exitstat();
lex.c 1361 exitstat();
proc.c 346 exitstat();
  /src/external/bsd/libpcap/dist/rpcapd/
rpcapd.c 843 int exitstat; local
848 while ((pid = waitpid(-1, &exitstat, WNOHANG)) > 0)
  /src/usr.bin/unifdef/
unifdef.c 241 static int exitstat; /* program exit status */ variable
516 exit(exitstat);
561 exitstat = 1;

Completed in 47 milliseconds