Home
last modified time | relevance | path

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 Darc4random.cpp10 void print_buf(unsigned char *buf, size_t buflen) { in print_buf()
/llvm-project-15.0.7/libc/test/src/__support/File/
H A Dfile_test.cpp34 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 Dkmp_stats.cpp478 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 Dimcalc.c64 int buflen; /* size of scratch buffer */ member
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.c538 void testTtyname_r(char *buf, size_t buflen) { in testTtyname_r()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1385 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 Dnetbsd_syscall_hooks.h477 #define __sanitizer_syscall_pre_getrandom(buf, buflen, flags) \ argument
480 #define __sanitizer_syscall_post_getrandom(res, buf, buflen, flags) \ argument