Searched defs:bufsiz (Results 1 – 10 of 10) sorted by relevance
/external/libedit/src/ |
D | fgetln.c | 51 static size_t bufsiz = 0; in fgetln() local
|
/external/valgrind/coregrind/ |
D | launcher-linux.c | 415 unsigned bufsiz = 0; in main() local
|
D | m_libcfile.c | 83 static SizeT bufsiz = 0; in VG_() local
|
D | m_main.c | 1445 const SizeT bufsiz = 255; in print_preamble() local
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 205 int bufsiz; in xml_node_to_str() local
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 406 dlresolveLink(const char * path, char * buf, size_t bufsiz) in dlresolveLink()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 2171 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/ |
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/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 126 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { in INTERCEPTOR()
|