Searched refs:trustyprefix (Results 1 – 1 of 1) sorted by relevance
27 static const char trustyprefix[] = "trusty"; variable50 char linebuffer[TRUSTY_LINE_BUFFER_SIZE + sizeof(trustyprefix) + 1]; in LogMsg()59 strcpy(linebuffer + 1, trustyprefix); in LogMsg()60 strncpy(linebuffer + 1 + sizeof(trustyprefix), msg, sublen); in LogMsg()67 sizeof(trustyprefix) + sublen + 2); in LogMsg()