Home
last modified time | relevance | path

Searched refs:st (Results 1 – 8 of 8) sorted by relevance

/openthread-3.4.0/examples/platforms/simulation/
Dflash.c57 struct stat st; in otPlatFlashInit() local
61 memset(&st, 0, sizeof(st)); in otPlatFlashInit()
63 if (stat(path, &st) == -1) in otPlatFlashInit()
/openthread-3.4.0/src/posix/platform/
Dconfig_file.cpp122 struct stat st; in Add() local
128 if (stat(dir, &st) == -1) in Add()
Dhdlc_interface.cpp146 struct stat st; in Init() local
150 VerifyOrDie(stat(aRadioUrl.GetPath(), &st) == 0, OT_EXIT_INVALID_ARGUMENTS); in Init()
152 if (S_ISCHR(st.st_mode)) in Init()
158 else if (S_ISREG(st.st_mode)) in Init()
Dsettings.cpp179 struct stat st; in otPlatSettingsInit() local
181 if (stat(OPENTHREAD_CONFIG_POSIX_SETTINGS_PATH, &st) == -1) in otPlatSettingsInit()
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.chachapoly.data117 ChaCha20+Poly1305 RFC 7539 Test Vector #1 Unauthentic (1st bit flipped)
Dtest_suite_psa_its.function257 /* Overwrite the 1st byte of the file, the ITS magic number */
/openthread-3.4.0/
DREADME.md30 …trib-silabs.png" alt="Silicon Labs" width="200px"></a><a href="https://www.st.com/"><img src="http…
/openthread-3.4.0/src/cli/
DREADME.md3158 Send SNTP Query to obtain current unix epoch time (from 1st January 1970). The latter two parameter…