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

  /external/toybox/
main.c 82 xexit();
147 xexit();
164 xexit();
205 xexit();
  /external/toybox/toys/other/
mountpoint.c 27 xexit();
  /external/toybox/toys/posix/
printf.c 42 if (*ptr == 'c') xexit();
split.c 95 xexit();
grep.c 148 if (toys.optflags & FLAG_q) xexit();
  /external/toybox/lib/
lib.h 88 void xexit(void) noreturn;
lib.c 49 xexit();
61 xexit();
xwrap.c 31 void xexit(void) function
  /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. */

Completed in 248 milliseconds