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

  /system/core/sh/bltin/
bltin.h 72 #define exit sh_exit
89 void sh_exit(int) __attribute__((__noreturn__));
  /system/core/sh/
error.h 106 void sh_exit(int) __attribute__((__noreturn__));
error.c 204 sh_exit(int rval) function
218 sh_exit(status);
225 sh_exit(status);
236 sh_exit(status);
243 sh_exit(status);

Completed in 146 milliseconds