Searched refs:strnlen (Results 1 – 6 of 6) sorted by relevance
| /zcbor-latest/ |
| D | MIGRATION_GUIDE.md | 37 This parameter is passed directly to `strnlen` under the hood.
|
| D | RELEASE_NOTES.md | 91 * zcbor_common.h: Add forward declaration for strnlen() 152 * C library: Change usage of strlen to use strnlen
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 320 return zcbor_bstr_encode_ptr(state, str, strnlen(str, maxlen)); 326 return zcbor_tstr_encode_ptr(state, str, strnlen(str, maxlen));
|
| D | zcbor_decode.c | 689 return zcbor_bstr_expect_ptr(state, string, strnlen(string, maxlen)); in zcbor_bstr_expect_term() 696 return zcbor_tstr_expect_ptr(state, string, strnlen(string, maxlen)); in zcbor_tstr_expect_term() 1001 return zcbor_search_key_bstr_ptr(state, str, strnlen(str, maxlen)); in zcbor_search_key_bstr_term() 1007 return zcbor_search_key_tstr_ptr(state, str, strnlen(str, maxlen)); in zcbor_search_key_tstr_term()
|
| D | zcbor_common.c | 437 size_t strnlen (const char *s, size_t maxlen) in strnlen() function
|
| /zcbor-latest/include/ |
| D | zcbor_common.h | 536 size_t strnlen(const char *, size_t);
|