Searched refs:StatsBase (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/usr.bin/dsynth/ |
| HD | monitor.c | 73 mkdir(StatsBase, 0755); in MonitorInit() 74 if (stat(StatsBase, &st) < 0) in MonitorInit() 77 dfatal("%s not owned by current uid", StatsBase); in MonitorInit()
|
| HD | config.c | 72 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()
|
| HD | dsynth.c | 298 asprintf(&spath, "%s/%s", StatsBase, STATS_FILE); in main() 299 asprintf(&lpath, "%s/%s", StatsBase, STATS_LOCKFILE); in main()
|
| HD | dsynth.h | 580 extern char *StatsBase;
|