mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
ab5a295bdc
processing them. - \c escape to immediately stop output (similar to echo's \c) - \0NNN should be allowed for octal character escapes (instead of just \NNN) - %b conversion, which is like %s but interprets \n \t etc. inside the string is missing. And I may not be any poet, but in lieu of an in-tree regression test: ref5% ./printf '%s%b%b%c%s%d\n' 'PR' '\0072' '\t' '3' '56' 0x10 PR: 35616 Submitted by: tjr MFC after: 1 week |
||
---|---|---|
.. | ||
Makefile | ||
printf.1 | ||
printf.c |