Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dconfig.c69 const char *LogsPath = "/build/synth/logs"; variable
240 if (stat(LogsPath, &st) < 0) in ParseConfiguration()
241 dfatal("Directory missing: %s", LogsPath); in ParseConfiguration()
327 asprintf(&StatsBase, "%s/stats", LogsPath); in ParseConfiguration()
446 LogsPath = l2; in parseConfigFile()
H A Dmonitor.c132 SNPRINTF(rs->logspath, "%s", LogsPath); in MonitorReset()
H A Dhtml.c101 asprintf(&ReportPath, "%s/Report", LogsPath); in HtmlInit()
H A Ddsynth.h575 extern const char *LogsPath;
H A Dsubs.c137 asprintf(&path, "%s/%s", LogsPath, DLogNames[which]); in dlogfd()
H A Dbuild.c2124 LogsPath, len, len, portdir, in WorkerProcess()
3155 benv[bi].data = LogsPath; in childHookRun()