string_perm 172 lib/util.h const char *string_perm (mode_t mode_bits); string_perm 433 src/filemanager/chown.c chown_label (4, string_perm (sf_stat.st_mode)); string_perm 288 src/filemanager/info.c string_perm (st.st_mode), (unsigned) st.st_mode & 07777); string_perm 662 src/filemanager/panel.c return string_perm (fe->st.st_mode); string_perm 245 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" perm: %s\n", string_perm (st->st_mode)); string_perm 301 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%s %3d ", string_perm (st->st_mode), (int) st->st_nlink);