Symbol: PKG_PRINT_ERRORS
usr.bin/pkgconf/cli/main.c
1077
{ "version", no_argument, &want_flags, PKG_VERSION|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1078
{ "about", no_argument, &want_flags, PKG_ABOUT|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1081
{ "libs", no_argument, &want_flags, PKG_LIBS|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1082
{ "cflags", no_argument, &want_flags, PKG_CFLAGS|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1083
{ "modversion", no_argument, &want_flags, PKG_MODVERSION|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1086
{ "print-errors", no_argument, &want_flags, PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1093
{ "print-variables", no_argument, &want_flags, PKG_VARIABLES|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1101
{ "cflags-only-I", no_argument, &want_flags, PKG_CFLAGS_ONLY_I|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1102
{ "cflags-only-other", no_argument, &want_flags, PKG_CFLAGS_ONLY_OTHER|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1103
{ "libs-only-L", no_argument, &want_flags, PKG_LIBS_ONLY_LDPATH|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1104
{ "libs-only-l", no_argument, &want_flags, PKG_LIBS_ONLY_LIBNAME|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1105
{ "libs-only-other", no_argument, &want_flags, PKG_LIBS_ONLY_OTHER|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1116
{ "list-all", no_argument, &want_flags, PKG_LIST|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1117
{ "list-package-names", no_argument, &want_flags, PKG_LIST_PACKAGE_NAMES|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1124
{ "debug", no_argument, &want_flags, PKG_DEBUG|PKG_PRINT_ERRORS, },
usr.bin/pkgconf/cli/main.c
1125
{ "validate", no_argument, &want_flags, PKG_VALIDATE|PKG_PRINT_ERRORS|PKG_ERRORS_ON_STDOUT },
usr.bin/pkgconf/cli/main.c
1249
if ((want_flags & PKG_PRINT_ERRORS) != PKG_PRINT_ERRORS)
usr.bin/pkgconf/cli/main.c
1459
if (want_flags & PKG_PRINT_ERRORS)
usr.bin/pkgconf/cli/main.c
1499
if (want_flags & PKG_PRINT_ERRORS)
usr.bin/pkgconf/cli/main.c
1539
if (want_flags & PKG_PRINT_ERRORS)