HomeSort by relevance Sort by last modified time
    Searched defs:exitstatus (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
chansession.h 35 int exitstatus; member in struct:exitinfo
  /system/core/sh/
eval.c 100 int exitstatus; /* exit status of last command */ variable
128 exitstatus = 0;
187 return exitstatus;
216 * exitstatus.
224 exitstatus = 0;
241 if (evalskip || exitstatus != 0)
247 if (evalskip || exitstatus == 0)
267 if (exitstatus == 0)
272 exitstatus = 0;
287 exitstatus = 0
    [all...]

Completed in 73 milliseconds