Lines Matching defs:tokbuf
442 parse_conf_entry(struct conf_file *filep, char *tokbuf, size_t linesize)
468 if ((prop_name = strdup(tokbuf)) == NULL)
472 file_err(filep, tok_err, tokbuf);
481 file_err(filep, tok_err, tokbuf);
487 if ((string = strdup(tokbuf)) == NULL)
554 file_err(filep, tok_err, tokbuf);
568 (int)strtol(tokbuf, NULL, 0);
580 file_err(filep, tok_err, tokbuf);
592 file_err(filep, tok_err, tokbuf);
605 file_err(filep, tok_err, tokbuf);
608 } while ((token = lex(filep, tokbuf, linesize)) != T_SEMICOLON);