Searched refs:WOULD_EXIT (Results 1 - 5 of 5) sorted by relevance
/third_party/toybox/toys/lsb/ |
H A D | gzip.c | 107 if (dd) WOULD_EXIT(x, gunzip_fd(in_fd, out_fd)); 108 else WOULD_EXIT(x, gzip_fd(in_fd, out_fd));
|
/third_party/toybox/lib/ |
H A D | lib.h | 425 #define WOULD_EXIT(y, x) do { sigjmp_buf _noexit; \ macro 435 #define NOEXIT(x) WOULD_EXIT(_noexit_res, x)
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 416 #define WOULD_EXIT(y, x) do { sigjmp_buf _noexit; \ macro 426 #define NOEXIT(x) WOULD_EXIT(_noexit_res, x)
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1017 // Caller's WOULD_EXIT catches -o help and prints help in parse_ko() 1235 WOULD_EXIT(x, comma_args(arg ? arg : &def, fields, err, parse_ko)); in default_ko()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1060 // Caller's WOULD_EXIT catches -o help and prints help in parse_ko() 1278 WOULD_EXIT(x, comma_args(arg ? arg : &def, fields, err, parse_ko)); in default_ko()
|
Completed in 8 milliseconds