Files
gnu-coreutils/src
Jim Meyering d183ecddcd Make od print valid addresses for offsets of 2^32 and larger. (cont'd)
(MAX_ADDRESS_LENGTH): Don't hard-code as a literal.
Rather, define in terms of the type, off_t.
(string_min): Declare to be of type size_t.
(flag_dump_strings): Declare to be of type int.
(print_s_char): Declare the n_bytes parameter and the local, `i',
to be of type off_t.
(print_char): Likewise.
(print_s_short): Likewise.
(print_short): Likewise.
(print_int): Likewise.
(print_long): Likewise.
(print_long_long): Likewise.
(print_float): Likewise.
(print_double): Likewise.
(print_long_double): Likewise.
(dump_hexl_mode_trailer): Likewise.
(print_named_ascii): Likewise.
(print_ascii): Likewise.
(write_block): Likewise.
(print_ascii): Declare local, `print_function' with a prototype.
Change a few `>' comparisons to the equivalent `<' form.
(parse_options): Declare `tmp' to be of type uintmax_t.
Use xstrtoumax, not xstrtoul.
Fail if the specified offset if larger than OFF_T_MAX.
(dump_strings): Declare local `i' to be of type size_t.
Remove the now-unnecessary cast-to-off_t.
(main) [IF_LINT]: Initialize desired_width to avoid a warning.
Declare `tmp' to be of type uintmax_t.
Use xstrtoumax, not xstrtoul.
Fail if minimum string length is larger than SIZE_MAX.
Fail if specified width is larger than ULONG_MAX.
2000-12-03 10:18:04 +00:00
..
2000-11-26 23:10:55 +00:00
2000-11-23 15:04:17 +00:00
2000-08-19 11:09:03 +00:00
2000-10-25 08:39:29 +00:00
2000-07-09 07:11:28 +00:00
2000-08-07 13:27:24 +00:00
2000-12-02 22:16:41 +00:00
2000-11-18 13:10:40 +00:00
2000-09-04 15:22:00 +00:00
2000-12-02 20:55:25 +00:00
2000-11-19 15:15:38 +00:00
2000-05-07 14:57:52 +00:00
2000-10-16 08:10:58 +00:00
2000-10-28 11:49:52 +00:00
2000-06-24 07:37:55 +00:00
2000-07-09 07:14:42 +00:00
2000-12-03 08:54:37 +00:00
2000-12-03 08:55:51 +00:00
2000-08-14 21:40:30 +00:00
2000-11-16 19:34:23 +00:00