Lines Matching refs:tokval
644 char tokval[MAX_TOKEN_SIZE]; in parse_conf_file() local
654 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) { in parse_conf_file()
663 if ((confent = parse_conf_entry(&file, tokval, in parse_conf_file()
1876 char tokval[MAX_TOKEN_SIZE]; in devfs_parse_binding_file() local
1900 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) { in devfs_parse_binding_file()
1912 if (strlcpy(devpath, tokval, in devfs_parse_binding_file()
1918 if (strlcpy(bindname, tokval, in devfs_parse_binding_file()
1930 file_err(&file, tok_err, tokval); in devfs_parse_binding_file()
1939 instval = (int)strtol(tokval, NULL, 0); in devfs_parse_binding_file()
1943 file_err(&file, tok_err, tokval); in devfs_parse_binding_file()
1953 file_err(&file, tok_err, tokval); in devfs_parse_binding_file()