Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/evtranalyze/
H A Dplotter.c301 static const char *ploticus_path = "/usr/local/bin/ploticus"; variable
307 if ((!stat(ploticus_path, &st)) && in plotter_factory()
311 warnx("%s does not exist or is not an executable file", ploticus_path); in plotter_factory()