Searched refs:FS_APPEND (Results 1 – 3 of 3) sorted by relevance
807 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) { in file_write()844 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()859 (LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC); in file_write()890 if (LF_ISSET(FS_APPEND) && lseek(fd, (off_t)0, SEEK_END) < 0) { in file_write()903 if ((fp = fdopen(fd, LF_ISSET(FS_APPEND) ? "a" : "w")) == NULL) { in file_write()944 if (!LF_ISSET(FS_APPEND)) in file_write()964 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) { in file_write()982 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ? in file_write()
81 #define FS_APPEND 0x002 /* Append to the file. */ macro
207 LF_SET(FS_APPEND); in exwr()