Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ftime
(Results
1 - 12
of
12
) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
timeb.h
19
int
ftime
(struct timeb *);
22
__REDIR(
ftime
, __ftime64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
timeb.h
19
int
ftime
(struct timeb *);
22
__REDIR(
ftime
, __ftime64);
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
timeb.h
19
int
ftime
(struct timeb *);
22
__REDIR(
ftime
, __ftime64);
/third_party/musl/include/sys/
H
A
D
timeb.h
19
int
ftime
(struct timeb *);
22
__REDIR(
ftime
, __ftime64);
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H
A
D
time_ftime_test.cpp
12
* @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
D
ftime.c
4
int
ftime
(struct timeb *tp)
in ftime()
function
/third_party/musl/compat/time32/
H
A
D
ftime32.c
15
if (
ftime
(&tb) < 0) return -1;
in __ftime32()
/third_party/zlib/contrib/untgz/
H
A
D
untgz.c
212
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
D
directories.pm
233
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
D
lametime.c
106
ftime
(&t);
in GetRealTime()
/third_party/FatFs/source/
H
A
D
ff.h
337
WORD
ftime
; /* Modified time */
member
H
A
D
ff.c
2246
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