Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:format

531 	char	*format;
536 format = "%3d (0x%02x)\n";
540 format = "%d (0x%x)\n";
544 format = "%d\n";
550 wprintw(show_pad, format, temp, temp);
556 char *format;
562 format = "%3u (0x%02x)\n";
567 format = "%u (0x%x)\n";
571 format = "%u\n";
577 wprintw(show_pad, format, temp, temp);