Searched refs:sccs_dir_path (Results 1 – 4 of 4) sorted by relevance
447 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()
1549 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()
140 char *sccs_dir_path; variable
256 extern char *sccs_dir_path;