Home
last modified time | relevance | path

Searched defs:arg_fmt (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ltp/lib/
H A Dtst_res.c76 #define EXPAND_VAR_ARGS(buf, arg_fmt, buf_len) do {\ argument
169 const char *arg_fmt, ...) in tst_res__()
481 void (*func)(void), const char *arg_fmt, ...) in tst_brk__()
530 const char *arg_fmt, ...) in tst_resm_()
546 const void *buf, size_t size, const char *arg_fmt, ...) in tst_resm_hexd_()
585 void (*func)(void), const char *arg_fmt, ...) in tst_brkm__()
/aosp_15_r20/external/ltp/include/
H A Dtst_test.h68 #define tst_res(ttype, arg_fmt, ...) \ argument
91 #define tst_res_hexd(ttype, buf, size, arg_fmt, ...) \ argument
116 #define tst_brk(ttype, arg_fmt, ...) \ argument
/aosp_15_r20/external/ltp/include/old/
H A Dtest.h104 #define tst_resm(ttype, arg_fmt, ...) \ argument
111 #define tst_resm_hexd(ttype, buf, size, arg_fmt, ...) \ argument
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_elf.h34 const char *arg_fmt; member
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbcc_elf.h34 const char *arg_fmt; member
/aosp_15_r20/external/strace/tests-m32/
H A Dkeyctl.c166 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
/aosp_15_r20/external/strace/tests/
H A Dkeyctl.c166 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dkeyctl.c166 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
/aosp_15_r20/external/bcc/src/cc/usdt/
H A Dusdt.cc35 Location::Location(uint64_t addr, const std::string &bin_path, const char *arg_fmt) in Location()