Searched defs:NEED (Results 1 – 3 of 3) sorted by relevance
54 #define NEED(LEN, MSG) do \ in dovend_rfc1497() macro
1210 #define NEED(LEN, MSG) do \ macro
54 #define NEED(c, n, msg) {if (c < n) errx(EX_USAGE, msg);} macro