Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/bin/
H A Dfiles.cc447 if (sccs_dir_path != NULL) { in read_dir()
457 sccs_dir_path, in read_dir()
461 (void) sprintf(mb_path, "%s/SCCS", sccs_dir_path); in read_dir()
H A Dmain.cc1549 sccs_dir_path = getenv("PROJECTDIR"); in setup_for_projectdir()
1550 if ((sccs_dir_path != NULL) && in setup_for_projectdir()
1551 (sccs_dir_path[0] != (int) slash_char)) { in setup_for_projectdir()
1560 if ((pwent = getpwnam(sccs_dir_path)) == NULL) { in setup_for_projectdir()
1566 sccs_dir_path = path; in setup_for_projectdir()
1571 sccs_dir_path = path; in setup_for_projectdir()
1579 (void) sprintf(path, "%s/%s", cwdpath,sccs_dir_path); in setup_for_projectdir()
1581 sccs_dir_path = path; in setup_for_projectdir()
1584 fatal(gettext("Bogus PROJECTDIR '%s'"), sccs_dir_path); in setup_for_projectdir()
H A Dglobals.cc140 char *sccs_dir_path; variable
/titanic_50/usr/src/cmd/make/include/mk/
H A Ddefs.h256 extern char *sccs_dir_path;