Searched refs:startLen (Results 1 – 2 of 2) sorted by relevance
784 size_t startLen = strlen(start); in UpdateDerivedMake() local785 nextStart = start + startLen + 1; in UpdateDerivedMake()799 inGen = start[startLen - 1] == '\\'; in UpdateDerivedMake()1005 size_t startLen = strlen(start); in UpdateMake() local1006 if (start[startLen - 1] == '\\') in UpdateMake()1007 --startLen; in UpdateMake()1008 while (isspace(start[startLen - 1])) in UpdateMake()1009 --startLen; in UpdateMake()1012 myassert(strncmp(start, lastFileName, startLen) > 0 || in UpdateMake()1013 startLen > lastFileNameLen); in UpdateMake()[all …]
431 int startLen = buf->length(); in prepDomainLabel() local447 int count = buf->length() - startLen; in prepDomainLabel()456 if ((*buf)[startLen] == '-') { in prepDomainLabel()