FS_APPEND
if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) {
if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) &&
(LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC);
if ((fp = fdopen(fd, LF_ISSET(FS_APPEND) ? "a" : "w")) == NULL) {
if (!LF_ISSET(FS_APPEND))
if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) {
msgstr = LF_ISSET(FS_APPEND) ?
LF_SET(FS_APPEND);