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

/netbsd-current/bin/pax/
H A Dtables.h77 typedef struct ftm { struct
81 struct ftm *fow;
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmain.c1329 struct tm *ftm; local
1333 ftm = gmtime (&unixtime);
1334 if (ftm == NULL)
1339 ftm = localtime (&unixtime);
1342 ftm->tm_year + (ftm->tm_year < 100 ? 0 : 1900),
1343 ftm->tm_mon + 1, ftm->tm_mday, ftm->tm_hour,
1344 ftm
[all...]
H A Dimport.c1084 struct tm *ftm; local
1271 ftm = gmtime (&now);
1273 ftm->tm_year + (ftm->tm_year < 100 ? 0 : 1900),
1274 ftm->tm_mon + 1, ftm->tm_mday, ftm->tm_hour,
1275 ftm->tm_min, ftm->tm_sec);
H A Drcs.c3121 struct tm xtm, *ftm; local
3176 ftm = gmtime (&revdate.tv_sec);
3178 ftm->tm_year + (ftm->tm_year < 100 ? 0 : 1900),
3179 ftm->tm_mon + 1, ftm->tm_mday, ftm->tm_hour,
3180 ftm->tm_min, ftm->tm_sec);
5024 struct tm *ftm; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dminiunz.c90 FILETIME ftm,ftLocal,ftCreate,ftLastAcc,ftLastWrite; local
96 LocalFileTimeToFileTime(&ftLocal,&ftm);
97 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dminiunz.c90 FILETIME ftm,ftLocal,ftCreate,ftLastAcc,ftLastWrite; local
96 LocalFileTimeToFileTime(&ftLocal,&ftm);
97 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dminiunz.c91 FILETIME ftm,ftLocal,ftCreate,ftLastAcc,ftLastWrite; local
97 LocalFileTimeToFileTime(&ftLocal,&ftm);
98 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dminiunz.c91 FILETIME ftm,ftLocal,ftCreate,ftLastAcc,ftLastWrite; local
97 LocalFileTimeToFileTime(&ftLocal,&ftm);
98 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dminiunz.c91 FILETIME ftm,ftLocal,ftCreate,ftLastAcc,ftLastWrite; local
97 LocalFileTimeToFileTime(&ftLocal,&ftm);
98 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d1366 SysTime ftm;
1368 getTimesWin(name, dummy, dummy, ftm);
1370 return ftm;
1442 SysTime ftm;
1444 getTimesWin(name, dummy, dummy, ftm);
1446 return ftm;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d1656 SysTime ftm;
1658 getTimesWin(name, dummy, dummy, ftm);
1660 return ftm;
1743 SysTime ftm;
1745 getTimesWin(name, dummy, dummy, ftm);
1747 return ftm;
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211.c4267 struct nlattr *ftm; local
4274 ftm = nla_nest_start(msg, NL80211_ATTR_FTM_RESPONDER);
4275 if (!ftm ||
4286 nla_nest_end(msg, ftm);

Completed in 229 milliseconds