Searched defs:cond (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/archival/libarchive/bz/ |
D | bzlib_private.h | 37 #define AssertH(cond, errcode) \ argument 43 #define AssertH(cond, msg) do { } while (0) argument 47 #define AssertD(cond, msg) \ argument 53 #define AssertD(cond, msg) do { } while (0) argument
|
/busybox-1.35.0/archival/ |
D | gzip.c | 104 # define Assert(cond,msg) { if (!(cond)) bb_simple_error_msg(msg); } argument 111 # define Assert(cond,msg) argument
|
/busybox-1.35.0/shell/ |
D | ash.c | 299 # define unlikely(cond) (cond) argument 1414 ash_vmsg_and_raise(int cond, const char *msg, va_list ap) in ash_vmsg_and_raise() 1461 ash_msg_and_raise(int cond, const char *msg, ...) in ash_msg_and_raise()
|
/busybox-1.35.0/miscutils/ |
D | bc.c | 5818 ssize_t cond; in zxc_program_logical() local 6549 static BC_STATUS zdc_program_execStr(char *code, size_t *bgn, bool cond) in zdc_program_execStr()
|