/pkg/src/util/log-rotate/ |
H A D | turn-logs.sh | 38 usage() { function 51 ?) usage;;
|
/pkg/src/zoneproxy/zoneproxy-adm/ |
H A D | zoneproxy-adm.c | 42 usage(void) function 90 usage(); 95 usage();
|
/pkg/src/ |
H A D | sign.py | 88 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT): function 89 """Emit a usage message and optionally prefix it with a more specific 136 usage(_("illegal global option -- {0}").format(e.opt)) 155 usage(_("{0} was expected to be a certificate " 160 usage(_("{0} was expected to be a certificate " 166 usage(_("{0} was expected to be a key file " 185 usage(retcode=EXIT_OK) 188 usage(_("a repository must be provided")) 191 usage(_("If a key is given to sign with, its associated " 195 usage( [all...] |
H A D | pkgdep.py | 81 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT): function 82 """Emit a usage message and optionally prefix it with a more specific 112 usage(_("illegal global option -- {0}").format(e.opt)) 127 usage(_("The proto directory {0} could not be " 134 usage(_("-D arguments must be of the form " 151 usage(retcode=EXIT_OK) 153 usage(_("Generate only accepts one or two arguments.")) 156 usage(_("ORIGIN may not be specified using -D. It will be " 164 usage(_("The manifest file {0} could not be found.").format(manf), 169 usage( [all...] |
H A D | depot.py | 140 def usage(text=None, retcode=2, full=False): function 141 """Optionally emit a usage message and then exit using the specified 148 # The full usage message isn't desired. 436 # This flag is purposefully omitted in usage. 449 usage(_("property arguments must be of " 533 usage("pkg.depotd: {0}".format(_e.msg)) 535 usage("pkg.depotd: {0}".format(str(_e))) 537 usage("pkg.depotd: option: {0} -- {1}".format(opt, _e)) 539 usage("pkg.depotd: illegal option value: {0} specified " \ 543 usage(retcod [all...] |
H A D | depot-config.py | 131 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT): function 132 """Emit a usage message and optionally prefix it with a more 739 usage() 759 usage(_("-d arguments must be in the " 799 usage( 805 usage("unknown option {0}".format(opt)) 808 usage(_("illegal global option -- {0}").format(e.opt)) 811 usage(_("required runtime dir option -r missing.")) 815 usage(_("cache_dir option -c is required if -F is not used.")) 818 usage( [all...] |
H A D | publish.py | 93 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT): function 94 """Emit a usage message and optionally prefix it with a more specific 111 --help or -? display usage message 172 usage(_("property arguments must be of " 209 usage(_("only -e or -n may be specified"), cmd="open") 212 usage(_("open requires one package name"), cmd="open") 239 usage(_("only -e or -n may be specified"), cmd="open") 242 usage(_("append requires one package name"), cmd="open") 276 usage(_("No transaction ID specified using -t or in " 294 usage( [all...] |
H A D | pkgrepo.py | 130 def usage(usage_error=None, cmd=None, retcode=2, full=False): function 131 """Emit a usage message and optionally prefix it with a more 139 # The full usage message isn't desired. 195 Displays a usage message.""")) 231 usage(_("At least one package pattern must be provided."), 236 usage(_("A package repository location must be provided " 288 usage(_("Network repositories are not currently supported " 302 usage(_("No repository location specified."), cmd=subcommand) 346 usage(_("No repository location specified."), cmd=subcommand) 348 usage( [all...] |
H A D | client.py | 161 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT, full=False, function 163 """Emit a usage message and optionally prefix it with a more 392 # before calling usage(..) 394 "Unable to find usage str for " 408 logger.error(_("Private subcommand usage, options " 431 # Display a verbose usage message of subcommands. 1996 usage(_("{0}: no variants specified").format(op)) 2002 usage(_("{0}: variants must to be of the form " 2016 usage(_("{subcmd}: duplicate variant specified: " 2044 usage( [all...] |
H A D | pull.py | 91 def usage(usage_error=None, retcode=2): function 92 """Emit a usage message and optionally prefix it with a more specific 126 -h Display this usage message. 249 # usage (notably when -r was specified). 434 usage(_("Illegal option -- {0}").format(e.opt)) 453 usage(_("{opt} takes argument of form " 458 usage(retcode=0) 472 usage(_("Illegal option value -- {0}").format( 500 usage(_("a destination must be provided")) 503 usage( [all...] |
H A D | sysrepo.py | 155 def usage(usage_error=None, cmd=None, retcode=EXIT_BADOPT): function 156 """Emit a usage message and optionally prefix it with a more 902 usage() 905 usage(_("illegal global option -- {0}").format(e.opt)) 908 usage(_("required port option missing."))
|
/pkg/src/util/publish/ |
H A D | pkgdiff.py | 47 def usage(errmsg="", exitcode=EXIT_BADOPT): function 48 """Emit a usage message and optionally prefix it with a more specific 91 usage(_("variant option incorrect {0}").format( 97 usage(exitcode=EXIT_OK) 100 usage(_("illegal global option -- {0}").format(e.opt)) 103 usage(_("two manifest arguments are required")) 106 usage(_("only one manifest argument can be stdin")) 109 usage(_("-i and -o options may not be used at the same time.")) 113 usage(_("For any variant, only one value may be " 128 usage( [all...] |
H A D | pkgmogrify.py | 41 def usage(errmsg="", exitcode=EXIT_BADOPT): function 42 """Emit a usage message and optionally prefix it with a more specific 92 usage(exitcode=EXIT_OK) 95 usage(_("illegal global option -- {0}").format(e.opt))
|
H A D | pkgsurf.py | 143 def usage(usage_error=None, cmd=None, retcode=pkgdefs.EXIT_BADOPT): function 144 """Emit a usage message and optionally prefix it with a more specific 690 usage(_("illegal option -- {0}").format(e.opt)) 718 usage(retcode=pkgdefs.EXIT_OK) 721 usage(_("Unexpected argument(s): {0}").format(" ".join(pargs))) 724 usage(_("A target repository must be provided.")) 727 usage(_("A reference repository must be provided."))
|
H A D | pkglint.py | 70 usage = \ 76 parser = OptionParser(usage=usage)
|
H A D | pkgmerge.py | 98 def usage(errmsg="", exitcode=2): function 99 """Emit a usage message and optionally prefix it with a more specific 135 Displays a usage message. 217 usage("-s option must specify " 226 usage("-s option must specify " 241 usage(exitcode=0) 243 usage(_("illegal option -- {0}").format(e.opt)) 246 usage(_("At least one variant name, value, and package source " 250 usage(_("A destination package repository must be provided " 271 usage( [all...] |
H A D | pkgfmt.py | 96 def usage(errmsg="", exitcode=EXIT_BADOPT): function 97 """Emit a usage message and optionally prefix it with a more specific 551 usage(exitcode=EXIT_OK) 553 usage(_("illegal global option -- {0}").format(e.opt)) 555 usage(_("only one of [cdu] may be specified")) 557 usage(_("unsupported format '{0}'").format(opt_format))
|
/pkg/src/zoneproxy/zoneproxy-client/ |
H A D | zoneproxy-client.c | 80 usage(void) function 82 (void) printf("usage: zoneproxy-client -s proxyaddr:proxyport\n"); 414 usage(); 419 usage(); 427 usage(); 434 usage(); 440 usage();
|
/pkg/src/tests/ |
H A D | run.py | 62 def usage(): function 176 usage() 178 usage() 394 usage() 397 usage() 411 usage()
|
/pkg/src/zoneproxy/zoneproxyd/ |
H A D | zoneproxyd.c | 238 static void usage(void); 251 usage(void) function 1970 usage(); 1975 usage(); 1989 usage(); 1995 usage();
|