Searched defs:buflen (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/external/fio/lib/
H A Doutput_buffer.h8 size_t buflen; member in struct:buf_output
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_iface.h17 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 Dfst_ctrl_iface.h17 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 Dfst_ctrl_iface.h17 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 Dp2p_hostapd.h15 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 Dieee802_11.h27 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 Dmbo_ap.h20 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 Dp2p_hostapd.c24 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 Dip_addr.c15 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 Dp2p_hostapd.h15 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 Dip_addr.c15 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 Dp2p_hostapd.h15 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 Dip_addr.c15 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 Dgetline.c41 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 Dscalar_modctl_modnvl.c27 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 Dring.c67 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 Decdh.c97 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 Dares_mkquery.c94 size_t buflen; local
173 buflen = (q - buf);
179 if (buflen > (MAXCDNAME + HFIXEDSZ + QFIXEDSZ)) {
185 *buflenp = (int) buflen;
/external/dtc/tests/
H A Dget_path.c32 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 Dmd5.h53 md5_uint32 buflen; member in struct:md5_ctx
H A Dsha1.h54 sha1_uint32 buflen; member in struct:sha1_ctx
/external/iproute2/lib/
H A Dmpls_ntop.c9 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 Dprivsep.h49 size_t buflen[PRIVSEP_NBUF_MAX]; member in struct:admin_com_bufs
/external/libvncserver/common/
H A Dmd5.h90 md5_uint32 buflen; member in struct:md5_ctx
/external/ltp/testcases/kernel/fs/doio/
H A Dpattern.c40 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) {

Completed in 424 milliseconds

1234567891011>>