HomeSort by relevance Sort by last modified time
    Searched refs:xexit (Results 1 - 25 of 37) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/libiberty/
xexit.c 0 /* xexit.c -- Run any exit handlers, then exit.
22 @deftypefn Replacement void xexit (int @var{code})
47 xexit (int code) function
makefile.vms 10 OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
xmalloc.c 27 if any) and then call @code{xexit}. Note that it is therefore safe for
137 xexit (1);
argv.c 402 xexit (1);
  /toolchain/binutils/binutils-2.25/ld/
ldmisc.h 33 extern void xexit (int);
ldmisc.c 437 xexit (1);
543 xexit (1);
ldmain.c 248 xexit (1);
394 xexit (0);
399 xexit (0);
463 xexit (1);
538 xexit (0);
    [all...]
  /external/toybox/
main.c 82 xexit();
149 xexit();
169 xexit();
227 xexit();
  /external/toybox/toys/other/
mountpoint.c 27 xexit();
  /toolchain/binutils/binutils-2.25/binutils/
ar.c 341 xexit (help ? 0 : 1);
378 xexit (help ? 0 : 1);
584 xexit (1);
644 xexit (1);
672 xexit (status);
763 xexit (ranlib_only (argv[arg_index]));
856 xexit (0);
940 xexit (1);
1069 xexit (1);
1097 xexit (1)
    [all...]
resres.c 626 xexit (1);
705 xexit (1);
717 xexit (1);
bucomm.c 117 xexit (1);
138 xexit (1);
addr2line.c 383 xexit (1);
windres.c 387 xexit (1);
399 xexit (1);
566 xexit (1);
1094 xexit (0);
arsup.c 145 xexit (9);
  /external/toybox/toys/posix/
printf.c 42 if (*ptr == 'c') xexit();
split.c 95 xexit();
grep.c 185 if (toys.optflags & FLAG_q) xexit();
  /toolchain/binutils/binutils-2.25/gas/
messages.c 269 It xexit()s with a warning status. */
286 xexit (EXIT_FAILURE);
303 xexit (EXIT_FAILURE);
320 xexit (EXIT_FAILURE);
as.c     [all...]
  /external/toybox/lib/
xwrap.c 31 void xexit(void) function
166 xexit();
216 xexit();
lib.h 98 void xexit(void) noreturn;
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 368 xexit (1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 282 /* Register a function to be run by xexit. Returns 0 on success. */
288 extern void xexit (int status) ATTRIBUTE_NORETURN;
299 if any) and then call xexit. */
  /toolchain/binutils/binutils-2.25/include/
libiberty.h 285 /* Register a function to be run by xexit. Returns 0 on success. */
291 extern void xexit (int status) ATTRIBUTE_NORETURN;
302 if any) and then call xexit. */

Completed in 439 milliseconds

1 2