Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dreadlinkat.h27 int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz) in readlinkat()
/external/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat02.c49 size_t bufsiz; member
/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/openssh/openbsd-compat/
Dreadpassphrase.c62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase()
/external/ltp/testcases/network/stress/ns-tools/
Dns-common.c98 int bufsiz; /* buffer size of socket */ in maximize_sockbuf() local
/external/u-boot/include/linux/usb/
Dcomposite.h323 unsigned bufsiz; member
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c205 int bufsiz; in xml_node_to_str() local
/external/python/cpython3/PC/
Dgetpathp.c575 size_t bufsiz = MAXPATHLEN; in read_pth_file() local
/external/libxml2/os400/dlfcn/
Ddlfcn.c406 dlresolveLink(const char * path, char * buf, size_t bufsiz) in dlresolveLink()
/external/openssh/
Dssh-keyscan.c482 size_t bufsiz; in congreet() local
/external/python/cpython3/Python/
Dfileutils.c1543 _Py_wreadlink(const wchar_t *path, wchar_t *buf, size_t bufsiz) in _Py_wreadlink()
/external/ipsec-tools/src/libipsec/
Dpfkey.c1715 int bufsiz = 128 * 1024; /*is 128K enough?*/ in pfkey_open() local
/external/u-boot/fs/yaffs2/
Dyaffsfs.c3035 int yaffs_readlink(const YCHAR *path, YCHAR *buf, int bufsiz) in yaffs_readlink()
/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/compiler-rt/lib/msan/
Dmsan_interceptors.cc129 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR()