Searched refs:FS_APPEND (Results 1 – 3 of 3) sorted by relevance
777 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) {814 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) &&829 (LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC);889 if (LF_ISSET(FS_APPEND) && lseek(fd, (off_t)0, SEEK_END) < 0) {902 if ((fp = fdopen(fd, LF_ISSET(FS_APPEND) ? "a" : "w")) == NULL) {942 if (!LF_ISSET(FS_APPEND))962 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) {979 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ?
72 #define FS_APPEND 0x002 /* Append to the file. */ macro
201 LF_SET(FS_APPEND);