Searched refs:prefix (Results 1 - 25 of 58) sorted by relevance

123

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DNamedThreadFactory.java31 * The {@code NamedThreadFactory} class adds a prefix to the names of the {@code
40 private String prefix; field in class:NamedThreadFactory
47 * Constructs a {@code NamedThreadFactory} using the given prefix and thread
50 public NamedThreadFactory(String prefix, ThreadFactory factory) { argument
51 this.prefix = prefix;
56 * Constructs a {@code NamedThreadFactory} using the given prefix and the
59 public NamedThreadFactory(String prefix) { argument
60 this(prefix, Executors.defaultThreadFactory());
71 String prefix
95 setPrefix(String prefix) argument
[all...]
H A DChangeableAggregator.java225 public boolean dump(String prefix, Object object, int indent,
236 DebugUtil.indent(indent), prefix,
/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dlibusb-config3 prefix=/usr
4 exec_prefix=${prefix}
12 [--prefix[=DIR]]
13 [--exec-prefix[=DIR]]
32 --prefix=*)
33 prefix=$optarg
38 --prefix)
41 --exec-prefix=*)
45 --exec-prefix)
53 if test "${prefix}/includ
[all...]
/solaris-userland-s11u3/components/curl/Solaris/
H A Dcurl-config26 prefix=/usr
27 exec_prefix=${prefix}
28 includedir=${prefix}/include/curl
46 --prefix curl install prefix
82 --prefix)
83 echo "$prefix"
133 echo "-I${prefix}/include/curl"
146 echo " '--prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--enable-shared' '--disable-static' '--enable-http' '--enable-ftp' '--enable-file' '--enable-dict' '--enable-manual' '--disable-libgcc' '--enable-rtsp' '--enable-proxy' '--enable-telnet' '--enable-tftp' '--enable-pop3' '--enable-imap' '--enable-smtp' '--enable-ipv6' '--enable-nonblocking' '--enable-thread' '--enable-verbose' '--disable-sspi' '--enable-crypto-auth' '--enable-cookies' '--disable-hidden-symbols' '--disable-soname-bump' '--enable-ldap' '--with-random=/dev/urandom' '--with-ssl' '--with-ldap-lib=ldap_r-2.4' '--with-lber-lib=lber-2.4' '--with-gssapi-includes=/usr/include/gssapi' '--with-gssapi-libs=/usr/lib' '--with-gssapi=/usr' '--with-ca-bundle=/etc/certs/CA' '--with-zlib=/usr' '--with-libidn=/usr' '--with-pic' 'curl_disallow_getifaddrs=yes'"
H A Dcurl-config-6428 prefix=/usr
29 exec_prefix=${prefix}
30 includedir=${prefix}/include
48 --prefix curl install prefix
84 --prefix)
85 echo "$prefix"
135 echo "-I${prefix}/include/curl"
148 echo " '--prefix=/usr' '--bindir=/usr/bin/MACH64' '--sbindir=/usr/sbin/MACH64' '--libdir=/usr/lib/MACH64' '--libexecdir=/usr/libexec/MACH64' '--localstatedir=/var' '--enable-shared' '--disable-static' '--enable-http' '--enable-ftp' '--enable-file' '--enable-dict' '--enable-manual' '--disable-libgcc' '--enable-rtsp' '--enable-proxy' '--enable-telnet' '--enable-tftp' '--enable-pop3' '--enable-imap' '--enable-smtp' '--enable-ipv6' '--enable-nonblocking' '--enable-thread' '--enable-verbose' '--disable-sspi' '--enable-crypto-auth' '--enable-cookies' '--disable-hidden-symbols' '--disable-soname-bump' '--enable-ldap' '--with-random=/dev/urandom' '--with-ssl' '--with-ldap-lib=ldap_r-2.4' '--with-lber-lib=lber-2.4' '--with-gssapi-includes=/usr/include/gssapi' '--with-gssapi-libs=/usr/lib/MACH64' '--with-gssapi=/usr' '--with-ca-bundle=/etc/certs/CA' '--with-zlib=/usr' '--with-libidn=/usr' '--with-pic' 'curl_disallow_getifaddrs=yes'"
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/
H A DPropertyGroupNamePool.java45 private String prefix; field in class:PropertyGroupNamePool
54 public PropertyGroupNamePool(ServiceBean service, String prefix) argument
58 this.prefix = prefix;
68 String name = prefix + next;
144 if (name.startsWith(prefix)) {
145 return Integer.parseInt(name.substring(prefix.length()));
H A DApacheUtil.java40 String prefix) throws ScfException {
53 // Property names take the form <prefix><n>, where n > 0
55 name = prefix + i++;
39 getNextAvailablePropertyName(SmfPropertyGroupInfo info, String prefix) argument
/solaris-userland-s11u3/components/pconsole/
H A DMakefile55 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
58 COMPONENT_INSTALL_ARGS += prefix=$(PROTOUSRDIR)
/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Dra.py46 # prefix 3234234 net0 AdvOnLinkFlag on AdvAutonomousFlag on
58 """\nprefix {{ prefix }} {{ interface_name }} """
76 prefix = p['subnets'][0]['cidr']
77 if netaddr.IPNetwork(prefix).version == 6:
83 prefix=prefix,
/solaris-userland-s11u3/components/gnupg/
H A DMakefile79 CONFIGURE_OPTIONS += --with-gpg-error-prefix=$(CONFIGURE_PREFIX)
80 CONFIGURE_OPTIONS += --with-libassuan-prefix=$(CONFIGURE_PREFIX)
81 CONFIGURE_OPTIONS += --with-ksba-prefix=$(CONFIGURE_PREFIX)
82 CONFIGURE_OPTIONS += --with-pth-prefix=$(CONFIGURE_PREFIX)
84 CONFIGURE_OPTIONS += --with-libiconv-prefix=$(CONFIGURE_PREFIX)
85 CONFIGURE_OPTIONS += --with-libintl-prefix=$(CONFIGURE_PREFIX)
/solaris-userland-s11u3/components/clisp/
H A DMakefile66 CONFIGURE_OPTIONS += --prefix=$(CONFIGURE_PREFIX)
71 CONFIGURE_OPTIONS += --with-libsigsegv-prefix=$(CONFIGURE_PREFIX)
72 CONFIGURE_OPTIONS += --with-libreadline-prefix=$(CONFIGURE_PREFIX)
/solaris-userland-s11u3/components/gpgme/
H A DMakefile68 CONFIGURE_OPTIONS += --with-gpg-error-prefix=$(CONFIGURE_PREFIX)
73 CONFIGURE_OPTIONS += --with-libgpg-error-prefix=$(CONFIGURE_PREFIX)
74 CONFIGURE_OPTIONS += --with-libassuan-prefix=$(CONFIGURE_PREFIX)
/solaris-userland-s11u3/components/slib/
H A DMakefile57 $(MAKE) prefix=$(PROTO_DIR)/usr/ INSTALL=ginstall \
/solaris-userland-s11u3/components/ncftp/
H A DMakefile52 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
/solaris-userland-s11u3/components/conflict/
H A DMakefile55 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
/solaris-userland-s11u3/components/getopt/
H A DMakefile49 COMPONENT_INSTALL_ARGS+= prefix=/usr/gnu
/solaris-userland-s11u3/components/ggrep/
H A DMakefile47 CONFIGURE_OPTIONS += --prefix=/usr
/solaris-userland-s11u3/components/ircii/
H A DMakefile49 CONFIGURE_OPTIONS = --prefix=/usr
/solaris-userland-s11u3/components/make/
H A DMakefile44 CONFIGURE_OPTIONS += --program-prefix=g
/solaris-userland-s11u3/components/mailman/
H A DMakefile44 CONFIGURE_OPTIONS += --prefix=/usr/lib/mailman
45 CONFIGURE_OPTIONS += --with-var-prefix=/var/mailman
/solaris-userland-s11u3/components/sane-frontends/
H A DMakefile41 CONFIGURE_OPTIONS += --with-sane-prefix=/usr
/solaris-userland-s11u3/components/pcsc-lite/
H A DMakefile61 CONFIGURE_OPTIONS += --exec-prefix=$(USRLIBDIR64)
/solaris-userland-s11u3/components/aalib/
H A DMakefile51 CONFIGURE_OPTIONS = --prefix=/usr
/solaris-userland-s11u3/components/antlr/
H A DMakefile57 COMPONENT_INSTALL_ARGS += prefix=$(PROTOUSRDIR)
/solaris-userland-s11u3/components/cackey/
H A DMakefile71 CONFIGURE_OPTIONS += --exec-prefix=$(USRLIBDIR64)

Completed in 352 milliseconds

123