Symbol: attropen
usr/src/cmd/chmod/chmod.c
1100
parentfd = attropen(file, ".", O_RDONLY);
usr/src/cmd/cpio/cpio.c
3999
ofilefd = attropen(fullname, ".", oflag);
usr/src/cmd/cpio/cpio.c
4123
if ((*attr_parentfd = attropen(dirp, ".", O_RDONLY)) == -1) {
usr/src/cmd/cpio/cpio.c
5083
Gen.g_dirfd = attropen(Gen.g_attrfnam_p, ".", O_RDONLY);
usr/src/cmd/cpio/cpio.c
8342
Gen.g_dirfd = attropen(filename, ".", O_RDONLY);
usr/src/cmd/cpio/cpio.c
9364
dirfd = attropen(filename, ".", O_RDONLY);
usr/src/cmd/du/du.c
397
if ((fd = attropen(curname, ".", O_RDONLY)) < 0) {
usr/src/cmd/ndmpd/tlm/tlm_backup_reader.c
694
fd = attropen(fnamep, ".", O_RDONLY);
usr/src/cmd/ndmpd/tlm/tlm_backup_reader.c
724
afd = attropen(fnamep, dtp->d_name, O_RDONLY);
usr/src/cmd/ndmpd/tlm/tlm_restore_writer.c
1434
fd = attropen(name, xattrname, O_CREAT | O_RDWR, 0755);
usr/src/cmd/tar/tar.c
105
static int attropen();
usr/src/cmd/tar/tar.c
2870
if ((attrinfo->attr_parentfd = attropen(dirp, ".", O_RDONLY)) == -1) {
usr/src/cmd/tar/tar.c
7913
fd = attropen(filename, ".", O_RDONLY);
usr/src/cmd/tar/tar.c
8491
ofilefd = attropen(dirp, ".", oflag);
usr/src/head/fcntl.h
126
#define attropen64 attropen
usr/src/head/fcntl.h
141
extern int attropen(const char *, const char *, int, ...);
usr/src/lib/libcmdutils/common/process_xattrs.c
109
if ((outdfd = attropen(outfile, ".", O_RDONLY)) == -1) {
usr/src/lib/libcmdutils/common/process_xattrs.c
45
if ((fd1 = attropen(attrfile, ".", O_RDONLY)) == -1) {
usr/src/lib/libcmdutils/common/process_xattrs.c
57
if ((fd2 = attropen(attrfile, ".", O_RDONLY)) == -1) {
usr/src/lib/smbsrv/libmlsvc/common/dfs.c
1169
if ((attrdirfd = attropen(rootdir, ".", O_RDONLY)) > 0) {
usr/src/lib/smbsrv/libmlsvc/common/smb_quota.c
1202
afd = attropen(file, SMB_QUOTA_CNTRL_INDEX_XATTR, O_RDWR | O_CREAT,