Home
last modified time | relevance | path

Searched defs:bufsiz (Results 1 – 16 of 16) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-getline.c50 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
93 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
Dreadpassphrase.c54 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase()
/external/ltp/include/lapi/
Dreadlinkat.h27 int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz) in readlinkat()
/external/iperf3/src/
Diperf_util.c519 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
562 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat02.c49 size_t bufsiz; member
/external/ltp/testcases/network/stress/ns-tools/
Dns-common.c98 int bufsiz; /* buffer size of socket */ in maximize_sockbuf() local
/external/openssh/
Dssh-keyscan.c471 size_t bufsiz; in congreet() local
/external/python/cpython3/PC/
Dgetpathp.c566 size_t bufsiz = MAXPATHLEN; in read_pth_file() local
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c205 int bufsiz; in xml_node_to_str() local
/external/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c252 lws_dhcpc_prep(uint8_t *start, int bufsiz, lws_dhcpc_req_t *r, int op) in lws_dhcpc_prep()
/external/libxml2/os400/dlfcn/
Ddlfcn.c406 dlresolveLink(const char * path, char * buf, size_t bufsiz) in dlresolveLink()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py1688 def recv(self, bufsiz, flags=None): argument
1762 def bio_read(self, bufsiz): argument
/external/ipsec-tools/src/libipsec/
Dpfkey.c1715 int bufsiz = 128 * 1024; /*is 128K enough?*/ in pfkey_open() local
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h795 #define __sanitizer_syscall_pre_readlink(path, buf, bufsiz) \ argument
798 #define __sanitizer_syscall_post_readlink(res, path, buf, bufsiz) \ argument
1652 #define __sanitizer_syscall_pre_readlinkat(dfd, path, buf, bufsiz) \ argument
1655 #define __sanitizer_syscall_post_readlinkat(res, dfd, path, buf, bufsiz) \ argument
/external/llvm-project/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h794 #define __sanitizer_syscall_pre_readlink(path, buf, bufsiz) \ argument
797 #define __sanitizer_syscall_post_readlink(res, path, buf, bufsiz) \ argument
1651 #define __sanitizer_syscall_pre_readlinkat(dfd, path, buf, bufsiz) \ argument
1654 #define __sanitizer_syscall_post_readlinkat(res, dfd, path, buf, bufsiz) \ argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc129 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR()