Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc449 if (sccs_dir_path != NULL) { in read_dir()
459 sccs_dir_path, in read_dir()
463 (void) sprintf(mb_path, "%s/SCCS", sccs_dir_path); in read_dir()
H A Dmain.cc1586 sccs_dir_path = getenv("PROJECTDIR"); in setup_for_projectdir()
1587 if ((sccs_dir_path != NULL) && in setup_for_projectdir()
1588 (sccs_dir_path[0] != (int) slash_char)) { in setup_for_projectdir()
1597 if ((pwent = getpwnam(sccs_dir_path)) == NULL) { in setup_for_projectdir()
1603 sccs_dir_path = path; in setup_for_projectdir()
1608 sccs_dir_path = path; in setup_for_projectdir()
1616 (void) sprintf(path, "%s/%s", cwdpath,sccs_dir_path); in setup_for_projectdir()
1618 sccs_dir_path = path; in setup_for_projectdir()
1621 fatal(gettext("Bogus PROJECTDIR '%s'"), sccs_dir_path); in setup_for_projectdir()
H A Dglobals.cc142 char *sccs_dir_path; variable
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h263 extern char *sccs_dir_path;