Searched refs:getgroups (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | taint-generic.c | 467 int getgroups(int size, gid_t list[]); 469 int result = getgroups(size, list); in testGetgroups()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3734 TEST(MemorySanitizer, getgroups) { in TEST() argument 3735 int n = getgroups(0, 0); in TEST() 3737 int res = getgroups(n, gids); in TEST() 3745 int n = getgroups(0, &group); in TEST() 3751 int n = getgroups(-1, 0); in TEST() 3754 n = getgroups(-1, 0); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 347 PRE_SYSCALL(getgroups)(long gidsetsize, void *grouplist) {} 349 POST_SYSCALL(getgroups)
|
| H A D | sanitizer_syscalls_netbsd.inc | 806 PRE_SYSCALL(getgroups)(long long gidsetsize_, void *gidset_) { 812 POST_SYSCALL(getgroups)(long long res, long long gidsetsize_, void *gidset_) {
|
| H A D | sanitizer_common_interceptors.inc | 4140 INTERCEPTOR(int, getgroups, int size, u32 *lst) { 4142 COMMON_INTERCEPTOR_ENTER(ctx, getgroups, size, lst); 4146 int res = REAL(getgroups)(size, lst); 4151 #define INIT_GETGROUPS COMMON_INTERCEPT_FUNCTION(getgroups);
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 2390 … ``getch``, ``getchar``, ``getchar_unlocked``, ``getwd``, ``getcwd``, ``getgroups``, ``gethostname…
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1869 fun:getgroups=uninstrumented
|