/external/ltp/include/lapi/ |
D | readlinkat.h | 27 int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz) in readlinkat()
|
/external/ltp/testcases/kernel/syscalls/readlinkat/ |
D | readlinkat02.c | 49 size_t bufsiz; member
|
/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/openssh/openbsd-compat/ |
D | readpassphrase.c | 62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase()
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-common.c | 98 int bufsiz; /* buffer size of socket */ in maximize_sockbuf() local
|
/external/u-boot/include/linux/usb/ |
D | composite.h | 323 unsigned bufsiz; member
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 205 int bufsiz; in xml_node_to_str() local
|
/external/python/cpython3/PC/ |
D | getpathp.c | 575 size_t bufsiz = MAXPATHLEN; in read_pth_file() local
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 406 dlresolveLink(const char * path, char * buf, size_t bufsiz) in dlresolveLink()
|
/external/openssh/ |
D | ssh-keyscan.c | 482 size_t bufsiz; in congreet() local
|
/external/python/cpython3/Python/ |
D | fileutils.c | 1543 _Py_wreadlink(const wchar_t *path, wchar_t *buf, size_t bufsiz) in _Py_wreadlink()
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey.c | 1715 int bufsiz = 128 * 1024; /*is 128K enough?*/ in pfkey_open() local
|
/external/u-boot/fs/yaffs2/ |
D | yaffsfs.c | 3035 int yaffs_readlink(const YCHAR *path, YCHAR *buf, int bufsiz) in yaffs_readlink()
|
/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/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 129 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR()
|