Searched refs:kFirstLineLength (Results 1 – 3 of 3) sorted by relevance
51 static const int kFirstLineLength = 40;
71 const int kFirstLineLength = 40; in skipFileHeader() local72 char firstline[kFirstLineLength]; in skipFileHeader()73 if (fgets(firstline, kFirstLineLength, fp) == NULL) { in skipFileHeader()
27 static const size_t kFirstLineLength = 40; variable140 char firstline[kFirstLineLength + 1] = {0}; in Init()141 if (fgets(firstline, kFirstLineLength, file_) == NULL) { in Init()