Searched refs:MAX_TOKEN_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #define MAX_TOKEN_SIZE 1024 macro644 char tokval[MAX_TOKEN_SIZE]; in parse_conf_file()654 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) { in parse_conf_file()664 MAX_TOKEN_SIZE)) == NULL) in parse_conf_file()1876 char tokval[MAX_TOKEN_SIZE]; in devfs_parse_binding_file()1885 if ((bindname = calloc(1, MAX_TOKEN_SIZE)) == NULL) { in devfs_parse_binding_file()1900 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) { in devfs_parse_binding_file()1919 MAX_TOKEN_SIZE) >= MAX_TOKEN_SIZE) in devfs_parse_binding_file()