Home
last modified time | relevance | path

Searched refs:PKG_ABOUT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c23 #define PKG_ABOUT (((uint64_t) 1) << 2) macro
268 { "about", no_argument, &want_flags, PKG_ABOUT, }, in main()
293 if ((want_flags & PKG_ABOUT) == PKG_ABOUT) in main()
/freebsd/contrib/pkgconf/cli/
H A Dmain.c44 #define PKG_ABOUT (((uint64_t) 1) << 16) macro
1119 { "about", no_argument, &want_flags, PKG_ABOUT|PKG_PRINT_ERRORS, }, in main()
1316 if ((want_flags & PKG_ABOUT) == PKG_ABOUT) in main()