Home
last modified time | relevance | path

Searched defs:open_c (Results 1 – 6 of 6) sorted by relevance

/dports/editors/jove/jove/
H A Dc.c520 private char open_c[CMT_STR_BOUND], /* the open comment format string */ variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Duunxapi.cxx360 int open_c(const char *cpPath, int oflag, int mode) in open_c() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Duunxapi.cxx356 int open_c(const char *cpPath, int oflag, int mode) in open_c() function
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/hermit/
H A Dfs.rs271 pub fn open_c(path: &CStr, opts: &OpenOptions) -> io::Result<File> { in open_c() method
/dports/textproc/py-markdown2/markdown2-2.3.6/lib/
H A Dmarkdown2.py1260 def _find_balanced(self, text, start, open_c, close_c): argument
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unix/
H A Dfs.rs767 pub fn open_c(path: &CStr, opts: &OpenOptions) -> io::Result<File> { in open_c() method