chown_label        66 src/filemanager/chown.c #define chown_label(n,txt) label_set_text (chown_label [n].l, txt)
chown_label        99 src/filemanager/chown.c } chown_label[LABELS] =
chown_label       238 src/filemanager/chown.c         chown_label[i].l = label_new (chown_label[i].y, 7 + GW * 2, NULL);
chown_label       239 src/filemanager/chown.c         group_add_widget (g, chown_label[i].l);
chown_label       442 src/filemanager/chown.c         chown_label (0, str_trunc (fname->str, GW - 4));
chown_label       443 src/filemanager/chown.c         chown_label (1, str_trunc (get_owner (sf_stat.st_uid), GW - 4));
chown_label       444 src/filemanager/chown.c         chown_label (2, str_trunc (get_group (sf_stat.st_gid), GW - 4));
chown_label       446 src/filemanager/chown.c         chown_label (3, buffer);
chown_label       447 src/filemanager/chown.c         chown_label (4, string_perm (sf_stat.st_mode));