Home
last modified time | relevance | path

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

12345678910>>...20

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_i.h18 size_t buflen; member
/third_party/musl/src/linux/
H A Dgetrandom.c4 ssize_t getrandom(void *buf, size_t buflen, unsigned flags) in getrandom() argument
/third_party/musl/src/string/
H A Dstrerror_r.c4 int strerror_r(int err, char *buf, size_t buflen) in strerror_r() argument
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrerror_r.c4 int strerror_r(int err, char *buf, size_t buflen) in strerror_r() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_iface.h26 fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen) in fst_ctrl_iface_mb_info() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_iface.h26 fst_ctrl_iface_mb_info(const u8 *addr, char *buf, size_t buflen) in fst_ctrl_iface_mb_info() argument
/third_party/decimal.js/
H A Ddecimal.cpp18 void NAPI_arkts_math_Decimal_GetMJSCode(const char **buf, int *buflen) in NAPI_arkts_math_Decimal_GetMJSCode() argument
30 void NAPI_arkts_math_Decimal_GetABCCode(const char **buf, int *buflen) in NAPI_arkts_math_Decimal_GetABCCode() argument
/third_party/musl/src/network/
H A Dgethostbyname_r.c6 gethostbyname_r(const char *name, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyname_r() argument
H A Dgetservbyport_r.c10 getservbyport_r(int port, const char *prots, struct servent *se, char *buf, size_t buflen, struct servent **res) getservbyport_r() argument
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyname_r.c6 gethostbyname_r(const char *name, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyname_r() argument
H A Dgetservbyport_r.c10 getservbyport_r(int port, const char *prots, struct servent *se, char *buf, size_t buflen, struct servent **res) getservbyport_r() argument
/third_party/nghttp2/src/
H A Dxsi_strerror.c38 char *xsi_strerror(int errnum, char *buf, size_t buflen) { in xsi_strerror() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dip_addr.c14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) hostapd_ip_txt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dp2p_hostapd.h24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) hostapd_p2p_get_mib_sta() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dip_addr.c14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) hostapd_ip_txt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dp2p_hostapd.h24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) hostapd_p2p_get_mib_sta() argument
/third_party/libuv/src/unix/
H A Drandom-devurandom.c32 int uv__random_readpath(const char* path, void* buf, size_t buflen) { in uv__random_readpath() argument
86 int uv__random_devurandom(void* buf, size_t buflen) { in uv__random_devurandom() argument
H A Drandom-getrandom.c54 int uv__random_getrandom(void* buf, size_t buflen) { in uv__random_getrandom() argument
H A Drandom-getentropy.c39 int uv__random_getentropy(void* buf, size_t buflen) { in uv__random_getentropy() argument
/third_party/libuv/test/
H A Dtest-random.c31 static void random_cb(uv_random_t* req, int status, void* buf, size_t buflen) { in random_cb() argument
/third_party/node/deps/cares/src/lib/
H A Dares_mkquery.c31 ares_mkquery(const char *name, int dnsclass, int type, unsigned short id, int rd, unsigned char **buf, int *buflen) ares_mkquery() argument
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemmem.c49 size_t buflen = sizeof(buffer) / sizeof(buffer[0]); in memmem_0200() local
/third_party/node/deps/uv/src/unix/
H A Drandom-devurandom.c32 int uv__random_readpath(const char* path, void* buf, size_t buflen) { in uv__random_readpath() argument
86 int uv__random_devurandom(void* buf, size_t buflen) { in uv__random_devurandom() argument
H A Drandom-getrandom.c56 int uv__random_getrandom(void* buf, size_t buflen) { in uv__random_getrandom() argument
H A Drandom-getentropy.c39 int uv__random_getentropy(void* buf, size_t buflen) { in uv__random_getentropy() argument

Completed in 7 milliseconds

12345678910>>...20