Lines Matching full:token_buf
2365 static char token_buf[STRING_MAX_SIZE + 1];
8885 q = token_buf;
8917 if (q >= token_buf + STRING_MAX_SIZE) {
8939 q = token_buf;
9015 if (q >= token_buf + STRING_MAX_SIZE)
9021 if (q >= token_buf + STRING_MAX_SIZE)
9028 if (q >= token_buf + STRING_MAX_SIZE)
9033 if (q >= token_buf + STRING_MAX_SIZE)
9041 if (q >= token_buf + STRING_MAX_SIZE)
9053 tokc.f = strtof(token_buf, NULL);
9057 tokc.ld = strtold(token_buf, NULL);
9060 tokc.d = strtod(token_buf, NULL);
9069 q = token_buf;