chown_label 66 src/filemanager/chown.c #define chown_label(n,txt) label_set_text (chown_label [n].l, txt) chown_label 98 src/filemanager/chown.c } chown_label[LABELS] = { chown_label 236 src/filemanager/chown.c chown_label[i].l = label_new (chown_label[i].y, 7 + GW * 2, NULL); chown_label 237 src/filemanager/chown.c group_add_widget (g, chown_label[i].l); chown_label 428 src/filemanager/chown.c chown_label (0, str_trunc (fname->str, GW - 4)); chown_label 429 src/filemanager/chown.c chown_label (1, str_trunc (get_owner (sf_stat.st_uid), GW - 4)); chown_label 430 src/filemanager/chown.c chown_label (2, str_trunc (get_group (sf_stat.st_gid), GW - 4)); chown_label 432 src/filemanager/chown.c chown_label (3, buffer); chown_label 433 src/filemanager/chown.c chown_label (4, string_perm (sf_stat.st_mode));