Lines Matching refs:LF_ISSET
186 if (LF_ISSET(FS_OPENERR) || oname == NULL || !exists) { in file_init()
217 if (!LF_ISSET(FS_OPENERR)) in file_init()
296 if (LF_ISSET(FS_SETALT)) in file_init()
317 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { in file_init()
759 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) { in file_write()
760 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
767 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) { in file_write()
772 LF_ISSET(FS_POSSIBLE) ? in file_write()
782 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) { in file_write()
783 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_write()
804 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()
808 msgq_str(sp, M_ERR, name, LF_ISSET(FS_POSSIBLE) ? in file_write()
819 (LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC); in file_write()
823 file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE)) in file_write()
845 if ((fp = fdopen(fd, LF_ISSET(FS_APPEND) ? "a" : "w")) == NULL) { in file_write()
888 if (!LF_ISSET(FS_APPEND)) in file_write()
908 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) { in file_write()
927 msgstr = LF_ISSET(FS_APPEND) ? in file_write()
1228 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? in file_m1()