attrs             210 lib/skin/colors.c     mc_skin_color->attrs = (items_count > 2 && values[2][0]) ?
attrs             212 lib/skin/colors.c         (tmp != NULL) ? g_strdup (tmp->attrs) : NULL;
attrs             233 lib/skin/colors.c         mc_skin_color->attrs = NULL;
attrs              61 lib/skin/common.c     g_free (mc_skin_color->attrs);
attrs             215 lib/tty/color-internal.c tty_attr_get_bits (const char *attrs)
attrs             219 lib/tty/color-internal.c     if (attrs != NULL)
attrs             224 lib/tty/color-internal.c         attr_list = g_strsplit (attrs, "+", -1);
attrs              53 lib/tty/color-internal.h int tty_attr_get_bits (const char *attrs);
attrs              54 lib/tty/color.c     .attrs = NULL,
attrs              81 lib/tty/color.c     g_free (color->attrs);
attrs             167 lib/tty/color.c     is_base = (color->attrs == NULL || strcmp (color->attrs, "base") == 0);
attrs             168 lib/tty/color.c     attr = tty_attr_get_bits (is_base ? tty_color_defaults.attrs : color->attrs);
attrs             229 lib/tty/color.c     tty_color_defaults.attrs = g_strdup (color->attrs);
attrs              28 lib/tty/color.h     char *attrs;
attrs             567 lib/tty/tty-ncurses.c     attr_t attrs;
attrs             582 lib/tty/tty-ncurses.c             getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
attrs             583 lib/tty/tty-ncurses.c             setcchar (&ctext[col], wch, attrs, color, NULL);
attrs            2167 src/editor/edit.c     edit->attrs_ok = (mc_fgetflags (filename_vpath, &edit->attrs) == 0);
attrs             243 src/editor/editcmd.c         (void) mc_fsetflags (savename_vpath, edit->attrs);
attrs             153 src/editor/editwidget.h     unsigned long attrs;        /* Result of mc_fgetflags() on the file */
attrs             823 src/editor/syntax.c     if (color->attrs != NULL && *color->attrs == '\0')
attrs             824 src/editor/syntax.c         color->attrs = NULL;
attrs             875 src/editor/syntax.c     if (color->attrs != NULL)
attrs             877 src/editor/syntax.c         g_strlcpy (a, color->attrs, sizeof (a));
attrs             885 src/editor/syntax.c         color->attrs = a;
attrs            1110 src/editor/syntax.c             color.attrs = *a;
attrs            1115 src/editor/syntax.c             g_strlcpy (last_attrs, color.attrs != NULL ? color.attrs : "", sizeof (last_attrs));
attrs            1174 src/editor/syntax.c             color.attrs = *a;
attrs            1181 src/editor/syntax.c             if (color.attrs == NULL)
attrs            1182 src/editor/syntax.c                 color.attrs = last_attrs;
attrs              76 src/filemanager/chattr.c     char attrs[32 + 1];         /* 32 bits in attributes (unsigned long) */
attrs             278 src/filemanager/chattr.c     chattr_fill_str (attr, fat->attrs);
attrs             332 src/filemanager/chattr.c                 tty_print_char (fat->attrs[i]);
attrs            2275 src/filemanager/file.c     unsigned long attrs;
attrs            2341 src/filemanager/file.c     while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0)
attrs            2411 src/filemanager/file.c                 while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->skip_all)
attrs            2487 src/filemanager/file.c             while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->skip_all)
attrs            2899 src/filemanager/file.c         while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->skip_all)
attrs            2951 src/filemanager/file.c     unsigned long attrs;
attrs            2980 src/filemanager/file.c     while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0)
attrs            3236 src/filemanager/file.c             mc_fsetflags (dst_vpath, attrs);
attrs             114 src/vfs/sftpfs/dir.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             122 src/vfs/sftpfs/dir.c         rc = libssh2_sftp_readdir (sftpfs_dir->handle, mem, sizeof (mem), &attrs);
attrs             226 src/vfs/sftpfs/file.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             241 src/vfs/sftpfs/file.c         res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0);
attrs             251 src/vfs/sftpfs/file.c     sftpfs_attr_to_stat (&attrs, buf);
attrs             119 src/vfs/sftpfs/internal.c                   LIBSSH2_SFTP_ATTRIBUTES * attrs)
attrs             132 src/vfs/sftpfs/internal.c                                     stat_type, attrs);
attrs             248 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s)
attrs             250 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_UIDGID) != 0)
attrs             252 src/vfs/sftpfs/internal.c         s->st_uid = attrs->uid;
attrs             253 src/vfs/sftpfs/internal.c         s->st_gid = attrs->gid;
attrs             256 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_ACMODTIME) != 0)
attrs             258 src/vfs/sftpfs/internal.c         s->st_atime = attrs->atime;
attrs             259 src/vfs/sftpfs/internal.c         s->st_mtime = attrs->mtime;
attrs             260 src/vfs/sftpfs/internal.c         s->st_ctime = attrs->mtime;
attrs             266 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_SIZE) != 0)
attrs             268 src/vfs/sftpfs/internal.c         s->st_size = attrs->filesize;
attrs             272 src/vfs/sftpfs/internal.c     if ((attrs->flags & LIBSSH2_SFTP_ATTR_PERMISSIONS) != 0)
attrs             273 src/vfs/sftpfs/internal.c         s->st_mode = attrs->permissions;
attrs             291 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             294 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
attrs             297 src/vfs/sftpfs/internal.c         sftpfs_attr_to_stat (&attrs, buf);
attrs             319 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             322 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);
attrs             326 src/vfs/sftpfs/internal.c         sftpfs_attr_to_stat (&attrs, buf);
attrs             441 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             445 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
attrs             449 src/vfs/sftpfs/internal.c     attrs.flags = LIBSSH2_SFTP_ATTR_ACMODTIME;
attrs             450 src/vfs/sftpfs/internal.c     attrs.atime = atime;
attrs             451 src/vfs/sftpfs/internal.c     attrs.mtime = mtime;
attrs             459 src/vfs/sftpfs/internal.c                                   LIBSSH2_SFTP_SETSTAT, &attrs);
attrs             495 src/vfs/sftpfs/internal.c     LIBSSH2_SFTP_ATTRIBUTES attrs;
attrs             499 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
attrs             503 src/vfs/sftpfs/internal.c     attrs.flags = LIBSSH2_SFTP_ATTR_PERMISSIONS;
attrs             504 src/vfs/sftpfs/internal.c     attrs.permissions = mode;
attrs             512 src/vfs/sftpfs/internal.c                                   LIBSSH2_SFTP_SETSTAT, &attrs);
attrs              81 src/vfs/sftpfs/internal.h void sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES * attrs, struct stat *s);