Searched refs:flistxattr (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.c108 /* make sure it is there using flistxattr and fgetxattr */
109 my_result = flistxattr( my_fd, NULL, 0, 0 );
111 printf( "flistxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
115 printf( "flistxattr did not get the attribute name length \n" );
139 my_result = flistxattr( my_fd, NULL, 0, 0 );
141 printf( "flistxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h78 ssize_t flistxattr(int fd, char *namebuff, size_t size, int options);
H A Dsysproto.h1899 int flistxattr(struct proc *, struct flistxattr_args *, user_ssize_t *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile50 flistxattr.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c346 {AC(flistxattr_args), 0, 0, (sy_call_t *)flistxattr, munge_wwww, munge_dddd, _SYSCALL_RET_SSIZE_T, 16}, /* 241 = flistxattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6797 flistxattr(proc_t p, struct flistxattr_args *uap, user_ssize_t *retval) function

Completed in 49 milliseconds