Searched defs:EXIT_BADOPT (Results 1 - 12 of 12) sorted by relevance
/pkg/src/util/publish/ |
H A D | pkgmogrify.py | 38 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace 41 def usage(errmsg="", exitcode=EXIT_BADOPT):
|
H A D | pkgdiff.py | 45 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace 47 def usage(errmsg="", exitcode=EXIT_BADOPT):
|
H A D | pkglint.py | 40 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 D | pkgfmt.py | 81 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace 96 def usage(errmsg="", exitcode=EXIT_BADOPT):
|
H A D | pkgmerge.py | 55 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace
|
/pkg/src/ |
H A D | pkgdep.py | 46 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 D | publish.py | 38 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 D | sign.py | 64 EXIT_BADOPT = 2 variable 88 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
|
H A D | depot-config.py | 65 EXIT_BADOPT = 2 variable 131 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
|
H A D | sysrepo.py | 71 EXIT_BADOPT = 2 variable 155 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT):
|
H A D | pkgrepo.py | 32 EXIT_BADOPT = 2 variable 2348 __ret = EXIT_BADOPT 2352 __ret = EXIT_BADOPT
|
/pkg/src/modules/client/ |
H A D | pkgdefs.py | 34 EXIT_BADOPT = 2 # Invalid command line options were specified. variable
|
Completed in 36 milliseconds