Home
last modified time | relevance | path

Searched defs:localtime (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/src/time/
H A Dlocaltime.c3 struct tm *localtime(const time_t *t) in localtime() function
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dlocaltime.c3 struct tm *localtime(const time_t *t) in localtime() function
/third_party/ltp/lib/
H A Dtst_wallclock.c45 static const char *localtime = "/etc/localtime"; in tst_wallclock_restore() local
/third_party/python/Lib/email/
H A Dutils.py334 def localtime(dt=None, isdst=-1): function
[all...]
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLoggerOutput.cpp173 outputStream << std::put_time(std::localtime(&time), "%H:%M:%S.") << std::setw(3) << std::left << ms.count() << " " << Logger::getLogLevelName(aLogLevel, true); member in lume::StdOutput::std
235 outputStream << std::put_time(std::localtime(&time), "%D %H:%M:%S.") << ms.count() << " " << Logger::getLogLevelName(aLogLevel, true); member in lume::WindowsDebugOutput::std
268 outputStream << std::put_time(std::localtime(&time), "%D %H:%M:%S.") << ms.count() << " " << Logger::getLogLevelName(aLogLevel, false); member in lume::FileOutput::std
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h268 # undef localtime macro
269 # define localtime tz_localtime macro
H A Dlocaltime.c1334 localtime(const time_t *const timep) in localtime() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h268 # undef localtime macro
269 # define localtime tz_localtime macro
H A Dlocaltime.c1332 localtime(const time_t *const timep) in localtime() function
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dp80211metastruct.h102 struct p80211item_uint32 localtime; member
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dp80211metastruct.h81 struct p80211item_uint32 localtime; member
/kernel/liteos_m/kal/posix/src/
H A Dtime.c638 struct tm *localtime(const time_t *timer) in localtime() function
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c376 struct tm *localtime(const time_t *timer) in localtime() function
/third_party/tzdata/
H A Dprivate.h619 # undef localtime macro
620 # define localtime tz_localtime macro
H A Dlocaltime.c1616 localtime(const time_t *timep) in localtime() function
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dhost.h772 __le64 localtime; member
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dwl3501.h449 char localtime[8]; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dhost.h776 __le64 localtime; member
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dwl3501.h449 char localtime[8]; member
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs800 pub fn localtime(arg1: *const time_t) -> *mut tm; in localtime() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs512 pub fn localtime(a: *const time_t) -> *mut tm; in localtime() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1263 pub fn localtime(time_p: *const time_t) -> *mut tm; in localtime() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1255 pub fn localtime(time_p: *const time_t) -> *mut tm; in localtime() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3772 pub fn localtime(time_p: *const time_t) -> *mut tm; in localtime() functions
/third_party/sqlite/src/
H A Dsqlite3.c47277 struct tm *__cdecl localtime(const time_t *t) localtime() function
[all...]

Completed in 189 milliseconds