Searched refs:nIncludeOptionShort_Length (Results 1 – 1 of 1) sorted by relevance
41 const uintt nIncludeOptionShort_Length = strlen(sIncludeOptionShort); variable60 return strncmp(i_option, sIncludeOptionShort, nIncludeOptionShort_Length) == 0 in IsIncludeOption()68 if ( strncmp(i_option, sIncludeOptionShort, nIncludeOptionShort_Length) in IncludeFile_fromIncludeOption()71 return String(i_option, nIncludeOptionShort_Length, str::maxsize); in IncludeFile_fromIncludeOption()
Completed in 18 milliseconds