OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_RDONLY
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/src/external/gpl2/mkhybrid/dist/include/
fctldefs.h
44
* Do not define more than
O_RDONLY
/ O_WRONLY / O_RDWR
47
#ifndef
O_RDONLY
48
#define
O_RDONLY
0
/src/sys/arch/hpc/stand/hpcboot/
file_ufs.h
57
#define
O_RDONLY
0x0000 /* open for reading only */
/src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.c
40
#define
O_RDONLY
0x0000 /* open for reading only */
52
if (CheckCancel(0) || (fd = open((char*)wkernel_name,
O_RDONLY
)) < 0) {
/src/external/gpl2/groff/dist/src/include/
posix.h
59
#ifndef
O_RDONLY
60
#define
O_RDONLY
0
/src/external/bsd/libpcap/dist/testprogs/
unix.h
47
#define
O_RDONLY
_O_RDONLY
/src/external/gpl3/binutils/dist/ld/
sysdep.h
64
#ifndef
O_RDONLY
65
#define
O_RDONLY
0
74
#define O_ACCMODE (
O_RDONLY
| O_WRONLY | O_RDWR)
/src/external/gpl3/binutils.old/dist/ld/
sysdep.h
64
#ifndef
O_RDONLY
65
#define
O_RDONLY
0
74
#define O_ACCMODE (
O_RDONLY
| O_WRONLY | O_RDWR)
/src/external/mit/libuv/dist/docs/code/uvcat/
main.c
55
uv_fs_open(uv_default_loop(), &open_req, argv[1],
O_RDONLY
, 0, on_open);
/src/external/gpl3/binutils/dist/binutils/
sysdep.h
66
#ifndef
O_RDONLY
67
#define
O_RDONLY
0
/src/external/gpl3/binutils.old/dist/binutils/
sysdep.h
66
#ifndef
O_RDONLY
67
#define
O_RDONLY
0
/src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h
89
#define
O_RDONLY
_O_RDONLY
acwin.h
117
#define
O_RDONLY
_O_RDONLY
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h
62
#define
O_RDONLY
_O_RDONLY
/src/external/gpl3/binutils/dist/bfd/
sysdep.h
69
#ifndef
O_RDONLY
70
#define
O_RDONLY
0
79
#define O_ACCMODE (
O_RDONLY
| O_WRONLY | O_RDWR)
/src/external/gpl3/binutils.old/dist/bfd/
sysdep.h
65
#ifndef
O_RDONLY
66
#define
O_RDONLY
0
75
#define O_ACCMODE (
O_RDONLY
| O_WRONLY | O_RDWR)
/src/external/gpl3/gdb.old/dist/bfd/
sysdep.h
65
#ifndef
O_RDONLY
66
#define
O_RDONLY
0
75
#define O_ACCMODE (
O_RDONLY
| O_WRONLY | O_RDWR)
/src/external/gpl3/gdb/dist/bfd/
sysdep.h
65
#ifndef
O_RDONLY
66
#define
O_RDONLY
0
75
#define O_ACCMODE (
O_RDONLY
| O_WRONLY | O_RDWR)
/src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h
104
#define
O_RDONLY
_O_RDONLY
/src/external/gpl2/grep/dist/src/
system.h
40
# define
O_RDONLY
0
/src/external/gpl2/xcvs/dist/diff/
system.h
130
#ifndef
O_RDONLY
131
#define
O_RDONLY
0
/src/external/bsd/tcpdump/dist/
netdissect-stdinc.h
163
#define
O_RDONLY
_O_RDONLY
/src/external/bsd/libevent/dist/sample/
http-server.c
77
#ifndef
O_RDONLY
78
#define
O_RDONLY
_O_RDONLY
314
if ((fd = open(whole_path,
O_RDONLY
)) < 0) {
/src/external/gpl2/diffutils/dist/src/
system.h
141
#ifndef
O_RDONLY
142
# define
O_RDONLY
0
/src/bin/sh/
redir.c
394
if ((f = open(fname,
O_RDONLY
|eflags)) < 0)
934
#ifndef
O_RDONLY
935
# define
O_RDONLY
0
976
#define IGNFLAGS (O_ACCMODE|
O_RDONLY
|O_WRONLY|O_RDWR|O_SHLOCK|O_EXLOCK| \
/src/sys/arch/ia64/stand/common/
bootstrap.h
414
#define
O_RDONLY
0x00000000 /* open for reading only */
Completed in 22 milliseconds
1
2
Indexes created Sat Apr 11 00:22:22 UTC 2026