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