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

/illumos-gate/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);
147 token = (char *)strtok_r(last, WD_DELIMETER, &last);

Completed in 61 milliseconds