Searched refs:cmd_scanf (Results 1 – 3 of 3) sorted by relevance
/external/bcc/tests/cc/ |
D | test_usdt_probes.cc | 118 extern int cmd_scanf(const char *cmd, const char *fmt, ...); 126 if (cmd_scanf(cmd, "%d", &num_locations) != 0) { in probe_num_locations() 140 if (cmd_scanf(cmd, "%d", &num_arguments) != 0) { in probe_num_arguments()
|
D | utils.cc | 19 int cmd_scanf(const char *cmd, const char *fmt, ...) { in cmd_scanf() function
|
D | test_c_api.cc | 199 extern int cmd_scanf(const char *cmd, const char *fmt, ...); 251 REQUIRE(cmd_scanf(cmd, "%lx", &exp_addr) == 0); 256 REQUIRE(cmd_scanf(cmd, "%lx", &sym_addr) == 0);
|