Lines Matching refs:ARGS
37 struct bstr *args)
46 #define PARSE_ERR(CARG, FMT, ARGS...) \
47 em_parse_error(EINVAL, args, CARG, &u32_ematch_util, FMT ,##ARGS)
49 if (args == NULL)
50 return PARSE_ERR(args, "u32: missing arguments");
52 if (!bstrcmp(args, "u8"))
54 else if (!bstrcmp(args, "u16"))
56 else if (!bstrcmp(args, "u32"))
59 return PARSE_ERR(args, "u32: invalid alignment");
61 a = bstr_next(args);