Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:snprintf

1743         snprintf(path, FILENAME_MAX, "%s.dot", gOptions.graphFileName);
1745 snprintf(path, FILENAME_MAX, "/tmp/dot-%d-%d.dot", (int)time(NULL), rand());
1760 snprintf(command, 1024, "dot -Tpng -o '%s' '%s'", gOptions.graphFileName, path);