Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c331 char packagebuf[PKGCONF_BUFSIZE]; in main() local
333 …snprintf(packagebuf, sizeof packagebuf, "%s %s %s", package, argv[pkg_optind + 1], argv[pkg_optind… in main()
336 pkgconf_queue_push(&pkgq, packagebuf); in main()
/freebsd/contrib/pkgconf/cli/
H A Dmain.c1652 char packagebuf[PKGCONF_BUFSIZE]; in main() local
1654 snprintf(packagebuf, sizeof packagebuf, "%s %s", package, argv[pkg_optind + 1]); in main()
1657 pkgconf_queue_push(&pkgq, packagebuf); in main()
1661 char packagebuf[PKGCONF_BUFSIZE]; in main() local
1663 …snprintf(packagebuf, sizeof packagebuf, "%s %s %s", package, argv[pkg_optind + 1], argv[pkg_optind… in main()
1666 pkgconf_queue_push(&pkgq, packagebuf); in main()