Searched refs:FAPPEND (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddstore.c57 { (long)FAPPEND, FF_APPEND },
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddstore.c77 { (long)FAPPEND, FF_APPEND },
/macosx-10.9.5/uucp-11/uucp/unix/
H A Defopen.c30 #ifdef FAPPEND
31 #define O_APPEND FAPPEND
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfcntl.h189 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK)
191 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FFDSYNC|FNONBLOCK)
200 #define FAPPEND O_APPEND /* kernel/compat */ macro
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsas.vim169 syn keyword sasFunction EXP FAPPEND FCLOSE FCOL FDELETE FETCH FETCHOBS
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c2186 #define FAPPEND 0x20 /* file handle opened O_APPEND */ macro
2212 fileflags |= FAPPEND;
5396 flags |= FAPPEND;
5871 DWORD method = _osfile(fd) & FAPPEND ? FILE_END : FILE_CURRENT;

Completed in 144 milliseconds