Searched refs:listxattr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c52 /* make sure it is there using listxattr and getxattr */
53 my_result = listxattr( my_pathp, NULL, 0, 0 );
55 printf( "listxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
59 printf( "listxattr did not get the attribute name length \n" );
83 my_result = listxattr( my_pathp, NULL, 0, 0 );
85 printf( "listxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h76 ssize_t listxattr(const char *path, char *namebuff, size_t size, int options);
H A Dsysproto.h1898 int listxattr(struct proc *, struct listxattr_args *, user_ssize_t *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile100 listxattr.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c345 {AC(listxattr_args), 0, 0, (sy_call_t *)listxattr, munge_wwww, munge_dddd, _SYSCALL_RET_SSIZE_T, 16}, /* 240 = listxattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6752 listxattr(proc_t p, struct listxattr_args *uap, user_ssize_t *retval) function

Completed in 87 milliseconds