Searched refs:BaseDir (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/usr.sbin/pkg_install/create/
H A Dcreate.h38 extern char *BaseDir;
H A Dmain.c26 char *BaseDir = NULL; variable
116 BaseDir = optarg;
H A Dpl.c91 BaseDir && where && where[0] == '/' ? BaseDir : "", where, p->name);
244 BaseDir && where && where[0] == '/' ? BaseDir : "", where, p->name);
H A Dperform.c467 else if (p->type == PLIST_CWD && BaseDir && p->name && p->name[0] == '/')
468 fprintf(totar, "-C\n%s%s\n", BaseDir, p->name);

Completed in 51 milliseconds