Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c2306 set_basedir(const char *targetdir, int report_baddir) in set_basedir() argument
2340 if (chdir_status && *targetdir != '/') { in set_basedir()
2358 if (realpath(targetdir, basedir) == NULL) { in set_basedir()
2361 say("", "&%s: realpath", targetdir); in set_basedir()