Searched defs:MAX_TOKEN_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c55 #define MAX_TOKEN_SIZE 1024 macro
644 char tokval[MAX_TOKEN_SIZE];
654 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {
664 MAX_TOKEN_SIZE)) == NULL)
1876 char tokval[MAX_TOKEN_SIZE];
1885 if ((bindname = calloc(1, MAX_TOKEN_SIZE)) == NULL) {
1900 while ((token = lex(&file, tokval, MAX_TOKEN_SIZE)) != T_EOF) {
1919 MAX_TOKEN_SIZE) >= MAX_TOKEN_SIZE)

Completed in 49 milliseconds