Searched refs:FS_APPEND (Results 1 – 3 of 3) sorted by relevance
788 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) { in file_write()825 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()840 (LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC); in file_write()895 if ((fp = fdopen(fd, LF_ISSET(FS_APPEND) ? "a" : "w")) == NULL) { in file_write()935 if (!LF_ISSET(FS_APPEND)) in file_write()955 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) { in file_write()972 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ? in file_write()
68 #define FS_APPEND 0x002 /* Append to the file. */ macro
201 LF_SET(FS_APPEND); in exwr()