Searched refs:pkg_getopt_long_only (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/cli/ |
| H A D | getopt_long.h | 64 int pkg_getopt_long_only(int, char * const *, const char *,
|
| H A D | getopt_long.c | 638 pkg_getopt_long_only(int nargc, char * const *nargv, const char *options, function
|
| H A D | main.c | 354 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
|
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | main.c | 139 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
|
| /freebsd/contrib/pkgconf/cli/bomtool/ |
| H A D | main.c | 409 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | test-runner.c | 1539 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
|