Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/iproute2/lib/
H A Dlibnetlink.c531 struct nlmsghdr *answer, size_t maxlen, in __rtnl_talk()
652 struct nlmsghdr *answer, size_t maxlen) in rtnl_talk()
658 struct nlmsghdr *answer, size_t maxlen, in rtnl_talk_extack()
665 struct nlmsghdr *answer, size_t maxlen) in rtnl_talk_suppress_rtnl_errmsg()
830 int addattr(struct nlmsghdr *n, int maxlen, int type) in addattr()
835 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data) in addattr8()
840 int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data) in addattr16()
845 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) in addattr32()
850 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data) in addattr64()
855 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *str) in addattrstrz()
[all …]
/aosp_15_r20/external/libnfnetlink/src/
H A Dlibnfnetlink.c875 int nfnl_addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, in nfnl_addattr_l()
908 int nfnl_nfa_addattr_l(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr_l()
940 int nfnl_addattr8(struct nlmsghdr *n, int maxlen, int type, u_int8_t data) in nfnl_addattr8()
958 int nfnl_nfa_addattr16(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr16()
977 int nfnl_addattr16(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr16()
996 int nfnl_nfa_addattr32(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr32()
1015 int nfnl_addattr32(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr32()
/aosp_15_r20/external/ethtool/netlink/
H A Dprivflags.c24 unsigned int *maxlen = data; in privflags_maxlen_walk_cb() local
41 unsigned int *maxlen = data; in privflags_dump_walk_cb() local
57 unsigned int maxlen = 0; in privflags_reply_cb() local
/aosp_15_r20/external/libexif/libexif/
H A Dexif-entry.c446 exif_entry_format_value(ExifEntry *e, char *val, size_t maxlen) in exif_entry_format_value()
640 #define CF(entry,target,v,maxlen) \ argument
653 #define CC(entry,target,v,maxlen) \ argument
832 exif_entry_get_value (ExifEntry *e, char *val, unsigned int maxlen) in exif_entry_get_value()
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dstring.c46 size_t strnlen(const char *str, size_t maxlen) in strnlen()
112 int strncasecmp(const char *s1, const char *s2, size_t maxlen) in strncasecmp()
155 int strncmp(const char *s1, const char *s2, size_t maxlen) in strncmp()
664 char *utf16le_to_ascii(const uint16_t *utf16_string, size_t maxlen) in utf16le_to_ascii()
/aosp_15_r20/external/libopus/src/
H A Drepacketizer.c113 …unsigned char *data, opus_int32 maxlen, int self_delimited, int pad, const opus_extension_data *ex… in opus_repacketizer_out_range_impl()
319 …ketizer_out_range(OpusRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out_range()
324 opus_int32 opus_repacketizer_out(OpusRepacketizer *rp, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out()
/aosp_15_r20/external/iputils/Modules/
H A Dpg3.c493 int count_trail_chars(const char *buffer, unsigned int maxlen) in count_trail_chars()
514 unsigned long num_arg(const char *buffer, unsigned long maxlen, in num_arg()
531 int strn_len(const char *buffer, unsigned int maxlen) in strn_len()
/aosp_15_r20/external/python/cpython3/Modules/
D_collectionsmodule.c91 Py_ssize_t maxlen; /* maxlen is -1 for unbounded deques */ member
271 #define NEEDS_TRIM(deque, maxlen) ((size_t)(maxlen) < (size_t)(Py_SIZE(deque))) argument
274 deque_append_internal(dequeobject *deque, PyObject *item, Py_ssize_t maxlen) in deque_append_internal()
311 deque_appendleft_internal(dequeobject *deque, PyObject *item, Py_ssize_t maxlen) in deque_appendleft_internal()
382 Py_ssize_t maxlen = deque->maxlen; in deque_extend() local
429 Py_ssize_t maxlen = deque->maxlen; in deque_extendleft() local
1486 Py_ssize_t maxlen = -1; in deque_init() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc178 uptr internal_strlcat(char *dst, const char *src, uptr maxlen) { in internal_strlcat()
200 uptr internal_strlcpy(char *dst, const char *src, uptr maxlen) { in internal_strlcpy()
219 uptr internal_strnlen(const char *s, uptr maxlen) { in internal_strnlen()
/aosp_15_r20/external/arm-optimized-routines/string/test/
H A Dstrnlen.c53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test()
99 for (int maxlen = 0; maxlen < LEN; maxlen++) in main() local
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Dlogdump.c81 #define WRAP(jsb, blocknr, maxlen) \ argument
371 __u32 maxlen; in dump_journal() local
653 __u32 maxlen, in dump_descriptor_block()
/aosp_15_r20/external/brotli/c/enc/
H A Dstatic_dict.c36 size_t maxlen) { in DictMatchLength()
96 size_t maxlen; in BrotliFindAllStaticDictionaryMatches() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/address_utils/
Dparse_address.cc88 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixSockaddrPopulate() local
105 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixAbstractSockaddrPopulate() local
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dstatic_dict.c36 size_t maxlen) { in DictMatchLength()
111 size_t maxlen; in BrotliFindAllStaticDictionaryMatchesFor() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/address_utils/
H A Dparse_address.cc100 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixSockaddrPopulate() local
117 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixAbstractSockaddrPopulate() local
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Dtcp_socket_utils_test.cc112 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixSockaddrPopulate() local
131 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixAbstractSockaddrPopulate() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs565 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_exp_str() localVariable
638 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_fixed_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs565 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_exp_str() localVariable
638 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_fixed_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs565 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_exp_str() localVariable
638 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_fixed_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs565 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_exp_str() localVariable
638 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_fixed_str() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs565 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_exp_str() localVariable
638 let maxlen = estimate_max_buf_len(decoded.exp); in to_exact_fixed_str() localVariable
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dcommon.c477 void printf_encode(char *txt, size_t maxlen, const u8 *data, size_t len) in printf_encode()
526 size_t printf_decode(u8 *buf, size_t maxlen, const char *str) in printf_decode()
847 size_t maxlen; in freq_range_list_str() local
/aosp_15_r20/external/grpc-grpc/tools/distrib/
H A Dcheck_path_length.py23 maxlen = 150 variable
/aosp_15_r20/bionic/libc/arch-riscv64/string/
H A Dstrnlen.c24 strnlen_gc(const char *str, size_t maxlen) in strnlen_gc()
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/string/
H A Dwcsnlen.c35 wcsnlen(const wchar_t *s, size_t maxlen) in wcsnlen()

12345678910>>...13