16.5.3 Options

The long and short forms of options, shown in the table below as alternatives, are equivalent.

Table 16-7. xc32-strings Options
OptionFunction
-a

--all

-

Do not scan only the initialized and loaded sections of object files; scan the whole files.
-f

--print-file-name

Print the name of the file before each string.
--helpPrint a summary of the program usage on the standard output and exit.
-min-len

-n min-len

--bytes=min-len

Print sequences of characters that are at least -min-len characters long, instead of the default 4.
-t radix

--radix=radix

Print the offset within the file before each string. The single character argument specifies the radix of the offset: o for octal, x for hexadecimal, or d for decimal.
-v

--version

Print the program version number on the standard output and exit.