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

/haiku-fatelf/src/bin/rcs/
H A Drcsfcmp.c275 if (ls<sizeof(ciklog)-1 || memcmp(sp,ciklog,sizeof(ciklog)-1)) {
H A Drcsedit.c1012 char const ciklog[ciklogsize] = "checked in with -k by "; variable
1116 if (sizeof(ciklog)-1<=ls && !memcmp(sp,ciklog,sizeof(ciklog)-1))
H A Dci.c1276 i = sizeof(ciklog)+strlen(caller)+3;
1279 VOID sprintf(tp, "%s%s at ", ciklog, caller);
H A Drcsbase.h455 extern char const ciklog[ciklogsize];

Completed in 102 milliseconds