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

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c271 if (ls<sizeof(ciklog)-1 || memcmp(sp,ciklog,sizeof(ciklog)-1)) {
H A Drcsedit.c1008 char const ciklog[ciklogsize] = "checked in with -k by "; variable
1117 if (sizeof(ciklog)-1<=ls && !memcmp(sp,ciklog,sizeof(ciklog)-1))
H A Drcsbase.h453 extern char const ciklog[ciklogsize];
/freebsd-9.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c1272 i = sizeof(ciklog)+strlen(caller)+3;
1275 VOID sprintf(tp, "%s%s at ", ciklog, caller);

Completed in 57 milliseconds