Home
last modified time | relevance | path

Searched refs:XATTR_REPLACE (Results 1 – 25 of 4500) sorted by relevance

12345678910>>...180

/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dxattr.h34 XATTR_REPLACE = 2 /* set value, fail if attr does not exist. */ enumerator
35 #define XATTR_REPLACE XATTR_REPLACE macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dxattr.h34 XATTR_REPLACE = 2 /* set value, fail if attr does not exist. */ enumerator
35 #define XATTR_REPLACE XATTR_REPLACE macro
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/pkg/xattr/
H A Dxattr_flags_test.go27 …= SetWithFlags(tmp.Name(), UserPrefix+"flags-test", []byte("flags-test-attr-value"), XATTR_REPLACE)
33 …= SetWithFlags(tmp.Name(), UserPrefix+"flags-test", []byte("flags-test-attr-value"), XATTR_REPLACE)
H A Dxattr_linux.go14 XATTR_REPLACE = unix.XATTR_REPLACE const
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/pkg/xattr/
H A Dxattr_flags_test.go27 …= SetWithFlags(tmp.Name(), UserPrefix+"flags-test", []byte("flags-test-attr-value"), XATTR_REPLACE)
33 …= SetWithFlags(tmp.Name(), UserPrefix+"flags-test", []byte("flags-test-attr-value"), XATTR_REPLACE)
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/xattr/
H A Dxattr_flags_test.go27 …= SetWithFlags(tmp.Name(), UserPrefix+"flags-test", []byte("flags-test-attr-value"), XATTR_REPLACE)
33 …= SetWithFlags(tmp.Name(), UserPrefix+"flags-test", []byte("flags-test-attr-value"), XATTR_REPLACE)
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-xattr.c178 XATTR_REPLACE); in stress_xattr()
189 XATTR_REPLACE); in stress_xattr()
199 XATTR_REPLACE); in stress_xattr()
291 XATTR_REPLACE); in stress_xattr()
302 XATTR_REPLACE); in stress_xattr()
314 XATTR_REPLACE); in stress_xattr()
/dports/net/samba412/samba-4.12.15/lib/replace/
H A Dxattr.c543 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
575 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
597 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_setxattr()
610 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_setxattr()
650 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
682 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
704 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_fsetxattr()
711 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_fsetxattr()
/dports/databases/tdb/tdb-1.4.3/lib/replace/
H A Dxattr.c543 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
575 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
597 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_setxattr()
610 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_setxattr()
650 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
682 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
704 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_fsetxattr()
711 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_fsetxattr()
/dports/devel/talloc/talloc-2.3.1/lib/replace/
H A Dxattr.c543 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
575 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
597 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_setxattr()
610 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_setxattr()
650 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
682 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
704 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_fsetxattr()
711 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_fsetxattr()
/dports/devel/tevent/tevent-0.10.2/lib/replace/
H A Dxattr.c543 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
575 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
597 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_setxattr()
610 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_setxattr()
650 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
682 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
704 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_fsetxattr()
711 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_fsetxattr()
/dports/databases/ldb21/ldb-2.1.5/lib/replace/
H A Dxattr.c543 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
575 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
597 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_setxattr()
610 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_setxattr()
650 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
682 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
704 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_fsetxattr()
711 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_fsetxattr()
/dports/databases/ldb22/ldb-2.2.1/lib/replace/
H A Dxattr.c543 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
575 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_setxattr()
597 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_setxattr()
610 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_setxattr()
650 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
682 if (flags & XATTR_REPLACE && errno == ENOATTR) { in rep_fsetxattr()
704 if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; in rep_fsetxattr()
711 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; in rep_fsetxattr()
/dports/devel/py-xattr/xattr-0.9.8/xattr/
H A Dlib_build.c24 #define XATTR_REPLACE 0x2 macro
245 #define XATTR_REPLACE 0x2 macro
457 options = XATTR_REPLACE; in xattr_setxattr()
512 options = XATTR_REPLACE; in xattr_fsetxattr()
559 #define XATTR_XATTR_REPLACE XATTR_REPLACE
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/yaffs2/
H A Dyportenv.h277 #ifndef XATTR_REPLACE
278 #define XATTR_REPLACE 2 macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/yaffs2/
H A Dyportenv.h277 #ifndef XATTR_REPLACE
278 #define XATTR_REPLACE 2 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/yaffs2/
H A Dyportenv.h277 #ifndef XATTR_REPLACE
278 #define XATTR_REPLACE 2 macro
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/yaffs2/
H A Dyportenv.h278 #ifndef XATTR_REPLACE
279 #define XATTR_REPLACE 2 macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/yaffs2/
H A Dyportenv.h278 #ifndef XATTR_REPLACE
279 #define XATTR_REPLACE 2 macro
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/yaffs2/
H A Dyportenv.h278 #ifndef XATTR_REPLACE
279 #define XATTR_REPLACE 2 macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/yaffs2/
H A Dyportenv.h277 #ifndef XATTR_REPLACE
278 #define XATTR_REPLACE 2 macro
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/fs/yaffs2/
H A Dyportenv.h278 #ifndef XATTR_REPLACE
279 #define XATTR_REPLACE 2 macro
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/fs/yaffs2/
H A Dyportenv.h278 #ifndef XATTR_REPLACE
279 #define XATTR_REPLACE 2 macro
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/fs/yaffs2/
H A Dyportenv.h278 #ifndef XATTR_REPLACE
279 #define XATTR_REPLACE 2 macro
/dports/sysutils/u-boot-sopine/u-boot-2021.07/fs/yaffs2/
H A Dyportenv.h278 #ifndef XATTR_REPLACE
279 #define XATTR_REPLACE 2 macro

12345678910>>...180