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:gmtime
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_m/testsuites/unittest/fuzz/src/time/
H
A
D
gmtime_fuzz.c
48
printf("Fuzz test in line [%d]
gmtime
start.\n", __LINE__);
in GmtimeFuzzTest()
58
(void)
gmtime
(&timep);
in GmtimeFuzzTest()
66
printf("Fuzz test in line [%d]
gmtime
ok\n", __LINE__);
in GmtimeFuzzTest()
/kernel/liteos_m/testsuites/unittest/posix/src/time/
H
A
D
time_func_test_01.c
195
* @tc.name test
gmtime
api
203
struct tm *timePtr =
gmtime
(&time1);
207
timePtr =
gmtime
(&time1);
212
timePtr =
gmtime
(&time1);
217
timePtr =
gmtime
(&time1);
222
timePtr =
gmtime
(&time1);
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
data-convert-json.c
273
strftime(buf, sizeof(buf), "%FT%TZ",
gmtime
(&stctime));
in output_headers()
/kernel/linux/linux-6.6/tools/thermal/thermometer/
H
A
D
thermometer.c
213
"-%Y-%m-%d_%H:%M:%S",
gmtime
(&now));
in options_init()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H
A
D
utils.c
82
tm_info =
gmtime
(&duration);
in get_duration()
/kernel/liteos_m/kal/posix/src/
H
A
D
time.c
608
struct tm *
gmtime
(const time_t *timer)
in gmtime()
function
/kernel/linux/linux-5.10/scripts/
H
A
D
kernel-doc
308
@build_time =
gmtime
($seconds);
/kernel/linux/linux-6.6/scripts/
H
A
D
kernel-doc
161
@build_time =
gmtime
($seconds);
Completed in 9 milliseconds