OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_WRONLY
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h
200
#define
O_WRONLY
_O_WRONLY
acwin.h
228
#define
O_WRONLY
_O_WRONLY
/src/sys/arch/ia64/stand/common/
bootstrap.h
415
#define
O_WRONLY
0x00000001 /* open for writing only */
/src/bin/sh/
redir.c
411
if ((f = open(fname,
O_WRONLY
)) == -1) {
412
if ((f = open(fname,
O_WRONLY
|O_CREAT|O_EXCL,
432
if ((f = open(fname,
O_WRONLY
|O_CREAT|O_TRUNC, 0666)) < 0)
438
if ((f = open(fname,
O_WRONLY
|O_CREAT|O_APPEND, 0666)) < 0)
937
#ifndef
O_WRONLY
938
# define
O_WRONLY
0
976
#define IGNFLAGS (O_ACCMODE|O_RDONLY|
O_WRONLY
|O_RDWR|O_SHLOCK|O_EXLOCK| \
/src/sys/sys/
fcntl.h
65
#define
O_WRONLY
0x00000001 /* open for writing only */
Completed in 24 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025