Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/archival/libarchive/bz/
Dbzlib_private.h37 #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/
Dgzip.c104 # define Assert(cond,msg) { if (!(cond)) bb_simple_error_msg(msg); } argument
111 # define Assert(cond,msg) argument
/busybox-1.35.0/shell/
Dash.c299 # 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/
Dbc.c5818 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()