Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
HDmonitor.c73 mkdir(StatsBase, 0755); in MonitorInit()
74 if (stat(StatsBase, &st) < 0) in MonitorInit()
77 dfatal("%s not owned by current uid", StatsBase); in MonitorInit()
HDconfig.c72 char *StatsBase; variable
327 asprintf(&StatsBase, "%s/stats", LogsPath); in ParseConfiguration()
328 asprintf(&StatsFilePath, "%s/monitor.dat", StatsBase); in ParseConfiguration()
329 asprintf(&StatsLockPath, "%s/monitor.lk", StatsBase); in ParseConfiguration()
HDdsynth.c298 asprintf(&spath, "%s/%s", StatsBase, STATS_FILE); in main()
299 asprintf(&lpath, "%s/%s", StatsBase, STATS_LOCKFILE); in main()
HDdsynth.h580 extern char *StatsBase;