Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dmcast6.py39 libc = ctypes.CDLL(ctypes.util.find_library('c')) variable
45 ret = libc.if_nametoindex(name.encode('ascii'))
54 libc.if_indextoname.argtypes = [ctypes.c_uint32, ctypes.c_char_p]
55 libc.if_indextoname.restype = ctypes.c_char_p
58 ifname = libc.if_indextoname(index, ifname)
/openthread-latest/etc/docker/android-trusty/
DDockerfile80 && mkdir -p bionic/libc/ \
81 && cp -r "$ANDROID_NDK_PATH"/sysroot/usr/include bionic/libc/include \
82 && mv bionic/libc/include/arm-linux-androideabi/asm bionic/libc/include/asm \
/openthread-latest/tools/harness-simulation/posix/
Dlaunch_testbed.py52 libc = ctypes.CDLL(ctypes.util.find_library('c'))
53 ret = libc.if_nametoindex(ifname.encode('ascii'))
/openthread-latest/script/
Dtest571 cp /lib/x86_64-linux-gnu/libc.so.6 "$OT_COREDUMP_DIR/so-lib"
/openthread-latest/
DCONTRIBUTING.md155 |-- libc.so.6
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md140 - The code has no dependency on libc functions or the toolchain's runtime
161 For details, see `stack.sh`, `wcs.py` and `libc.msu` (the above figures assume
/openthread-latest/doc/
DDoxyfile.in58 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
799 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
/openthread-latest/third_party/mbedtls/repo/
DChangeLog202 acceleration detection when the libc headers do not define the
3854 * Fix a call to the libc function time() to call the platform abstraction
4272 * Fix compile error in net.c with musl libc. Found and patch provided by
4667 a compatible enough libc (eg uClibc).