Home
last modified time | relevance | path

Searched refs:ft_month (Results 1 – 14 of 14) sorted by relevance

/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgtimutil.cpp344 if((__ftime->ft_month >= 1) and (__ftime->ft_month <= 12)) { in FTimeToTime()
347 __tm->tm_mon = __ftime->ft_month - 1; in FTimeToTime()
381 _ft.ft_month = (word)(_tmp.tm_mon + 1); in TimeToFTime()
469 t.ft_year+1980, t.ft_month, t.ft_day, in FTimeToStr()
481 ft_year+1980, ft_month, ft_day, in c_str()
493 ft_year+1980, ft_month, ft_day, in c_str()
H A Dgtimall.h75 unsigned ft_month : 4; // Months member
90 unsigned ft_month : 4; // Months member
H A Dgfilutl1.cpp120 t.ft_month = f.tm_mon + 1; in gfixstattime()
140 t.ft_month = SystemTime.wMonth; in gfixstattime()
/dports/graphics/photopc/photopc-3.07/
H A Dfiletime.c114 ft.ft_month=ptm->tm_mon+1; in setfiletime()
/dports/editors/fte/fte/src/
H A Dport.h125 unsigned ft_month : 4; // Month member
/dports/archivers/libcabinet/libcabinet-0.30/
H A Dcfreader.cpp333 timeinfo.ft_month = fileinfo.month(); in setdosfiletime()
H A Dcfcreate.cpp150 file->set_date(datetime.ft_month, datetime.ft_day, datetime.ft_year + 1980); in add_file()
/dports/archivers/ha/ha-0.999b_2/pc/
H A Dmachine.c170 t.ft_month=dd.da_mon; in md_setft()
/dports/news/mmail/mmail-0.52/interfac/
H A Dmysystem.cc346 ut.ft_month = tmnow.tm_mon + 1; in myutime()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgefile.cpp434 fb->month = ftm.ft_month; in FileSelect()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dadaint.c895 unsigned file_month = fs.ft_month; in __gnat_file_time_fd()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dadaint.c895 unsigned file_month = fs.ft_month; in __gnat_file_time_fd()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmsdos.c4008 ft.ft_month = tm->tm_mon + 1; in futimens()
/dports/security/cryptlib/cryptlib-3.4.3/io/
H A Dfile.c5387 unsigned short ft_month : 4; /* Months */