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

/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c277 if (ls<sizeof(ciklog)-1 || memcmp(sp,ciklog,sizeof(ciklog)-1)) {
H A Drcsedit.c1031 char const ciklog[ciklogsize] = "checked in with -k by "; variable
1139 if (sizeof(ciklog)-1<=ls && !memcmp(sp,ciklog,sizeof(ciklog)-1))
H A Drcsbase.h480 extern char const ciklog[ciklogsize];
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/ci/
H A Dci.c1282 i = sizeof(ciklog)+strlen(caller)+3;
1285 VOID sprintf(tp, "%s%s at ", ciklog, caller);

Completed in 109 milliseconds