Home
last modified time | relevance | path

Searched refs:SHM_W (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/dports/net/samba412/samba-4.12.15/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/databases/tdb/tdb-1.4.3/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/replace/system/
H A Dshmem.h42 #ifndef SHM_W
43 #define SHM_W 0200 macro
/dports/devel/talloc/talloc-2.3.1/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/devel/tevent/tevent-0.10.2/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/databases/ldb21/ldb-2.1.5/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/databases/ldb15/ldb-1.5.6/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/databases/ldb20/ldb-2.0.10/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/databases/ldb22/ldb-2.2.1/lib/replace/system/
H A Dshmem.h46 #ifndef SHM_W
47 #define SHM_W 0200 macro
/dports/databases/db5/db-5.3.28/src/os/
H A Dos_map.c560 #ifndef SHM_W
561 #define SHM_W 0200 macro
577 return (SHM_R | SHM_W | SHM_R >> 3 | SHM_W >> 3);
583 mode |= SHM_W;
587 mode |= SHM_W >> 3;
591 mode |= SHM_W >> 6;
/dports/mail/libmilter/sendmail-8.16.1/include/sm/
H A Dshm.h38 # ifndef SHM_W
39 # define SHM_W 0200 macro
/dports/mail/batv-milter/batv-milter-0.5.0/include/sm/
H A Dshm.h41 # ifndef SHM_W
42 # define SHM_W 0200 macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/arch/unix/
H A Dapr_arch_shm.h45 #if !defined(SHM_W)
46 #define SHM_W 0200 macro
/dports/devel/apr1/apr-1.7.0/include/arch/unix/
H A Dapr_arch_shm.h48 #if !defined(SHM_W)
49 #define SHM_W 0200 macro
/dports/benchmarks/dbench/dbench-4.0/
H A Dutil.c22 #ifndef SHM_W
23 #define SHM_W 0000200 macro
44 shmid = shmget(IPC_PRIVATE, size, SHM_R | SHM_W); in shm_setup()
/dports/databases/db18/db-18.1.40/src/os/
H A Dos_map.c606 #ifndef SHM_W
607 #define SHM_W 0200 macro
623 return (SHM_R | SHM_W | SHM_R >> 3 | SHM_W >> 3);
629 mode |= SHM_W;
633 mode |= SHM_W >> 3;
637 mode |= SHM_W >> 6;
/dports/mail/libmilter/sendmail-8.16.1/libsm/
H A Dshm.c52 shmflg = SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3);
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_proctbl_unix.c57 #if !defined(SHM_W)
58 #define SHM_W 0200 macro
99 if ((shmid = shmget(shmkey, 0, SHM_R | SHM_W)) < 0) { in apr_shm_remove()
/dports/mail/batv-milter/batv-milter-0.5.0/libsm/
H A Dshm.c68 shmflg = SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dwrite_to_hugetlbfs.c199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dwrite_to_hugetlbfs.c199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dwrite_to_hugetlbfs.c199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
/dports/devel/p5-IPC-ShareLite/IPC-ShareLite-0.17/
H A DShareLite.xs265 #ifdef SHM_W in constant()
266 return SHM_W; in constant()
/dports/devel/apr1/apr-1.7.0/shmem/unix/
H A Dshm.c236 SHM_R | SHM_W | IPC_CREAT)) < 0) { in apr_shm_create()
381 SHM_R | SHM_W | IPC_CREAT | IPC_EXCL)) < 0) { in apr_shm_create()
471 if ((shmid = shmget(shmkey, 0, SHM_R | SHM_W)) < 0) { in apr_shm_remove()
650 if ((new_m->shmid = shmget(new_m->shmkey, 0, SHM_R | SHM_W)) == -1) { in apr_shm_attach()
702 if ((shmid = shmget(m->shmkey, 0, SHM_R | SHM_W)) == -1) { in APR_PERMS_SET_IMPLEMENT()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dgt68xx_shm_channel.c59 #ifndef SHM_W
60 #define SHM_W 0 macro
248 shm_id = shmget (IPC_PRIVATE, shm_size, IPC_CREAT | SHM_R | SHM_W); in shm_channel_new()

12345678910>>...45