Home
last modified time | relevance | path

Searched refs:WD_DELIMETER (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.h127 #define WD_DELIMETER " \t\n" macro
H A Dpiclwatchdog.c145 value = (char *)strtok_r((char *)buf, WD_DELIMETER, &last); in wd_parse_config_file()
147 token = (char *)strtok_r(last, WD_DELIMETER, &last); in wd_parse_config_file()