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

  /src/external/gpl2/groff/dist/src/roff/troff/
div.cpp 560 void cleanup_and_exit(int exit_code) function
578 cleanup_and_exit(0);
583 cleanup_and_exit(0);
  /src/external/gpl3/binutils/dist/binutils/
dllwrap.c 122 static void cleanup_and_exit (int);
340 cleanup_and_exit (int status) function
1008 cleanup_and_exit (1);
1063 cleanup_and_exit (1);
1121 cleanup_and_exit (1);
1164 cleanup_and_exit (1);
1212 cleanup_and_exit (1);
1247 cleanup_and_exit (1);
1252 cleanup_and_exit (0);
  /src/external/gpl3/binutils.old/dist/binutils/
dllwrap.c 122 static void cleanup_and_exit (int);
340 cleanup_and_exit (int status) function
1008 cleanup_and_exit (1);
1063 cleanup_and_exit (1);
1121 cleanup_and_exit (1);
1164 cleanup_and_exit (1);
1212 cleanup_and_exit (1);
1247 cleanup_and_exit (1);
1252 cleanup_and_exit (0);
  /src/external/lgpl3/gmp/dist/demos/
pexpr.c 112 void cleanup_and_exit (int);
189 act.sa_handler = cleanup_and_exit;
194 #define SIGNAL(sig) signal (sig, cleanup_and_exit)
1364 cleanup_and_exit (int sig) function

Completed in 25 milliseconds