Searched refs:ciklog (Results 1 – 4 of 4) sorted by relevance
274 if (ls<sizeof(ciklog)-1 || memcmp(sp,ciklog,sizeof(ciklog)-1)) {
1011 char const ciklog[ciklogsize] = "checked in with -k by "; variable1121 if (sizeof(ciklog)-1<=ls && !memcmp(sp,ciklog,sizeof(ciklog)-1))
462 extern char const ciklog[ciklogsize];
1322 i = sizeof(ciklog)+strlen(caller)+3; in getlogmsg()1325 VOID sprintf(tp, "%s%s at ", ciklog, caller); in getlogmsg()