Searched refs:attropen (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dattropen.c30 * attropen -- C library extension routine
36 #pragma weak _attropen = attropen
82 attropen(const char *file, const char *attr, int oflag, ...) function
/osnet-11/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c43 if ((fd1 = attropen(attrfile, ".", O_RDONLY)) == -1) {
55 if ((fd2 = attropen(attrfile, ".", O_RDONLY)) == -1) {
107 if ((outdfd = attropen(outfile, ".", O_RDONLY)) == -1) {
108 etext = dgettext(TEXT_DOMAIN, "cannot attropen target");
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com362 attropen.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com392 attropen.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com356 attropen.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile333 attropen.o \
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c1379 if ((attrdirfd = attropen(rootdir, ".", O_RDONLY)) > 0) {

Completed in 32 milliseconds