/external/iproute2/lib/ |
D | libnetlink.c | 335 struct nlmsghdr *answer, size_t maxlen) in rtnl_talk() 620 int addattr(struct nlmsghdr *n, int maxlen, int type) in addattr() 625 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data) in addattr8() 630 int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data) in addattr16() 635 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) in addattr32() 640 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data) in addattr64() 645 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *str) in addattrstrz() 650 int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, in addattr_l() 668 int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len) in addraw_l() 681 struct rtattr *addattr_nest(struct nlmsghdr *n, int maxlen, int type) in addattr_nest() [all …]
|
/external/libexif/libexif/canon/ |
D | mnote-canon-entry.c | 36 #define CF(format,target,v,maxlen) \ argument 48 #define CC(number,target,v,maxlen) \ argument 57 #define CC2(number,t1,t2,v,maxlen) \ argument 443 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_value() 465 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_bitfield() 551 …anon_entry_get_value (const MnoteCanonEntry *entry, unsigned int t, char *val, unsigned int maxlen) in mnote_canon_entry_get_value()
|
/external/libexif/libexif/olympus/ |
D | mnote-olympus-entry.c | 33 #define CF(format,target,v,maxlen) \ argument 45 #define CF2(format,target1,target2,v,maxlen) \ argument 58 #define CC(number,target,v,maxlen) \ argument 68 #define CC2(number,t1,t2,v,maxlen) \ argument 273 mnote_olympus_entry_get_value (MnoteOlympusEntry *entry, char *v, unsigned int maxlen) in mnote_olympus_entry_get_value()
|
/external/libexif/libexif/pentax/ |
D | mnote-pentax-entry.c | 35 #define CF(format,target,v,maxlen) \ argument 47 #define CC(number,target,v,maxlen) \ argument 57 #define CC2(number,t1,t2,v,maxlen) \ argument 309 char *val, unsigned int maxlen) in mnote_pentax_entry_get_value()
|
/external/libexif/libexif/fuji/ |
D | mnote-fuji-entry.c | 31 #define CF(format,target,v,maxlen) \ argument 43 #define CC(number,target,v,maxlen) \ argument 191 char *val, unsigned int maxlen) in mnote_fuji_entry_get_value()
|
/external/syslinux/com32/modules/ |
D | cptime.c | 135 size_t time_copy_bufsz(size_t bufsz, size_t bcnt, off_t maxlen) in time_copy_bufsz() 140 int time_copy(char *fn, char do_simple, char do_verbose, size_t ibufsz, off_t maxlen) in time_copy() 230 off_t tmaxlen, maxlen = LEN_MAX; in main() local
|
/external/libopus/src/ |
D | repacketizer.c | 103 unsigned char *data, opus_int32 maxlen, int self_delimited, int pad) in opus_repacketizer_out_range_impl() 229 …ketizer_out_range(OpusRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out_range() 234 opus_int32 opus_repacketizer_out(OpusRepacketizer *rp, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out()
|
/external/openssh/openbsd-compat/ |
D | strnlen.c | 28 strnlen(const char *str, size_t maxlen) in strnlen()
|
D | bsd-snprintf.c | 192 dopr(char *buffer, size_t maxlen, const char *format, va_list args_in) in dopr() 514 fmtstr(char *buffer, size_t *currlen, size_t maxlen, in fmtstr() 555 fmtint(char *buffer, size_t *currlen, size_t maxlen, in fmtint() 715 fmtfp (char *buffer, size_t *currlen, size_t maxlen, in fmtfp()
|
/external/bison/lib/ |
D | strnlen.c | 26 strnlen (const char *string, size_t maxlen) in strnlen()
|
D | strnlen1.c | 28 strnlen1 (const char *string, size_t maxlen) in strnlen1()
|
/external/ltp/testcases/kernel/sched/clisrv/ |
D | readline.c | 28 int readline(fd, ptr, maxlen) in readline() argument
|
/external/libnfnetlink/src/ |
D | libnfnetlink.c | 793 int nfnl_addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, in nfnl_addattr_l() 826 int nfnl_nfa_addattr_l(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr_l() 858 int nfnl_addattr8(struct nlmsghdr *n, int maxlen, int type, u_int8_t data) in nfnl_addattr8() 876 int nfnl_nfa_addattr16(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr16() 895 int nfnl_addattr16(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr16() 914 int nfnl_nfa_addattr32(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr32() 933 int nfnl_addattr32(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr32()
|
/external/libexif/libexif/ |
D | exif-entry.c | 444 exif_entry_format_value(ExifEntry *e, char *val, size_t maxlen) in exif_entry_format_value() 638 #define CF(entry,target,v,maxlen) \ argument 651 #define CC(entry,target,v,maxlen) \ argument 830 exif_entry_get_value (ExifEntry *e, char *val, unsigned int maxlen) in exif_entry_get_value()
|
/external/toybox/toys/pending/ |
D | fold.c | 34 int bufsz, len = 0, maxlen; local
|
/external/iputils/Modules/ |
D | pg3.c | 493 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()
|
/external/regex-re2/re2/testing/ |
D | string_generator.cc | 16 StringGenerator::StringGenerator(int maxlen, const vector<string>& alphabet) in StringGenerator()
|
/external/fio/lib/ |
D | num2str.c | 12 char *num2str(uint64_t num, int maxlen, int base, int pow2, int unit_base) in num2str()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libc.cc | 178 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()
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 876 add_attr_l(struct nlmsghdr *n, unsigned short maxlen, unsigned short type, in add_attr_l() 898 add_attr_32(struct nlmsghdr *n, unsigned short maxlen, unsigned short type, in add_attr_32() 945 nla_put_32(struct nlmsghdr *n, unsigned short maxlen, in nla_put_32() 967 nla_put_string(struct nlmsghdr *n, unsigned short maxlen, in nla_put_string() 1499 rta_add_attr_32(struct rtattr *rta, unsigned short maxlen, in rta_add_attr_32() 1679 add_attr_8(struct nlmsghdr *n, unsigned short maxlen, unsigned short type, in add_attr_8() 1687 add_attr_nest(struct nlmsghdr *n, unsigned short maxlen, unsigned short type) in add_attr_nest()
|
/external/libnl/python/netlink/genl/ |
D | capi.i | 56 uint16_t maxlen; member
|
/external/icu/icu4c/source/samples/legacy/ |
D | newcol.cpp | 74 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { in test_current()
|
D | oldcol.cpp | 90 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { in test_legacy()
|
/external/skia/bin/ |
D | compare | 57 maxlen = max(map(len, common)) variable
|
/external/clang/test/Sema/ |
D | enable_if.c | 29 inline size_t strnlen(const char *s, size_t maxlen) // expected-note{{candidate function}} in strnlen()
|