Searched defs:attropen (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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
/illumos-gate/usr/src/head/
H A Dfcntl.h86 #pragma redefine_extname attropen attropen64
98 #define attropen attropen64 macro
114 #pragma redefine_extname attropen64 attropen
126 #define attropen64 attropen
141 extern int attropen(const char *, const char *, int, ...);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c563 * dfd = attropen(<pathname>, ".", ....)
3991 ofilefd = attropen(fullname, ".", oflag);
4115 if ((*attr_parentfd = attropen(dirp, ".", O_RDONLY)) == -1) {
4117 * Save the errno from the attropen so it can be reported
4118 * if the retry of the attropen fails.
5075 Gen.g_dirfd = attropen(Gen.g_attrfnam_p, ".", O_RDONLY);
8324 Gen.g_dirfd = attropen(filename, ".", O_RDONLY);
9346 dirfd = attropen(filename, ".", O_RDONLY);
9737 attropen(char *file, char *attr, int omode, mode_t cmode) function
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c103 static int attropen();
253 * dfd = attropen(<pathname>, ".", ....)
2868 if ((attrinfo->attr_parentfd = attropen(dirp, ".", O_RDONLY)) == -1) {
2870 * Save the errno from the attropen so it can be reported
2871 * if the retry of the attropen fails.
7899 fd = attropen(filename, ".", O_RDONLY);
8477 ofilefd = attropen(dirp, ".", oflag);
8578 attropen(char *file, char *attr, int omode, mode_t cmode) function

Completed in 245 milliseconds