/external/fio/lib/ |
H A D | output_buffer.h | 8 size_t buflen; member in struct:buf_output
|
/external/wpa_supplicant_8/hostapd/src/fst/ |
H A D | fst_ctrl_iface.h | 17 int fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen); 19 int fst_ctrl_iface_receive(const char *txtaddr, char *buf, size_t buflen); 26 fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen) argument 34 int fst_read_next_text_param(const char *params, char *buf, size_t buflen,
|
/external/wpa_supplicant_8/src/fst/ |
H A D | fst_ctrl_iface.h | 17 int fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen); 19 int fst_ctrl_iface_receive(const char *txtaddr, char *buf, size_t buflen); 26 fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen) argument 34 int fst_read_next_text_param(const char *params, char *buf, size_t buflen,
|
/external/wpa_supplicant_8/wpa_supplicant/src/fst/ |
H A D | fst_ctrl_iface.h | 17 int fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen); 19 int fst_ctrl_iface_receive(const char *txtaddr, char *buf, size_t buflen); 26 fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen) argument 34 int fst_read_next_text_param(const char *params, char *buf, size_t buflen,
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | p2p_hostapd.h | 15 char *buf, size_t buflen); 26 char *buf, size_t buflen) 24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | ieee802_11.h | 27 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen); 29 char *buf, size_t buflen); 32 size_t buflen) 39 char *buf, size_t buflen) 31 ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) argument 37 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | mbo_ap.h | 20 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen); 34 size_t buflen) 33 mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen) argument
|
H A D | p2p_hostapd.c | 24 char *buf, size_t buflen) 29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen); 23 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | ip_addr.c | 15 size_t buflen) 17 if (buflen == 0 || addr == NULL) 21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen); 27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL) 14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) argument
|
/external/wpa_supplicant_8/src/ap/ |
H A D | p2p_hostapd.h | 15 char *buf, size_t buflen); 26 char *buf, size_t buflen) 24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
/external/wpa_supplicant_8/src/utils/ |
H A D | ip_addr.c | 15 size_t buflen) 17 if (buflen == 0 || addr == NULL) 21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen); 27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL) 14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | p2p_hostapd.h | 15 char *buf, size_t buflen); 26 char *buf, size_t buflen) 24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/utils/ |
H A D | ip_addr.c | 15 size_t buflen) 17 if (buflen == 0 || addr == NULL) 21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen); 27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL) 14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) argument
|
/external/dhcpcd-6.8.2/compat/ |
H A D | getline.c | 41 getline(char ** __restrict buf, size_t * __restrict buflen, argument 47 if (buf == NULL || buflen == NULL) { 52 *buflen = 0; 58 if (*buf == NULL || bytes != 0 || *buflen < BUFSIZ) { 59 newlen = *buflen + BUFSIZ; 64 *buflen = newlen;
|
/external/valgrind/memcheck/tests/solaris/ |
H A D | scalar_modctl_modnvl.c | 27 uint64_t buflen = x0 + 10; local 36 x0 + 1, &buflen, x0 + 1); FAIL; 55 uint64_t buflen = x0 + 10; local 64 x0 + 1, &buflen); FAIL;
|
/external/android-clat/ |
H A D | ring.c | 67 size_t buflen = TP_BLOCK_SIZE * ring->numblocks; local 68 ring->base = mmap(NULL, buflen, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_LOCKED|MAP_POPULATE, 71 logmsg(ANDROID_LOG_FATAL, "mmap %lu failed: %s", buflen, strerror(errno)); 81 total_frames, buflen, ring->base);
|
/external/boringssl/src/crypto/ecdh/ |
H A D | ecdh.c | 97 size_t buflen = 0; local 123 buflen = (EC_GROUP_get_degree(group) + 7) / 8; 124 buf = OPENSSL_malloc(buflen); 130 if (!BN_bn2bin_padded(buf, buflen, x)) { 136 if (kdf(buf, buflen, out, &outlen) == NULL) { 142 if (buflen < outlen) { 143 outlen = buflen;
|
/external/c-ares/ |
H A D | ares_mkquery.c | 94 size_t buflen; local 173 buflen = (q - buf); 179 if (buflen > (MAXCDNAME + HFIXEDSZ + QFIXEDSZ)) { 185 *buflenp = (int) buflen;
|
/external/dtc/tests/ |
H A D | get_path.c | 32 static void check_path_buf(void *fdt, const char *path, int pathlen, int buflen) argument 35 char buf[buflen+1]; 44 len = fdt_get_path(fdt, offset, buf, buflen); 47 if (buflen <= pathlen) { 50 "insufficient buffer space", buflen, len); 53 FAIL("fdt_get_path([%d bytes]): %s", buflen, 57 "instead of 0", buflen, len); 60 "instead of \"%s\"", buflen, buf, path); 63 if (buf[buflen] != POISON) 64 FAIL("fdt_get_path([%d bytes]) overran buffer", buflen); [all...] |
/external/elfutils/lib/ |
H A D | md5.h | 53 md5_uint32 buflen; member in struct:md5_ctx
|
H A D | sha1.h | 54 sha1_uint32 buflen; member in struct:sha1_ctx
|
/external/iproute2/lib/ |
H A D | mpls_ntop.c | 9 static const char *mpls_ntop1(const struct mpls_label *addr, char *buf, size_t buflen) argument 11 size_t destlen = buflen; 37 const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen) argument 42 return mpls_ntop1((struct mpls_label *)addr, buf, buflen);
|
/external/ipsec-tools/src/racoon/ |
H A D | privsep.h | 49 size_t buflen[PRIVSEP_NBUF_MAX]; member in struct:admin_com_bufs
|
/external/libvncserver/common/ |
H A D | md5.h | 90 md5_uint32 buflen; member in struct:md5_ctx
|
/external/ltp/testcases/kernel/fs/doio/ |
H A D | pattern.c | 40 int pattern_check(char *buf, int buflen, char *pat, int patlen, int patshift) argument 49 nleft = buflen; 88 while (ncmp < buflen) { 101 int pattern_fill(char *buf, int buflen, char *pat, int patlen, int patshift) argument 110 nleft = buflen; 147 while (ncopied < buflen) {
|