string_perm       162 lib/util.h     const char *string_perm (mode_t mode_bits);
string_perm       447 src/filemanager/chown.c         chown_label (4, string_perm (sf_stat.st_mode));
string_perm       286 src/filemanager/info.c                     string_perm (st.st_mode), (unsigned) st.st_mode & 07777);
string_perm       660 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);