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

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

Completed in 158 milliseconds