Searched defs:EXIT_OK (Results 1 - 13 of 13) 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
92 usage(exitcode=EXIT_OK)
H A Dpkgdiff.py45 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace
97 usage(exitcode=EXIT_OK)
H A Dpkglint.py40 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT namespace
133 return EXIT_OK
173 return EXIT_OK
H A Dpkgfmt.py81 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace
551 usage(exitcode=EXIT_OK)
H A Dpkgmerge.py55 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace
457 return EXIT_OK
/pkg/src/modules/
H A Dsmf.py49 EXIT_OK = 0 variable
/pkg/src/
H A Dpkgdep.py46 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT namespace
151 usage(retcode=EXIT_OK)
159 retcode = EXIT_OK
347 ret_code = EXIT_OK
373 if ret_code == EXIT_OK:
433 ret_code = EXIT_OK
460 ret_code = EXIT_OK
493 ret_code = EXIT_OK
535 ret_code = EXIT_OK
569 usage(retcode=EXIT_OK)
[all...]
H A Dpublish.py38 from pkg.client.pkgdefs import EXIT_OOPS, EXIT_OK, EXIT_PARTIAL, EXIT_BADOPT namespace
192 return EXIT_OK
222 return EXIT_OK
252 return EXIT_OK
286 return EXIT_OK
311 return EXIT_OK
476 return EXIT_OK
576 return EXIT_OK
638 ret = EXIT_OK
710 return EXIT_OK
[all...]
H A Dsign.py62 EXIT_OK = 0 variable
185 usage(retcode=EXIT_OK)
376 return EXIT_OK
H A Ddepot-config.py63 EXIT_OK = 0 variable
532 ret = EXIT_OK
H A Dsysrepo.py69 EXIT_OK = 0 variable
804 ret = EXIT_OK
H A Dpkgrepo.py30 EXIT_OK = 0 variable
260 return EXIT_OK
277 return EXIT_OK
385 if rval == EXIT_OK and existing:
451 return EXIT_OK
472 return EXIT_OK
511 return EXIT_OK
626 return EXIT_OK
649 rval = EXIT_OK
887 return EXIT_OK
[all...]
/pkg/src/modules/client/
H A Dpkgdefs.py32 EXIT_OK = 0 # Command succeeded. variable

Completed in 43 milliseconds