Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dsynth/
H A Dconfig.c66 const char *OptionsPath = "/build/synth/options"; variable
234 if (stat(OptionsPath, &st) < 0) in ParseConfiguration()
235 dfatal("Directory missing: %s", OptionsPath); in ParseConfiguration()
440 OptionsPath = l2; in parseConfigFile()
H A Dmonitor.c129 SNPRINTF(rs->optionspath, "%s", OptionsPath); in MonitorReset()
H A Dmount.c233 domount(work, NULLFS_RW, OptionsPath, "/options", NULL); in DoWorkerMounts()
H A Ddsynth.h572 extern const char *OptionsPath;
H A Dbuild.c3147 benv[bi].data = OptionsPath; in childHookRun()