Lines Matching full:format
60 format.
78 same sixteen bytes in %_p format enclosed in ``|'' characters.
89 Specify a format string to be used for displaying data.
91 Specify a file that contains one or more newline separated format strings.
154 data according to the format strings specified by the
160 A format string contains any number of format units, separated by
162 A format unit contains up to three items: an iteration count, a byte
163 count, and a format.
167 Each format is applied iteration count times.
171 each iteration of the format.
178 The format is required and must be surrounded by double quote
180 It is interpreted as a fprintf-style format string (see
276 The amount of data interpreted by each format string is the sum of the
277 data required by each format unit, which is the iteration count times the
279 the format if the byte count is not specified.
282 largest amount of data specified by any format string.
283 Format strings interpreting less than an input block's worth of data,
284 whose last format unit both interprets some number of bytes and does
287 is not enough data remaining in the block to satisfy the format string.
306 satisfies a format string, the input block is zero-padded sufficiently
307 to display all available data (i.e., any format units overlapping the
310 Further output by such format strings is replaced by an equivalent
324 If no format strings are specified, the default display is equivalent
347 Assuming a format file named
348 .Pa format.txt
349 with the following contents that specify a perusal format:
356 Dump input in canonical form using the format in
357 .Pa format.txt :
359 $ echo "FreeBSD" | hexdump -f format.txt -C
365 Assuming a format file named
366 .Pa format.txt
375 Dump input in canonical form using the format in
376 .Pa format.txt :
378 $ echo "FreeBSD: The power to serve" | hexdump -f format.txt -C