HomeSort by: relevance | last modified time | path
    Searched defs:WIFEXITED (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/imake/dist/
imake.c 222 # ifndef WIFEXITED
223 # define WIFEXITED(w) waitCode(w)
788 if (WIFEXITED(status) && waitCode(status))
  /xsrc/external/mit/xterm/dist/
misc.c 2290 #ifndef WIFEXITED
2291 #define WIFEXITED(status) ((status & 0xff) != 0)
2293 if (WIFEXITED(childstat))

Completed in 9 milliseconds