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

/macosx-10.10/patch_cmds-17/patch/
H A Dcommon.h43 #define SCCSPREFIX "s." macro
H A Dinp.c192 } else if (try("%s/SCCS/%s%s", filedir, SCCSPREFIX, filebase) ||
193 try("%s/%s%s", filedir, SCCSPREFIX, filebase)) {
H A Dutil.c393 try("%s/SCCS/%s%s", filedir, SCCSPREFIX, filebase) ||
394 try("%s/%s%s", filedir, SCCSPREFIX, filebase))
/macosx-10.10/gpatch-3/patch/
H A Dutil.c238 static char const SCCSPREFIX[] = "s."; variable
268 size_t maxfixlen = sizeof "SCCS/" - 1 + sizeof SCCSPREFIX - 1;
314 else if (try2 ("SCCS/%s%s", SCCSPREFIX, filebase)
315 || try2 ("%s%s", SCCSPREFIX, filebase))

Completed in 127 milliseconds