attrs_ok         2168 src/editor/edit.c         edit->attrs_ok = (mc_fgetflags (arg->file_vpath, &edit->attrs) == 0);
attrs_ok         2170 src/editor/edit.c         edit->attrs_ok = FALSE;
attrs_ok          242 src/editor/editcmd.c     if (edit->attrs_ok)
attrs_ok          154 src/editor/editwidget.h     gboolean attrs_ok;          /* mc_fgetflags() == 0 */
attrs_ok         2282 src/filemanager/file.c     gboolean attrs_ok = ctx->preserve;
attrs_ok         2361 src/filemanager/file.c     while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0)
attrs_ok         2363 src/filemanager/file.c         attrs_ok = FALSE;
attrs_ok         2385 src/filemanager/file.c         attrs_ok = TRUE;
attrs_ok         2434 src/filemanager/file.c                 while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
attrs_ok         2436 src/filemanager/file.c                     attrs_ok = FALSE;
attrs_ok         2453 src/filemanager/file.c                     attrs_ok = TRUE;
attrs_ok         2514 src/filemanager/file.c             while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
attrs_ok         2516 src/filemanager/file.c                 attrs_ok = FALSE;
attrs_ok         2536 src/filemanager/file.c                 attrs_ok = TRUE;
attrs_ok         2953 src/filemanager/file.c         while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
attrs_ok         2955 src/filemanager/file.c             attrs_ok = FALSE;
attrs_ok         2971 src/filemanager/file.c                 attrs_ok = TRUE;
attrs_ok         3010 src/filemanager/file.c     gboolean attrs_ok = ctx->preserve;
attrs_ok         3038 src/filemanager/file.c     while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0)
attrs_ok         3040 src/filemanager/file.c         attrs_ok = FALSE;
attrs_ok         3062 src/filemanager/file.c         attrs_ok = TRUE;
attrs_ok         3292 src/filemanager/file.c         if (attrs_ok)