attrs 212 lib/skin/colors.c mc_skin_color->attrs = (items_count > 2 && values[2][0]) attrs 214 lib/skin/colors.c : (tmp != NULL) ? g_strdup (tmp->attrs) attrs 236 lib/skin/colors.c mc_skin_color->attrs = NULL; attrs 61 lib/skin/common.c g_free (mc_skin_color->attrs); attrs 216 lib/tty/color-internal.c tty_attr_get_bits (const char *attrs) attrs 220 lib/tty/color-internal.c if (attrs != NULL) attrs 225 lib/tty/color-internal.c attr_list = g_strsplit (attrs, "+", -1); attrs 52 lib/tty/color-internal.h int tty_attr_get_bits (const char *attrs); attrs 50 lib/tty/color.c .fg = NULL, .bg = NULL, .attrs = NULL, .pair_index = 0 attrs 75 lib/tty/color.c g_free (color->attrs); attrs 162 lib/tty/color.c is_base = (color->attrs == NULL || strcmp (color->attrs, "base") == 0); attrs 163 lib/tty/color.c attr = tty_attr_get_bits (is_base ? tty_color_defaults.attrs : color->attrs); attrs 223 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 2138 src/editor/edit.c edit->attrs_ok = (mc_fgetflags (arg->file_vpath, &edit->attrs) == 0); attrs 242 src/editor/editcmd.c (void) mc_fsetflags (savename_vpath, edit->attrs); attrs 142 src/editor/editwidget.h unsigned long attrs; // Result of mc_fgetflags() on the file attrs 842 src/editor/syntax.c if (color->attrs != NULL && *color->attrs == '\0') attrs 843 src/editor/syntax.c color->attrs = NULL; attrs 894 src/editor/syntax.c if (color->attrs != NULL) attrs 896 src/editor/syntax.c g_strlcpy (a, color->attrs, sizeof (a)); attrs 904 src/editor/syntax.c color->attrs = a; attrs 1129 src/editor/syntax.c color.attrs = *a; attrs 1134 src/editor/syntax.c g_strlcpy (last_attrs, color.attrs != NULL ? color.attrs : "", sizeof (last_attrs)); attrs 1193 src/editor/syntax.c color.attrs = *a; attrs 1200 src/editor/syntax.c if (color.attrs == NULL) attrs 1201 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 272 src/filemanager/chattr.c chattr_fill_str (attr, fat->attrs); attrs 325 src/filemanager/chattr.c tty_print_char (fat->attrs[i]); attrs 2288 src/filemanager/file.c unsigned long attrs = 0; attrs 2368 src/filemanager/file.c while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0) attrs 2440 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) attrs 2519 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) attrs 2958 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) attrs 3013 src/filemanager/file.c unsigned long attrs = 0; attrs 3043 src/filemanager/file.c while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0) attrs 3296 src/filemanager/file.c mc_fsetflags (dst_vpath, attrs); attrs 113 src/vfs/sftpfs/dir.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 121 src/vfs/sftpfs/dir.c rc = libssh2_sftp_readdir (sftpfs_dir->handle, mem, sizeof (mem), &attrs); attrs 227 src/vfs/sftpfs/file.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 242 src/vfs/sftpfs/file.c res = libssh2_sftp_fstat_ex (sftpfs_fh->handle, &attrs, 0); attrs 252 src/vfs/sftpfs/file.c sftpfs_attr_to_stat (&attrs, buf); attrs 120 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES *attrs) attrs 133 src/vfs/sftpfs/internal.c attrs); attrs 249 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (const LIBSSH2_SFTP_ATTRIBUTES *attrs, struct stat *s) attrs 251 src/vfs/sftpfs/internal.c if ((attrs->flags & LIBSSH2_SFTP_ATTR_UIDGID) != 0) attrs 253 src/vfs/sftpfs/internal.c s->st_uid = attrs->uid; attrs 254 src/vfs/sftpfs/internal.c s->st_gid = attrs->gid; attrs 257 src/vfs/sftpfs/internal.c if ((attrs->flags & LIBSSH2_SFTP_ATTR_ACMODTIME) != 0) attrs 260 src/vfs/sftpfs/internal.c s->st_atime = attrs->atime; attrs 261 src/vfs/sftpfs/internal.c s->st_mtime = attrs->mtime; attrs 262 src/vfs/sftpfs/internal.c s->st_ctime = attrs->mtime; attrs 265 src/vfs/sftpfs/internal.c if ((attrs->flags & LIBSSH2_SFTP_ATTR_SIZE) != 0) attrs 267 src/vfs/sftpfs/internal.c s->st_size = attrs->filesize; attrs 271 src/vfs/sftpfs/internal.c if ((attrs->flags & LIBSSH2_SFTP_ATTR_PERMISSIONS) != 0) attrs 272 src/vfs/sftpfs/internal.c s->st_mode = attrs->permissions; attrs 290 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 293 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); attrs 296 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (&attrs, buf); attrs 318 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 321 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs); attrs 325 src/vfs/sftpfs/internal.c sftpfs_attr_to_stat (&attrs, buf); attrs 438 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 442 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); attrs 446 src/vfs/sftpfs/internal.c attrs.flags = LIBSSH2_SFTP_ATTR_ACMODTIME; attrs 447 src/vfs/sftpfs/internal.c attrs.atime = atime; attrs 448 src/vfs/sftpfs/internal.c attrs.mtime = mtime; attrs 455 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_SETSTAT, &attrs); attrs 491 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 495 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); attrs 499 src/vfs/sftpfs/internal.c attrs.flags = LIBSSH2_SFTP_ATTR_PERMISSIONS; attrs 500 src/vfs/sftpfs/internal.c attrs.permissions = mode; attrs 507 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);