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 568 lib/tty/tty-ncurses.c attr_t attrs; attrs 583 lib/tty/tty-ncurses.c getcchar (&ctext[col], wch, &attrs, &color_pair, NULL); attrs 584 lib/tty/tty-ncurses.c setcchar (&ctext[col], wch, attrs, color, NULL); attrs 2168 src/editor/edit.c edit->attrs_ok = (mc_fgetflags (arg->file_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 276 src/filemanager/chattr.c chattr_fill_str (attr, fat->attrs); attrs 329 src/filemanager/chattr.c tty_print_char (fat->attrs[i]); attrs 2281 src/filemanager/file.c unsigned long attrs = 0; attrs 2361 src/filemanager/file.c while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0) attrs 2434 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) attrs 2514 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) attrs 2953 src/filemanager/file.c while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all) attrs 3009 src/filemanager/file.c unsigned long attrs = 0; attrs 3038 src/filemanager/file.c while (attrs_ok && mc_fgetflags (src_vpath, &attrs) != 0) attrs 3293 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 120 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES *attrs) attrs 133 src/vfs/sftpfs/internal.c stat_type, 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 440 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 444 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); attrs 448 src/vfs/sftpfs/internal.c attrs.flags = LIBSSH2_SFTP_ATTR_ACMODTIME; attrs 449 src/vfs/sftpfs/internal.c attrs.atime = atime; attrs 450 src/vfs/sftpfs/internal.c attrs.mtime = mtime; attrs 458 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_SETSTAT, &attrs); attrs 494 src/vfs/sftpfs/internal.c LIBSSH2_SFTP_ATTRIBUTES attrs; attrs 498 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs); attrs 502 src/vfs/sftpfs/internal.c attrs.flags = LIBSSH2_SFTP_ATTR_PERMISSIONS; attrs 503 src/vfs/sftpfs/internal.c attrs.permissions = mode; attrs 511 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);