Searched defs:EXIT_BADOPT (Results 1 - 12 of 12) sorted by relevance

/pkg/src/util/publish/
H A Dpkgmogrify.py38 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace
41 def usage(errmsg="", exitcode=EXIT_BADOPT):
H A Dpkgdiff.py45 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace
47 def usage(errmsg="", exitcode=EXIT_BADOPT):
H A Dpkglint.py40 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT namespace
164 return EXIT_BADOPT
333 __ret = EXIT_BADOPT
338 __ret = EXIT_BADOPT
H A Dpkgfmt.py81 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace
96 def usage(errmsg="", exitcode=EXIT_BADOPT):
H A Dpkgmerge.py55 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace
/pkg/src/
H A Dpkgdep.py46 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT namespace
81 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
128 "found.".format(arg)), retcode=EXIT_BADOPT)
165 retcode=EXIT_BADOPT)
170 pargs[1]), retcode=EXIT_BADOPT)
174 retcode=EXIT_BADOPT)
251 manifest), retcode=EXIT_BADOPT)
257 out_dir), retcode=EXIT_BADOPT)
H A Dpublish.py38 from pkg.client.pkgdefs import EXIT_OOPS, EXIT_OK, EXIT_PARTIAL, EXIT_BADOPT namespace
93 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
H A Dsign.py64 EXIT_BADOPT = 2 variable
88 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
H A Ddepot-config.py65 EXIT_BADOPT = 2 variable
131 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
H A Dsysrepo.py71 EXIT_BADOPT = 2 variable
155 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
H A Dpkgrepo.py32 EXIT_BADOPT = 2 variable
2348 __ret = EXIT_BADOPT
2352 __ret = EXIT_BADOPT
/pkg/src/modules/client/
H A Dpkgdefs.py34 EXIT_BADOPT = 2 # Invalid command line options were specified. variable

Completed in 36 milliseconds