Home
last modified time | relevance | path

Searched defs:O_APPEND (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dfcntl.h88 #define O_APPEND (1<< 3) /* append (writes guaranteed at the end) */ macro
/openbsd/sys/sys/
H A Dfcntl.h80 #define O_APPEND 0x0008 /* set append mode */ macro