Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimeb.h19 int ftime(struct timeb *);
22 __REDIR(ftime, __ftime64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimeb.h19 int ftime(struct timeb *);
22 __REDIR(ftime, __ftime64);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimeb.h19 int ftime(struct timeb *);
22 __REDIR(ftime, __ftime64);
/third_party/musl/include/sys/
H A Dtimeb.h19 int ftime(struct timeb *);
22 __REDIR(ftime, __ftime64);
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_ftime_test.cpp12 * @tc.desc: Test the functionality of the ftime function and compares the system time obtained from
13 * std::chrono::system_clock::now() with the time obtained from ftime function.
19 int result = ftime(&tmb); in HWTEST_F()
21 ftime(&tmb); in HWTEST_F()
/third_party/musl/src/time/
H A Dftime.c4 int ftime(struct timeb *tp) in ftime() function
/third_party/musl/compat/time32/
H A Dftime32.c15 if (ftime(&tb) < 0) return -1; in __ftime32()
/third_party/zlib/contrib/untgz/
H A Duntgz.c212 int setfiletime (char *fname,time_t ftime) in setfiletime() argument
222 loctm = localtime(&ftime); in setfiletime()
259 settime.actime = settime.modtime = ftime; in setfiletime()
/third_party/curl/tests/
H A Ddirectories.pm233 my $ftime = $file{'time'} ? sprintf("%10s", $file{'time'}) : "Jan 9 1933";
234 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/third_party/lame/frontend/
H A Dlametime.c106 ftime(&t); in GetRealTime()
/third_party/FatFs/source/
H A Dff.h337 WORD ftime; /* Modified time */ member
H A Dff.c2246 fno->ftime = ld_word(dp->dir + DIR_ModTime + 0); /* Time */ in get_fileinfo()
5127 st_dword(dj.dir + DIR_ModTime, (DWORD)fno->fdate << 16 | fno->ftime);

Completed in 13 milliseconds