Home
last modified time | relevance | path

Searched refs:O_SHARE_DELETE (Results 1 – 21 of 21) sorted by relevance

/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-unix/
H A Ddup2.ml15 [O_WRONLY;O_TRUNC;O_CREAT;O_SHARE_DELETE]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-unix/
H A Ddup2.ml15 [O_WRONLY;O_TRUNC;O_CREAT;O_SHARE_DELETE]
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dwin32.h130 #define O_SHARE_DELETE 0x20000000 /* for rb_w32_open(), rb_w32_wopen() */ macro
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-io/src/
H A Dio.c193 #ifdef O_SHARE_DELETE in mrb_io_mode_to_flags()
194 if (flags0 & MRB_O_SHARE_DELETE) flags |= O_SHARE_DELETE; in mrb_io_mode_to_flags()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-io/src/
H A Dio.c193 #ifdef O_SHARE_DELETE in mrb_io_mode_to_flags()
194 if (flags0 & MRB_O_SHARE_DELETE) flags |= O_SHARE_DELETE; in mrb_io_mode_to_flags()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-io/src/
H A Dio.c193 #ifdef O_SHARE_DELETE in mrb_io_mode_to_flags()
194 if (flags0 & MRB_O_SHARE_DELETE) flags |= O_SHARE_DELETE; in mrb_io_mode_to_flags()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-io/src/
H A Dio.c193 #ifdef O_SHARE_DELETE in mrb_io_mode_to_flags()
194 if (flags0 & MRB_O_SHARE_DELETE) flags |= O_SHARE_DELETE; in mrb_io_mode_to_flags()
/dports/lang/ruby26/ruby-2.6.9/
H A Dfile.c6384 #ifndef O_SHARE_DELETE in Init_File()
6385 # define O_SHARE_DELETE 0 in Init_File() macro
6388 rb_define_const(rb_mFConst, "SHARE_DELETE", INT2FIX(O_SHARE_DELETE)); in Init_File()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/unix/
H A Dunix.ml233 | O_SHARE_DELETE Constructor
H A DunixLabels.mli262 | O_SHARE_DELETE (** Windows only: allow the file to be deleted
H A Dunix.mli278 | O_SHARE_DELETE (** Windows only: allow the file to be deleted Constructor
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/win32unix/
H A Dunix.ml174 | O_SHARE_DELETE Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/unix/
H A Dunix.ml233 | O_SHARE_DELETE Constructor
H A DunixLabels.mli262 | O_SHARE_DELETE (** Windows only: allow the file to be deleted
H A Dunix.mli278 | O_SHARE_DELETE (** Windows only: allow the file to be deleted Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/win32unix/
H A Dunix.ml174 | O_SHARE_DELETE Constructor
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/threads/
H A Dunix.ml200 | O_SHARE_DELETE Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A Dunix.ml200 | O_SHARE_DELETE Constructor
/dports/lang/ruby26/ruby-2.6.9/win32/
H A Dwin32.c6268 share_delete = oflag & O_SHARE_DELETE ? FILE_SHARE_DELETE : 0; in w32_wopen()
6269 oflag &= ~O_SHARE_DELETE; in w32_wopen()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.07527 * include/ruby/win32.h (O_SHARE_DELETE): change to fit Fixnum
H A DChangeLog-2.3.07516 * include/win32/win32.c (O_SHARE_DELETE): new pseudo file mode flag.