* tests/add_key.c (_STR, ARG_STR): Move ...
* tests/tests.h: ... here.
(ARG_ULL_STR): New macro.
* tests/keyctl.c (ARG_STR): Remove.
* tests/quotactl.h (ARG_STR): Likewise.
* tests/request_key.c (ARG_STR): Likewise.
printf(") = %s\n", errstr);
}
-# define _STR(_arg) #_arg
-# define ARG_STR(_arg) (_arg), #_arg
-
int
main(void)
{
printf(") = %s\n", errstr);
}
-# define ARG_STR(_arg) (_arg), #_arg
-
int
main(void)
{
printf("%s%s=%#llx", (prefix), #field, \
zero_extend_signed_to_ull((where)->field))
-# define ARG_STR(_arg) (_arg), #_arg
-
typedef void (*print_cb)(long rc, void *addr, void *arg);
enum check_quotactl_flag_bits {
printf(") = %s\n", errstr);
}
-# define _STR(_arg) #_arg
-# define ARG_STR(_arg) (_arg), #_arg
-
int
main(void)
{
# endif
# define LL_VAL_TO_PAIR(llval) LL_PAIR((long) ((llval) >> 32), (long) (llval))
+# define _STR(_arg) #_arg
+# define ARG_STR(_arg) (_arg), #_arg
+# define ARG_ULL_STR(_arg) _arg##ULL, #_arg
+
#endif /* !STRACE_TESTS_H */