Searched refs:sccs (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dbringovercheck.sh81 sccs get -G "$file" "$file"
H A Dwebrev.sh1564 # Print out Code Inspection figures similar to sccs-prt(1) format.
2184 [[ -z $SCCS ]] && SCCS=`look_for_prog sccs`
/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc395 body.sccs.file = file;
514 /* if sccs dependency is already set,skip */
518 if (sprop->body.sccs.file) {
529 body.sccs.file = file;
H A Ddoname.cc268 * do_get Run sccs get is nessecary
658 /* Try to sccs get */
909 * do_get Allow use of sccs get in recursive doname()
1607 * If this is an sccs command, we have to do some extra checking
1616 fatal(gettext("%s is writable so it cannot be sccs gotten"),
2595 * target is a symlink and sccs file is newer then target.
2656 * Figures out if it possible to sccs get a file
2660 * Indicates if sccs get failed or not
2669 * sccs_get_rule The rule to used for sccs getting
2683 /* For sccs, w
[all...]
/illumos-gate/usr/src/cmd/file/
H A Dfile.c168 static int sccs(void);
625 if (sccs()) { /* look for "1hddddd" where d is a digit */
626 (void) printf("sccs \n");
1402 sccs(void) function
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h477 Boolean has_complained:1; /* For sccs */
676 struct Sccs sccs; member in union:Body

Completed in 94 milliseconds