Searched defs:buflen (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | arc4random.cpp | 10 void print_buf(unsigned char *buf, size_t buflen) { in print_buf()
|
| /llvm-project-15.0.7/libc/test/src/__support/File/ |
| H A D | file_test.cpp | 34 explicit StringFile(char *buffer, size_t buflen, int bufmode, bool owned, in StringFile() 44 void init(char *buffer, size_t buflen, int bufmode, bool owned, in init() 108 StringFile *new_string_file(char *buffer, size_t buflen, int bufmode, in new_string_file()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.cpp | 478 static char const *getImageName(char *buffer, size_t buflen) { in getImageName() 497 static void getTime(char *buffer, size_t buflen, bool underscores = false) { in getTime()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/examples/ |
| H A D | imcalc.c | 64 int buflen; /* size of scratch buffer */ member
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | taint-generic.c | 538 void testTtyname_r(char *buf, size_t buflen) { in testTtyname_r()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_custom.cpp | 1385 char *buf, size_t buflen, struct passwd **result, in __dfsw_getpwuid_r() 1402 int __dfso_getpwuid_r(id_t uid, struct passwd *pwd, char *buf, size_t buflen, in __dfso_getpwuid_r()
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 477 #define __sanitizer_syscall_pre_getrandom(buf, buflen, flags) \ argument 480 #define __sanitizer_syscall_post_getrandom(res, buf, buflen, flags) \ argument
|