• Home
  • Raw
  • Download

Lines Matching refs:show_pad

146 	wmove (show_pad,0,40);wprintw (show_pad,"octal = %06o ",inode_ptr->i_mode);  in type_ext2_inode___show()
151 wprintw (show_pad,"r"); in type_ext2_inode___show()
153 wprintw (show_pad,"-"); in type_ext2_inode___show()
156 wprintw (show_pad,"w"); in type_ext2_inode___show()
158 wprintw (show_pad,"-"); in type_ext2_inode___show()
161 wprintw (show_pad,"x"); in type_ext2_inode___show()
163 wprintw (show_pad,"-"); in type_ext2_inode___show()
165 wmove (show_pad,3,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_atime)); in type_ext2_inode___show()
166 wmove (show_pad,4,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_ctime)); in type_ext2_inode___show()
167 wmove (show_pad,5,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_mtime)); in type_ext2_inode___show()
168 wmove (show_pad,6,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_inode.i_dtime)); in type_ext2_inode___show()
170 wmove (show_pad,10,40); in type_ext2_inode___show()
174 wprintw (show_pad,"s"); in type_ext2_inode___show()
176 wprintw (show_pad,"-"); in type_ext2_inode___show()
180 wprintw (show_pad,"u"); in type_ext2_inode___show()
182 wprintw (show_pad,"-"); in type_ext2_inode___show()
185 wprintw (show_pad,"c"); in type_ext2_inode___show()
187 wprintw (show_pad,"-"); in type_ext2_inode___show()
190 wprintw (show_pad,"S"); in type_ext2_inode___show()
192 wprintw (show_pad,"-"); in type_ext2_inode___show()
195 wprintw (show_pad,"i"); in type_ext2_inode___show()
197 wprintw (show_pad,"-"); in type_ext2_inode___show()
200 wprintw (show_pad,"a"); in type_ext2_inode___show()
202 wprintw (show_pad,"-"); in type_ext2_inode___show()
205 wprintw (show_pad,"d"); in type_ext2_inode___show()
207 wprintw (show_pad,"-"); in type_ext2_inode___show()
254 wmove (show_pad,12,40); in type_ext2_inode___show()
257 wprintw (show_pad,"-> %s",(char *) &type_data.u.t_ext2_inode.i_block [0]); in type_ext2_inode___show()
259 wprintw (show_pad,"Slow symbolic link\n"); in type_ext2_inode___show()