/titanic_41/usr/src/head/ |
H A D | fcntl.h | 86 #pragma redefine_extname attropen attropen64 98 #define attropen attropen64 114 #pragma redefine_extname attropen64 attropen 126 #define attropen64 attropen 141 extern int attropen(const char *, const char *, int, ...);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | attropen.c | 36 #pragma weak _attropen = attropen 82 attropen(const char *file, const char *attr, int oflag, ...) in attropen() function
|
/titanic_41/usr/src/lib/libcmdutils/common/ |
H A D | process_xattrs.c | 44 if ((fd1 = attropen(attrfile, ".", O_RDONLY)) == -1) { in get_attrdirs() 56 if ((fd2 = attropen(attrfile, ".", O_RDONLY)) == -1) { in get_attrdirs() 108 if ((outdfd = attropen(outfile, ".", O_RDONLY)) == -1) { in mv_xattrs()
|
/titanic_41/usr/src/cmd/du/ |
H A D | du.c | 392 if ((fd = attropen(curname, ".", O_RDONLY)) < 0) { in descend()
|
/titanic_41/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 694 fd = attropen(fnamep, ".", O_RDONLY); in tlm_output_xattr() 724 afd = attropen(fnamep, dtp->d_name, O_RDONLY); in tlm_output_xattr()
|
H A D | tlm_restore_writer.c | 1433 fd = attropen(name, xattrname, O_CREAT | O_RDWR, 0755); in restore_xattr_hdr()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 173 attropen
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_quota.c | 1163 afd = attropen(file, SMB_QUOTA_CNTRL_INDEX_XATTR, O_RDWR | O_CREAT, in smb_quota_add_ctrldir()
|
H A D | dfs.c | 1170 if ((attrdirfd = attropen(rootdir, ".", O_RDONLY)) > 0) { in dfs_root_remove()
|
/titanic_41/usr/src/cmd/chmod/ |
H A D | chmod.c | 1100 parentfd = attropen(file, ".", O_RDONLY); in set_attrs()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 3991 ofilefd = attropen(fullname, ".", oflag); in retry_open_attr() 4115 if ((*attr_parentfd = attropen(dirp, ".", O_RDONLY)) == -1) { in open_attr_dir() 5075 Gen.g_dirfd = attropen(Gen.g_attrfnam_p, ".", O_RDONLY); in getname() 8324 Gen.g_dirfd = attropen(filename, ".", O_RDONLY); in xattrs_out() 9346 dirfd = attropen(filename, ".", O_RDONLY); in preview_attrs() 9737 attropen(char *file, char *attr, int omode, mode_t cmode) in attropen() function
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 103 static int attropen(); 2811 if ((attrinfo->attr_parentfd = attropen(dirp, ".", O_RDONLY)) == -1) { in open_attr_dir() 7856 fd = attropen(filename, ".", O_RDONLY); in xattrs_put() 8436 ofilefd = attropen(dirp, ".", oflag); in retry_open_attr() 8537 attropen(char *file, char *attr, int omode, mode_t cmode) in attropen() function
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 355 attropen.o \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 388 attropen.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 373 attropen.o \
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 413 attropen.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 975 attropen;
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 55 attropen.3c \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 50 file path=usr/share/man/man3c/attropen.3c
|