Lines Matching full:format
58 format.
76 same sixteen bytes in %_p format enclosed in ``|'' characters.
87 Specify a format string to be used for displaying data.
89 Specify a file that contains one or more newline separated format strings.
152 data according to the format strings specified by the
158 A format string contains any number of format units, separated by
160 A format unit contains up to three items: an iteration count, a byte
161 count, and a format.
165 Each format is applied iteration count times.
169 each iteration of the format.
176 The format is required and must be surrounded by double quote
178 It is interpreted as a fprintf-style format string (see
274 The amount of data interpreted by each format string is the sum of the
275 data required by each format unit, which is the iteration count times the
277 the format if the byte count is not specified.
280 largest amount of data specified by any format string.
281 Format strings interpreting less than an input block's worth of data,
282 whose last format unit both interprets some number of bytes and does
285 is not enough data remaining in the block to satisfy the format string.
304 satisfies a format string, the input block is zero-padded sufficiently
305 to display all available data (i.e., any format units overlapping the
308 Further output by such format strings is replaced by an equivalent
322 If no format strings are specified, the default display is equivalent
345 Assuming a format file named
346 .Pa format.txt
347 with the following contents that specify a perusal format:
354 Dump input in canonical form using the format in
355 .Pa format.txt :
357 $ echo "FreeBSD" | hexdump -f format.txt -C
363 Assuming a format file named
364 .Pa format.txt
373 Dump input in canonical form using the format in
374 .Pa format.txt :
376 $ echo "FreeBSD: The power to serve" | hexdump -f format.txt -C