chown_label 66 src/filemanager/chown.c #define chown_label(n, txt) label_set_text (chown_label[n].l, txt) chown_label 96 src/filemanager/chown.c } chown_label[LABELS] = { chown_label 227 src/filemanager/chown.c chown_label[i].l = label_new (chown_label[i].y, 7 + GW * 2, NULL); chown_label 228 src/filemanager/chown.c group_add_widget (g, chown_label[i].l); chown_label 421 src/filemanager/chown.c chown_label (0, str_trunc (fname->str, GW - 4)); chown_label 422 src/filemanager/chown.c chown_label (1, str_trunc (get_owner (sf_stat.st_uid), GW - 4)); chown_label 423 src/filemanager/chown.c chown_label (2, str_trunc (get_group (sf_stat.st_gid), GW - 4)); chown_label 425 src/filemanager/chown.c chown_label (3, buffer); chown_label 426 src/filemanager/chown.c chown_label (4, string_perm (sf_stat.st_mode));