Replace xo_warn() and xo_warnx() calls with xo_err() and xo_errx()
throughout the df command to ensure consistent error reporting and
proper exit codes when memory allocation or a system call fails.
This improves the reliability and behavior of the command in error
conditions.
Suggested by: des