local_type        441 lib/vfs/parse_ls_vga.c     mode_t remote_type = 0, local_type, perms = 0;
local_type        473 lib/vfs/parse_ls_vga.c         local_type = S_IFCHR;
local_type        476 lib/vfs/parse_ls_vga.c         local_type = S_IFDIR;
local_type        479 lib/vfs/parse_ls_vga.c         local_type = S_IFBLK;
local_type        482 lib/vfs/parse_ls_vga.c         local_type = S_IFLNK;
local_type        486 lib/vfs/parse_ls_vga.c         local_type = S_IFREG;
local_type        491 lib/vfs/parse_ls_vga.c     *ret_mode = local_type | perms;