Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dmount.c86 asprintf(&buf, "%s/bin/ls", SystemPath); in DoCreateTemplate()
119 SCRIPTPATH(SCRIPTDIR), SystemPath, BuildBase); in DoCreateTemplate()
386 sbase = SystemPath; in domount()
444 if (strcmp(SystemPath, "/") == 0) in makeDiscreteCopies()
446 SystemPath + 1, spath + 1); in makeDiscreteCopies()
449 SystemPath, spath + 1); in makeDiscreteCopies()
H A Dconfig.c70 const char *SystemPath = "/"; variable
199 asprintf(&buf, "%s/usr/src/sys/Makefile", SystemPath); in ParseConfiguration()
242 if (stat(SystemPath, &st) < 0) in ParseConfiguration()
243 dfatal("Directory missing: %s", SystemPath); in ParseConfiguration()
255 asprintf(&buf, "%s/bin/sh", SystemPath); in ParseConfiguration()
285 asprintf(&buf, "%s/usr/include/sys/param.h", SystemPath); in ParseConfiguration()
305 VersionFromSysctl, VersionFromParamHeader, SystemPath); in ParseConfiguration()
450 SystemPath = l2; in parseConfigFile()
H A Dmonitor.c133 SNPRINTF(rs->systempath, "%s", SystemPath); in MonitorReset()
H A Ddsynth.h576 extern const char *SystemPath;