/external/openssh/openbsd-compat/ |
D | bsd-getline.c | 50 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim() 93 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
|
D | readpassphrase.c | 54 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase()
|
/external/ltp/include/lapi/ |
D | readlinkat.h | 27 int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz) in readlinkat()
|
/external/iperf3/src/ |
D | iperf_util.c | 519 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/ |
D | readlinkat02.c | 49 size_t bufsiz; member
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-common.c | 98 int bufsiz; /* buffer size of socket */ in maximize_sockbuf() local
|
/external/openssh/ |
D | ssh-keyscan.c | 471 size_t bufsiz; in congreet() local
|
/external/python/cpython3/PC/ |
D | getpathp.c | 566 size_t bufsiz = MAXPATHLEN; in read_pth_file() local
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 205 int bufsiz; in xml_node_to_str() local
|
/external/libwebsockets/lib/system/dhcpclient/ |
D | dhcpclient.c | 252 lws_dhcpc_prep(uint8_t *start, int bufsiz, lws_dhcpc_req_t *r, int op) in lws_dhcpc_prep()
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 406 dlresolveLink(const char * path, char * buf, size_t bufsiz) in dlresolveLink()
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 1688 def recv(self, bufsiz, flags=None): argument 1762 def bio_read(self, bufsiz): argument
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey.c | 1715 int bufsiz = 128 * 1024; /*is 128K enough?*/ in pfkey_open() local
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 795 #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/ |
D | linux_syscall_hooks.h | 794 #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/ |
D | msan_interceptors.cc | 129 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR()
|