Home
last modified time | relevance | path

Searched refs:pkg_getopt_long_only (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/cli/
H A Dgetopt_long.h64 int pkg_getopt_long_only(int, char * const *, const char *,
H A Dgetopt_long.c638 pkg_getopt_long_only(int nargc, char * const *nargv, const char *options, function
H A Dmain.c354 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dmain.c139 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c409 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c1539 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()