Searched refs:oflag (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dva-arg-pack-len-2.C11 extern int myopen2 (const char *path, int oflag);
12 extern int myopenva (const char *path, int oflag, ...);
15 myopen (const char *path, int oflag, ...) argument
20 if (__builtin_constant_p (oflag))
22 if ((oflag & 0x40) != 0 && __builtin_va_arg_pack_len () < 1)
25 return myopen2 (path, oflag);
27 return myopenva (path, oflag, __builtin_va_arg_pack ());
31 return myopen2 (path, oflag);
33 return myopenva (path, oflag, __builtin_va_arg_pack ());
H A Dva-arg-pack-len-1.C15 myopen2 (const char *path, int oflag) argument
22 if (oflag != 0x2)
26 if (oflag != 0x43)
38 myopenva (const char *path, int oflag, ...) argument
42 if ((oflag & 0x40) != 0)
44 va_start (ap, oflag);
53 if (oflag != 0x43 || mode != 0644)
57 if (oflag != 0x3)
61 if (oflag != 0x2)
65 if (oflag !
79 myopen(const char *path, int oflag, ...) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dva-arg-pack-len-2.c11 extern int myopen2 (const char *path, int oflag);
12 extern int myopenva (const char *path, int oflag, ...);
15 myopen (const char *path, int oflag, ...) argument
20 if (__builtin_constant_p (oflag))
22 if ((oflag & 0x40) != 0 && __builtin_va_arg_pack_len () < 1)
25 return myopen2 (path, oflag);
27 return myopenva (path, oflag, __builtin_va_arg_pack ());
31 return myopen2 (path, oflag);
33 return myopenva (path, oflag, __builtin_va_arg_pack ());
H A Dva-arg-pack-len-1.c15 myopen2 (const char *path, int oflag) argument
22 if (oflag != 0x2)
26 if (oflag != 0x43)
38 myopenva (const char *path, int oflag, ...) argument
42 if ((oflag & 0x40) != 0)
44 va_start (ap, oflag);
53 if (oflag != 0x43 || mode != 0644)
57 if (oflag != 0x3)
61 if (oflag != 0x2)
65 if (oflag !
79 myopen(const char *path, int oflag, ...) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Doldnames.c26 open (const char *filename, int oflag, int pmode) argument
28 return _open (filename, oflag, pmode);
/haiku-buildtools/gcc/gcc/java/
H A Dwin32-host.c50 jcf_open_exact_case (const char *filename, int oflag) argument
83 return open (filename, oflag);
H A Djcf.h59 jcf_open_exact_case (const char* filename, int oflag);
/haiku-buildtools/gcc/zlib/
H A Dgzlib.c98 int oflag; local
214 oflag =
237 fd == -2 ? _wopen(path, oflag, 0666) :
239 open(path, oflag, 0666));
/haiku-buildtools/binutils/zlib/
H A Dgzlib.c98 int oflag; local
220 oflag =
243 fd == -2 ? _wopen(path, oflag, 0666) :
245 open((const char *)path, oflag, 0666));
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Dops.cc402 int oflag = O_WRONLY|O_CREAT; variable
404 oflag |= O_TRUNC;
406 oflag |= O_EXCL;
407 CloseFD out = { ::open(to.c_str(), oflag, S_IWUSR) };
/haiku-buildtools/legacy/gcc/libchill/
H A Dbasicio.c277 int oflag; local
/haiku-buildtools/gcc/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h1356 #define __sanitizer_syscall_pre_mq_open(name, oflag, mode, attr) \
1357 __sanitizer_syscall_pre_impl_mq_open((long)(name), (long)(oflag), \
1359 #define __sanitizer_syscall_post_mq_open(res, name, oflag, mode, attr) \
1360 __sanitizer_syscall_post_impl_mq_open(res, (long)(name), (long)(oflag), \
2764 void __sanitizer_syscall_pre_impl_mq_open(long name, long oflag, long mode,
2766 void __sanitizer_syscall_post_impl_mq_open(long res, long name, long oflag,

Completed in 139 milliseconds