Home
last modified time | relevance | path

Searched refs:WRITE_STR3 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
Dcommand.c127 WRITE_STR3(fd, in setup_control()
136 WRITE_STR3(fd, "base: ", dir, "\n"); in setup_control()
137 WRITE_STR3(fd, "dumps: ", out_file, "\n"); in setup_control()
138 WRITE_STR3(fd, "control: ", command_file, "\n"); in setup_control()
139 WRITE_STR3(fd, "result: ", result_file, "\n"); in setup_control()
207 WRITE_STR3(fd, "base: ", out_file, "\n"); in dump_info()
Dglobal.h153 #define WRITE_STR3(fd, str1, str2, str3) \ macro