Home
last modified time | relevance | path

Searched refs:__oflag (Results 1 - 5 of 5) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_open.c363 int open64 (const char *__path, int __oflag, ...) in open64() argument
368 va_start(ap, __oflag); in open64()
371 if ((__oflag & (O_WRONLY | O_CREAT)) != 0) in open64()
377 return open (__path, ((unsigned int)__oflag) | O_LARGEFILE, mode); in open64()
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c201 int lws_open(const char *__file, int __oflag, ...) in lws_open() argument
206 va_start(ap, __oflag); in lws_open()
207 if (((__oflag & O_CREAT) == O_CREAT) in lws_open()
209 || ((__oflag & O_TMPFILE) == O_TMPFILE) in lws_open()
214 n = open(__file, __oflag, va_arg(ap, uint32_t)); in lws_open()
222 n = open(__file, __oflag, (mode_t)va_arg(ap, unsigned int)); in lws_open()
225 n = open(__file, __oflag); in lws_open()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h843 * \param __oflag: option flags
850 lws_open(const char *__file, int __oflag, ...);
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3167 pub fn mq_open(__name: *const ::c_char, __oflag: ::c_int, ...) -> ::mqd_t; in mq_open()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6761 extern int posix_openpt (int __oflag) ;
[all...]

Completed in 35 milliseconds