Searched refs:FSSH_O_APPEND (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_defs.h35 #define FSSH_B_OPEN_AT_END FSSH_O_APPEND // point to the end of the data
H A Dfssh_fcntl.h47 #define FSSH_O_APPEND 0x00000800 /* to end of file */ macro
H A Dfssh_api_wrapper.h787 #define O_APPEND FSSH_O_APPEND
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp216 SET_OPEN_MODE_FLAG(O_APPEND, FSSH_O_APPEND)
H A Dvfs.cpp3571 // we only accept changes to FSSH_O_APPEND and FSSH_O_NONBLOCK
3572 argument &= FSSH_O_APPEND | FSSH_O_NONBLOCK;
3577 descriptor->open_mode = (descriptor->open_mode & ~(FSSH_O_APPEND | FSSH_O_NONBLOCK))

Completed in 68 milliseconds