Home
last modified time | relevance | path

Searched refs:cmd_scanf (Results 1 – 3 of 3) sorted by relevance

/external/bcc/tests/cc/
Dtest_usdt_probes.cc118 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()
Dutils.cc19 int cmd_scanf(const char *cmd, const char *fmt, ...) { in cmd_scanf() function
Dtest_c_api.cc199 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);