Searched defs:arg_fmt (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_res.c | 76 #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 D | tst_test.h | 68 #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 D | test.h | 104 #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 D | bcc_elf.h | 34 const char *arg_fmt; member
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | bcc_elf.h | 34 const char *arg_fmt; member
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | keyctl.c | 166 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | keyctl.c | 166 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | keyctl.c | 166 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
|
/aosp_15_r20/external/bcc/src/cc/usdt/ |
H A D | usdt.cc | 35 Location::Location(uint64_t addr, const std::string &bin_path, const char *arg_fmt) in Location()
|