Searched refs:ASL_TOKEN_SEPARATORS (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Dasloptions.c70 #define ASL_TOKEN_SEPARATORS " \t\n" macro
795 Token = strtok (InBuffer, ASL_TOKEN_SEPARATORS);
799 Token = strtok (NULL, ASL_TOKEN_SEPARATORS);

Completed in 80 milliseconds