Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/cli/
H A Dgetopt_long.h62 int pkg_getopt_long_only(int, char * const *, const char *,
H A Dgetopt_long.c637 pkg_getopt_long_only(int nargc, char * const *nargv, const char *options, function
H A Dmain.c1200 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()
/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c273 while ((ret = pkg_getopt_long_only(argc, argv, "", options, NULL)) != -1) in main()