OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_cmd
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/testprof/
test_driver.c
3
void
run_cmd
(int res, int line, char *file, char *cmd)
function
tomcrypt_test.h
20
void
run_cmd
(int res, int line, char *file, char *cmd);
23
#define DO(x) do { fprintf(stderr, "%s:\n", #x);
run_cmd
((x), __LINE__, __FILE__, #x); } while (0);
25
#define DO(x) do {
run_cmd
((x), __LINE__, __FILE__, #x); } while (0);
Completed in 31 milliseconds