Searched defs:arg_fmt (Results 1 – 6 of 6) sorted by relevance
/external/ltp/lib/ |
D | tst_res.c | 73 #define EXPAND_VAR_ARGS(buf, arg_fmt, buf_len) do {\ argument 146 const char *arg_fmt, ...) in tst_res__() 442 void (*func)(void), const char *arg_fmt, ...) in tst_brk__() 491 const char *arg_fmt, ...) in tst_resm_() 504 const void *buf, size_t size, const char *arg_fmt, ...) in tst_resm_hexd_() 543 void (*func)(void), const char *arg_fmt, ...) in tst_brkm_()
|
/external/ltp/include/old/ |
D | test.h | 141 #define tst_resm(ttype, arg_fmt, ...) \ argument 148 #define tst_resm_hexd(ttype, buf, size, arg_fmt, ...) \ argument 155 #define tst_brkm(ttype, func, arg_fmt, ...) \ argument
|
/external/ltp/include/ |
D | tst_test.h | 43 #define tst_res(ttype, arg_fmt, ...) \ argument 54 #define tst_brk(ttype, arg_fmt, ...) \ argument
|
/external/strace/tests-mx32/ |
D | keyctl.c | 151 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
|
/external/strace/tests/ |
D | keyctl.c | 151 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
|
/external/strace/tests-m32/ |
D | keyctl.c | 151 const char *arg_fmt[4] = { "%llu", "%llu", "%llu", "%llu" }; in do_keyctl() local
|