Home
last modified time | relevance | path

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

/external/libedit/src/
Dfgetln.c51 static size_t bufsiz = 0; in fgetln() local
/external/valgrind/coregrind/
Dlauncher-linux.c415 unsigned bufsiz = 0; in main() local
Dm_libcfile.c83 static SizeT bufsiz = 0; in VG_() local
Dm_main.c1445 const SizeT bufsiz = 255; in print_preamble() 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.c2171 putStr( SizeT n, HChar** buf, SizeT *bufsiz, const HChar* str ) in putStr()
2189 putStrEsc( SizeT n, HChar** buf, SizeT *bufsiz, const HChar* str ) in putStrEsc()
2217 static SizeT bufsiz = 0; in VG_() local
/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/compiler-rt/lib/msan/
Dmsan_interceptors.cc126 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR()