Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c442 STATIC INT64 DstConfigDecode(INT32 year, const CHAR *dstString) in DstConfigDecode() function
477 dstStart = DstConfigDecode(year, strDstStart); in DstConfigCheck()
478 dstEnd = DstConfigDecode(year, strDstEnd); in DstConfigCheck()
544 dstStart = DstConfigDecode(time.tm_year, g_strDstStart); in CheckWithinDstPeriod()
545 dstEnd = DstConfigDecode(time.tm_year, g_strDstEnd); in CheckWithinDstPeriod()
619 dstStart = DstConfigDecode(year, g_strDstStart); in dst_inquire()
620 dstEnd = DstConfigDecode(year, g_strDstEnd); in dst_inquire()

Completed in 2 milliseconds