Searched refs:opt (Results 1 - 13 of 13) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | safechown.c | 84 int opt; local 88 while ((opt = getopt(argc, argv, "m:u:")) != EOF) { 89 switch (opt) {
|
/solaris-userland/tools/ |
H A D | bass-o-matic | 141 for opt, arg in opts: 142 if opt in [ "-w", "--workspace" ]: 144 elif opt in [ "-l", "--components" ]: 146 elif opt in [ "--make" ]: 148 elif opt in [ "--component" ]: 150 elif opt in [ "--template-zone" ]: 152 elif opt in [ "-d", "--debug" ]:
|
H A D | userland-incorporator | 173 usage(_("illegal option: %s") % e.opt) 182 for opt, arg in opts: 183 if opt in ("-S", "--static-content-file"): 185 elif opt in ("-s", "--repository"): 187 elif opt in ("-p", "--publisher"): 189 elif opt in ("-v", "--version"): 191 elif opt in ("-d", "--destdir"): 193 elif opt in ("-c", "--consolidation"): 195 elif opt in ("-w", "--Werror"):
|
H A D | userland-unpack | 117 for opt, arg in opts: 118 if opt in [ "-v", "--verbose" ]: 120 elif opt in [ "-f", "--fix-permissions" ]: 122 elif opt in [ "-r", "--relocate-to" ]:
|
H A D | gen-components | 311 for opt, arg in opts: 312 if opt in [ "-b", "--build-version" ]: 314 elif opt in [ "-d", "--debug" ]: 316 elif opt in [ "-o", "--owners" ]: 318 elif opt in [ "-r", "--repo" ]: 320 elif opt in [ "-w", "--workspace" ]:
|
H A D | userland-fetch | 379 for opt, arg in opts: 380 if opt in [ "-f", "--file" ]: 382 elif opt in [ "-l", "--link" ]: 384 elif opt in [ "-h", "--hash" ]: 386 elif opt in [ "-s", "--search" ]: 388 elif opt in [ "-S", "--sigurl" ]: 390 elif opt in [ "-t", "--timeout" ]: 395 "number, but is %s" % (opt, arg) 399 "positive number, but is %s" % (opt, arg) 401 elif opt i [all...] |
H A D | userland-mangler | 346 for opt, arg in opts: 347 if opt in [ "-D", "--destination" ]: 349 elif opt in [ "-d", "--search-directory" ]: 351 elif opt in [ "-m", "--manifest" ]:
|
/solaris-userland/components/ocaml/ |
H A D | Makefile | 75 COMPONENT_BUILD_TARGETS = world opt opt.opt
|
/solaris-userland/components/python/python27/ |
H A D | Makefile | 88 COMPONENT_BUILD_TARGETS = profile-opt
|
/solaris-userland/components/python/python34/ |
H A D | Makefile | 96 COMPONENT_BUILD_TARGETS = profile-opt
|
/solaris-userland/components/python/python35/ |
H A D | Makefile | 96 COMPONENT_BUILD_TARGETS = profile-opt
|
/solaris-userland/components/llvm/ |
H A D | Makefile | 156 llvm-symbolizer.1 opt.1 tblgen.1 225 # Not enabled just yet because of problems with the way opt
|
/solaris-userland/make-rules/ |
H A D | shared-macros.mk | 1088 # by default, ADIHEAP and ADISTACK are opt-in. 1199 ifneq ($(findstring /opt/solarisstudio12.4,$(CC)),)
|
Completed in 71 milliseconds