Home
last modified time | relevance | path

Searched refs:WOULD_EXIT (Results 1 - 5 of 5) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dgzip.c107 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 Dlib.h425 #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 Dlib.h416 #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 Dps.c1017 // 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 Dps.c1060 // 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