Searched defs:EXIT_OK (Results 1 - 13 of 13) 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 92 usage(exitcode=EXIT_OK)
|
H A D | pkgdiff.py | 45 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT, EXIT_PARTIAL namespace 97 usage(exitcode=EXIT_OK)
|
H A D | pkglint.py | 40 from pkg.client.pkgdefs import EXIT_OK, EXIT_OOPS, EXIT_BADOPT namespace 133 return EXIT_OK 173 return EXIT_OK
|
H A D | pkgfmt.py | 81 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace 551 usage(exitcode=EXIT_OK)
|
H A D | pkgmerge.py | 55 from pkg.client.pkgdefs import (EXIT_OK, EXIT_OOPS, EXIT_BADOPT, namespace 457 return EXIT_OK
|
/pkg/src/modules/ |
H A D | smf.py | 49 EXIT_OK = 0 variable
|
/pkg/src/ |
H A D | pkgdep.py | 46 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 D | publish.py | 38 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 D | sign.py | 62 EXIT_OK = 0 variable 185 usage(retcode=EXIT_OK) 376 return EXIT_OK
|
H A D | depot-config.py | 63 EXIT_OK = 0 variable 532 ret = EXIT_OK
|
H A D | sysrepo.py | 69 EXIT_OK = 0 variable 804 ret = EXIT_OK
|
H A D | pkgrepo.py | 30 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 D | pkgdefs.py | 32 EXIT_OK = 0 # Command succeeded. variable
|
Completed in 43 milliseconds