HomeSort by relevance Sort by last modified time
    Searched refs:xexit (Results 1 - 25 of 42) 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 91 xexit();
96 xexit();
167 xexit();
244 xexit();
toys.h 116 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit() member in struct:toy_context
  /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);
  /external/toybox/toys/posix/
id.c 76 xexit();
146 xexit();
printf.c 42 if (*ptr == 'c') xexit();
split.c 95 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);
  /external/toybox/lib/
xwrap.c 31 // We replaced exit(), _exit(), and atexit() with xexit(), _xexit(), and
33 // instead of exiting, lets xexit() report stdout flush failures to stderr
45 void xexit(void) function
47 // Call toys.xexit functions in reverse order added.
48 while (toys.xexit) {
49 // This is typecasting xexit->arg to a function pointer,then calling it.
52 ((void (*)(int))(toys.xexit->arg))(0);
54 free(llist_pop(&toys.xexit));
194 xexit();
244 xexit();
    [all...]
lib.c 49 xexit();
61 xexit();
78 xexit();
800 xexit();
813 al->next = toys.xexit;
815 toys.xexit = al;
  /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. */
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 364 xexit(2)
369 // xexit exits the process with return code n.
370 func xexit(n int) { func
510 xexit(0)
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 364 xexit(2)
369 // xexit exits the process with return code n.
370 func xexit(n int) { func
510 xexit(0)

Completed in 990 milliseconds

1 2