Home
last modified time | relevance | path

Searched defs:exitval (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/
Dtoys.h109 char exitval; // Value error_exit feeds to exit() member
/third_party/toybox/porting/liteos_a/
Dtoys.h115 char exitval; // Value error_exit feeds to exit() member
/third_party/zlib/contrib/untgz/
Duntgz.c581 void help(int exitval) in help()