Home
last modified time | relevance | path

Searched refs:tm_mon (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlocaltime.c96 tmp->tm_mon = 0; in nolocks_localtime()
97 while(days >= mdays[tmp->tm_mon]) { in nolocks_localtime()
98 days -= mdays[tmp->tm_mon]; in nolocks_localtime()
99 tmp->tm_mon++; in nolocks_localtime()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c93 TM_CHECK(tms->tm_mon < 0 || tms->tm_mon > 11, "month"); in validate_tm_struct()
137 tms.tm_mon = bcd2bin(reg[5] & 0x1f) - 1; /* Month field is 0..11 */ in cvmx_rtc_ds1337_read()
175 reg[5] = bin2bcd(tms.tm_mon + 1); in cvmx_rtc_ds1337_write()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_time.h25 #define ngx_tm_mon tm_mon
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloslib.c142 setfield(L, "month", stm->tm_mon+1); in os_date()
182 ts.tm_mon = getfield(L, "month", -1) - 1; in os_time()
/f-stack/freebsd/sys/
H A Defi.h100 uint8_t tm_mon; /* 1 - 12 */ member
/f-stack/freebsd/amd64/amd64/
H A Defirt_machdep.c347 "Sec %d\n", tm.tm_year, tm.tm_mon, tm.tm_mday, tm.tm_hour, in efi_time_sysctl_handler()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_regs.c209 tm->tm_mon + 1, (int)tm->tm_mday, 1900 + tm->tm_year, in qede_set_fw_dump_file_name()