Add a %q format -- package architecture
modified libpkg/pkg_printf.c
@@ -138,9 +138,7 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -634,6 +632,15 @@ static const struct pkg_printf_fmt fmt[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1580,6 +1587,19 @@ format_prefix(struct sbuf *sbuf, const void *data, struct percent_esc *p)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg_printf.h
@@ -125,6 +125,7 @@ typedef enum _fmt_code_t {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -204,6 +205,7 @@ _static struct sbuf *format_maintainer(struct sbuf *, const void *, struct perce
|
|
|
|
|
|
| + | |
|
|
|
|
|