Lines Matching refs:PRINTF
1 # $NetBSD: printf.sh,v 1.9 2022/05/24 20:50:20 andvar Exp $
41 eval "${NAME}_head() { set descr 'Tests printf: $*'; }"
51 # 1st arg is printf format conversion specifier
186 # All is good, printf failed, sent a message to stderr
669 # but as there is no defined integer width for printf(1)
672 # (tests above will fail if printf can't handle at least 32 bits)
1318 bsl=$( printf %s "${xt}" | sed -e 's/\\00*/X/g' )
1347 # test \c in arg to printf %b .. causes instant death...
1360 # a builtin printf execution to another
1361 # (this makes no sense to test for standalone printf, and for which
1527 atf_skip "- ${PRINTF} is not a (modern) NetBSD printf"
1532 # Even in the most modern NetBSD printf the data length modifiers
1609 "printf '${fmt}' did not output exactly 1 character (byte)"
1615 "printf '${fmt}' output was '\\${RES}' should be '\\000'"
1620 # versions of printf ... OK, as which result is unspecified.
1631 "printf %c '' did not output nothing: got '${RES}'"
1642 "printf %c '' did not output nothing: got '${RES}'"
1647 "printf %c '' output was '\\${RES}' should be '\\000'"
1653 define NetBSD_extensions "Local NetBSD additions to printf"