OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__SAPP
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/stdio/
stdio.c
88
if (fp->_flags &
__SAPP
)
91
fp->_flags &= ~
__SAPP
; /* all writes append. */
fdopen.c
111
* O_APPEND bit set, assert
__SAPP
so that __swrite() will lseek to
115
fp->_flags |=
__SAPP
;
/src/include/
stdio.h
162
#define
__SAPP
0x0100 /* fdopen()ed in append mode */
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025