Home | History | Annotate | Download | only in loader

Lines Matching refs:tbuf

125     char tbuf[4];
558 tbuf[0] = p[0];
559 tbuf[1] = toASCIILower(p[1]);
560 tbuf[2] = toASCIILower(p[2]);
564 if (tbuf[0] == month_names[pos+0] &&
565 tbuf[1] == month_names[pos+1] &&
566 tbuf[2] == month_names[pos+2])
1387 tbuf[0] = toASCIIUpper(p[0]);
1388 tbuf[1] = toASCIILower(p[1]);
1389 tbuf[2] = toASCIILower(p[2]);
1392 if (tbuf[0] == month_names[pos+0] &&
1393 tbuf[1] == month_names[pos+1] &&
1394 tbuf[2] == month_names[pos+2])