Home
last modified time | relevance | path

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

/external/libnl/include/netlink-private/
Dutils.h79 #define _nl_assert(cond) assert(cond) macro
81 #define _nl_assert(cond) do { if (0) { assert(cond); } } while (0) macro
152 _nl_assert (_to_free && !*_to_free); \
180 _nl_assert(dst); in _nl_strncpy_trunc()
181 _nl_assert(src); in _nl_strncpy_trunc()
206 _nl_assert(dst); in _nl_strncpy()
207 _nl_assert(src); in _nl_strncpy()
215 _nl_assert (memchr(dst, '\0', len)); in _nl_strncpy()