local_type        440 lib/vfs/parse_ls_vga.c     mode_t remote_type = 0, local_type, perms = 0;
local_type        472 lib/vfs/parse_ls_vga.c         local_type = S_IFCHR;
local_type        475 lib/vfs/parse_ls_vga.c         local_type = S_IFDIR;
local_type        478 lib/vfs/parse_ls_vga.c         local_type = S_IFBLK;
local_type        481 lib/vfs/parse_ls_vga.c         local_type = S_IFLNK;
local_type        485 lib/vfs/parse_ls_vga.c         local_type = S_IFREG;
local_type        490 lib/vfs/parse_ls_vga.c     *ret_mode = local_type | perms;