Home
last modified time | relevance | path

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

12345678910>>...45

/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
/kernel/linux/linux-5.10/security/keys/
H A Dcompat_dh.c16 compat_keyctl_dh_compute(struct keyctl_dh_params __user *params, char __user *buffer, size_t buflen, struct compat_keyctl_kdf_params __user *kdf) compat_keyctl_dh_compute() argument
/kernel/linux/linux-5.10/tools/lib/
H A Dstr_error_r.c21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() argument
/kernel/linux/linux-6.6/tools/lib/
H A Dstr_error_r.c21 char *str_error_r(int errnum, char *buf, size_t buflen) in str_error_r() argument
/kernel/linux/linux-6.6/security/keys/
H A Dcompat_dh.c16 compat_keyctl_dh_compute(struct keyctl_dh_params __user *params, char __user *buffer, size_t buflen, struct compat_keyctl_kdf_params __user *kdf) compat_keyctl_dh_compute() 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
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs42.h59 static inline u32 nfs42_listxattr_xdrsize(u32 buflen) in nfs42_listxattr_xdrsize() 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

Completed in 5 milliseconds

12345678910>>...45