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

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h 26 EXIT = 1,
42 /// encountered (function entry, function exit, etc.). See the
  /src/sys/arch/hppa/include/
asm.h 100 #define EXIT(x) ! .exit ! .procend ! .size x, .-x
  /src/games/atc/
struct.h 57 typedef SCREEN_POS EXIT;
69 EXIT *exit; member in struct:__anon439b482b0308
  /src/sbin/sysctl/
sysctl.c 151 #define EXIT(n) do { \
152 if (fn == NULL) exit(n); else return; } while (/*CONSTCOND*/0)
694 exit(EXIT_FAILURE);
905 EXIT(EXIT_FAILURE);
925 exit(EXIT_FAILURE);
934 exit(EXIT_FAILURE);
996 exit(EXIT_FAILURE);
1077 EXIT(EXIT_FAILURE);
1081 EXIT(EXIT_FAILURE);
1089 EXIT(EXIT_FAILURE)
    [all...]

Completed in 190 milliseconds