Searched refs:llistxattr (Results 1 - 15 of 15) sorted by relevance
/external/ltp/testcases/kernel/syscalls/llistxattr/ |
H A D | llistxattr03.c | 21 * llistxattr is identical to listxattr. an empty buffer of size zero 49 n = llistxattr(name, buf, size); 60 TEST(llistxattr(name, NULL, 0)); 62 tst_res(TFAIL | TERRNO, "llistxattr() failed"); 67 tst_res(TPASS, "llistxattr() succeed with suitable buffer"); 69 tst_res(TFAIL, "llistxattr() failed with small buffer");
|
H A D | llistxattr01.c | 21 * The testcase checks the basic functionality of the llistxattr(2). 22 * llistxattr(2) retrieves the list of extended attribute names 83 TEST(llistxattr("symlink", buf, size)); 85 tst_res(TFAIL | TERRNO, "llistxattr() failed"); 100 tst_res(TPASS, "llistxattr() succeeded");
|
H A D | llistxattr02.c | 21 * 1) llistxattr(2) fails if the size of the list buffer is too small 23 * 2) llistxattr(2) fails if path is an empty string. 24 * 3) llistxattr(2) fails when attempted to read from a invalid address. 27 * 1) llistxattr(2) should return -1 and set errno to ERANGE. 28 * 2) llistxattr(2) should return -1 and set errno to ENOENT. 29 * 3) llistxattr(2) should return -1 and set errno to EFAULT. 66 TEST(llistxattr(t->path, buf, t->size)); 68 tst_res(TFAIL, "llistxattr() succeeded unexpectedly"); 71 tst_res(TFAIL | TTERRNO, "llistxattr() failed " 76 "llistxattr() faile [all...] |
/external/compiler-rt/test/msan/Linux/ |
H A D | xattr.cc | 23 ssize_t llistxattr(const char *path, char *list, size_t size); 39 return llistxattr(g_path, buf, size);
|
/external/toybox/toys/pending/ |
H A D | getfattr.c | 41 lister = llistxattr;
|
/external/strace/tests/ |
H A D | xattr.c | 103 rc = llistxattr("", efault + 1, 4); 104 printf("llistxattr(\"\", %p, 4) = %s\n", efault + 1, sprintrc(rc));
|
/external/strace/tests-m32/ |
H A D | xattr.c | 103 rc = llistxattr("", efault + 1, 4); 104 printf("llistxattr(\"\", %p, 4) = %s\n", efault + 1, sprintrc(rc));
|
/external/strace/tests-mx32/ |
H A D | xattr.c | 103 rc = llistxattr("", efault + 1, 4); 104 printf("llistxattr(\"\", %p, 4) = %s\n", efault + 1, sprintrc(rc));
|
/external/squashfs-tools/squashfs-tools/ |
H A D | xattr.c | 48 #define llistxattr(path_, buf_, sz_) \ macro 194 size = llistxattr(filename, NULL, 0); 197 ERROR_START("llistxattr for %s failed in " 209 size = llistxattr(filename, xattr_names, size); 216 ERROR_START("llistxattr for %s failed in "
|
/external/e2fsprogs/debugfs/ |
H A D | create_inode.c | 136 size = llistxattr(filename, NULL, 0); 160 size = llistxattr(filename, list, size);
|
/external/e2fsprogs/misc/ |
H A D | create_inode.c | 136 size = llistxattr(filename, NULL, 0); 160 size = llistxattr(filename, list, size);
|
/external/valgrind/memcheck/tests/x86-linux/ |
H A D | scalar.stderr.exp | 3175 Syscall param llistxattr(path) contains uninitialised byte(s) 3179 Syscall param llistxattr(list) contains uninitialised byte(s) 3183 Syscall param llistxattr(size) contains uninitialised byte(s) 3187 Syscall param llistxattr(path) points to unaddressable byte(s) 3192 Syscall param llistxattr(list) points to unaddressable byte(s)
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4545 INTERCEPTOR(SSIZE_T, llistxattr, const char *path, char *list, SIZE_T size) { 4547 COMMON_INTERCEPTOR_ENTER(ctx, llistxattr, path, list, size); 4552 SSIZE_T res = REAL(llistxattr)(path, list, size); 4568 COMMON_INTERCEPT_FUNCTION(llistxattr); \
|
/external/google-breakpad/src/third_party/lss/ |
H A D | linux_syscall_support.h | 3054 LSS_INLINE _syscall3(ssize_t, llistxattr, const char *,p,
|
/external/e2fsprogs/ |
H A D | configure | 13076 for ac_func in __secure_getenv add_key backtrace blkid_probe_get_topology blkid_probe_enable_partitions chflags dlopen fadvise64 fallocate fallocate64 fchown fdatasync fstat64 ftruncate64 futimes getcwd getdtablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 keyctl llistxattr llseek lseek64 mallinfo mbstowcs memalign mempcpy mmap msync nanosleep open64 pathconf posix_fadvise posix_fadvise64 posix_memalign prctl pread pwrite pread64 pwrite64 secure_getenv setmntent setresgid setresuid snprintf srandom stpcpy strcasecmp strdup strnlen strptime strtoull sync_file_range sysconf usleep utime utimes valloc
|
Completed in 1610 milliseconds