Home
last modified time | relevance | path

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

/external/libedit/src/
Dfgetln.c51 static size_t bufsiz = 0; in fgetln() local
/external/openssh/openbsd-compat/
Dreadpassphrase.c62 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) in readpassphrase()
/external/valgrind/coregrind/
Dlauncher-linux.c383 unsigned bufsiz = 0; in main() local
Dm_libcfile.c83 static SizeT bufsiz = 0; in VG_() local
Dm_main.c1466 const SizeT bufsiz = 255; in print_preamble() local
/external/openssh/
Dssh-keyscan.c435 size_t bufsiz; in congreet() local
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c205 int bufsiz; in xml_node_to_str() local
/external/libxml2/os400/dlfcn/
Ddlfcn.c406 dlresolveLink(const char * path, char * buf, size_t bufsiz) in dlresolveLink()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c2164 putStr( SizeT n, HChar** buf, SizeT *bufsiz, const HChar* str ) in putStr()
2182 putStrEsc( SizeT n, HChar** buf, SizeT *bufsiz, const HChar* str ) in putStrEsc()
2210 static SizeT bufsiz = 0; in VG_() local
/external/ipsec-tools/src/libipsec/
Dpfkey.c1791 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/compiler-rt/lib/msan/
Dmsan_interceptors.cc126 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR()