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

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c1405 * parsedOK indicates whether tzparse() was called and
1410 int parsedOK = FALSE; local
1412 if (name[0] == ':' || !(parsedOK = tzparse(name, lclptr, FALSE) == 0))
1418 notify_register_tz(parsedOK ? NULL : fullname, &lcl_notify);

Completed in 104 milliseconds