string_perm       188 lib/util.h     const char *string_perm (mode_t mode_bits);
string_perm       426 src/filemanager/chown.c         chown_label (4, string_perm (sf_stat.st_mode));
string_perm       288 src/filemanager/info.c         tty_printf (_ ("Mode:       %s (%04o)"), string_perm (st.st_mode),
string_perm       517 src/filemanager/panel.c     return string_perm (fe->st.st_mode);
string_perm       253 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("  perm: %s\n", string_perm (st->st_mode));
string_perm       309 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     printf ("%s %3d ", string_perm (st->st_mode), (int) st->st_nlink);