IPE_POLICY_DELIM
while ((t = strsep(&line, IPE_POLICY_DELIM)) != NULL) {
while (t = strsep(&line, IPE_POLICY_DELIM), line) {