Home
last modified time | relevance | path

Searched refs:RECORD_WHITESPACE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.h70 #define RECORD_WHITESPACE (": \t") macro
H A Dpicldr.c119 token = (char *)strtok_r(buf, RECORD_WHITESPACE, &lasts); in env_read_policy_configuration()
128 token = (char *)strtok_r(lasts, RECORD_WHITESPACE, &lasts); in env_read_policy_configuration()
/titanic_44/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h53 #define RECORD_WHITESPACE ": \t\n" macro
H A Dpicld_pluginutil.c1138 tok = strtok_r(rec, RECORD_WHITESPACE, &last); in parse_and_tokenize_line()