/solaris-userland/components/bind/Solaris/ |
H A D | dns-server.sh | 55 value=`/usr/bin/svcprop -p options/${prop} ${SMF_FMRI}` 56 if [ -z "${value}" -o "${value}" = '""' ]; then 57 # Could not find property or it has no value. 63 if [ ${value} -gt 0 ]; then 64 cmdopts="${cmdopts} -d ${value}" 68 case ${value} in 77 echo "$I: Unrecognised value in service instance property" >&2 78 echo "$I: options/${prop} : ${value}" >&2 83 if [ ${value} [all...] |
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | sysconfig.py | 44 value="DefaultFixed") 62 value=addrtype) 66 name="static_address", value=ip) 68 value="%s/v4" % linkname) 70 name="default_route", value=route) 73 value="%s/dhcp" % linkname) 80 name="address_type", value="addrconf") 82 name="name", value="%s/aconf" % linkname) 84 name="stateless", value="no") 86 name="stateful", value [all...] |
/solaris-userland/tools/ |
H A D | sunw-history-package | 46 if (m{set\s+name=pkg.fmri\s+value=pkg://.+/(.+):.+$}) { 57 set name=pkg.fmri value=pkg:/$package 58 set name=pkg.renamed value=true 60 set name=org.opensolaris.consolidation value=\$(CONSOLIDATION) 62 set name=variant.opensolaris.zone value=global value=nonglobal 63 set name=variant.arch value=\$(ARCH)
|
/solaris-userland/components/cups/patches/ |
H A D | 18104362.patch | 104 - if ((compo = composite->find_option(o->name->value)) == NULL) 113 - printf("<th>%s</th>", compo->text->value); 120 - printf("<tr valign='top'><td nowrap>%s</td><td nowrap>", d->model_name->value); 123 - printf("%s<br>", size->text->value); 128 - if ((o = d->find_option(compo->name->value)) != NULL) 133 - printf("%s<br>", c->text->value); 153 + if ((compo = composite->find_option(o->name->value)) == NULL) 163 + printf("<th>%s</th>", compo->text->value); 172 + printf("<tr valign='top'><td nowrap>%s</td><td nowrap>", d->model_name->value); 175 + printf("%s<br>", size->text->value); [all...] |
H A D | str4609-1.4.patch | 22 - snprintf(valptr, sizeof(value) - (valptr - value), 28 - sizeof(value) - (valptr - value), NULL); 29 + cgiRewriteURL(attr->values[i].string.text, valptr, sizeof(value) - (valptr - value), NULL); 106 * Also, we can only have 1 value and it must be a name value. 338 * ... and the printer-state-reasons value...
|
/solaris-userland/components/openstack/neutron/files/agent/solaris/ |
H A D | namespace_manager.py | 27 def __exit__(self, exc_type, value, traceback):
|
/solaris-userland/components/jansson/doc/html/_static/ |
H A D | sidebar.js | 147 var value = key_val[1]; 148 if ((value == 'collapsed') && (!sidebar_is_collapsed())) 150 else if ((value == 'expanded') && (sidebar_is_collapsed()))
|
H A D | doctools.js | 45 * it will always return arrays of strings for the value parts. 55 var value = jQuery.urldecode(tmp[1]); 57 result[key].push(value); 59 result[key] = [value];
|
H A D | websupport.js | 33 var lines = textarea.value.split('\n'); 437 // If it is an unvote, the new vote value is 0, 439 var value = 0; 441 value = id.charAt(0) == 'u' ? 1 : -1; 446 value: value 460 if ((d.value !== 0) && (data.vote === d.value * -1)) { 461 $('#' + (d.value == 1 ? 'd' : 'u') + 'u' + d.comment_id).hide(); 462 $('#' + (d.value [all...] |
/solaris-userland/components/krb5/Solaris/private/krb5/ |
H A D | prof_solaris.h | 31 int *value; member in struct:_profile_options 37 char **value; member in struct:_profile_times 60 char *value);
|
/solaris-userland/components/openssh/sources/ |
H A D | kexgssc.c | 149 packet_put_string(send_tok.value, 157 free(recv_tok.value); 176 packet_put_string(send_tok.value, 182 packet_put_string(send_tok.value, 207 recv_tok.value = packet_get_string(&strlen); 213 msg_tok.value = packet_get_string(&strlen); 218 recv_tok.value= 263 packet_disconnect("bad server public DH value"); 317 gssbuf.value = hash; 324 free(msg_tok.value); [all...] |
H A D | kexgsss.c | 67 * Some GSSAPI implementations use the input value of ret_flags (an 159 recv_tok.value = packet_get_string(&slen); 170 recv_tok.value = packet_get_string(&slen); 182 free(recv_tok.value); 193 packet_put_string(send_tok.value, send_tok.length); 202 packet_put_string(send_tok.value, send_tok.length); 215 packet_disconnect("bad client public DH value"); 272 gssbuf.value = hash; 280 packet_put_string(msg_tok.value, msg_tok.length); 284 packet_put_string(send_tok.value, send_to [all...] |
/solaris-userland/components/gutenprint/ |
H A D | gutenprint.startup | 27 VER=`pkg contents -H -a name=pkg.fmri -o value $PKG | cut -d @ -f 2` 33 # read the value of status property, if it exists 38 # compare the value with package version
|
/solaris-userland/components/openstack/neutron/files/ |
H A D | neutron-dhcp-agent | 27 def set_hostmodel(value): 35 if output.strip() == value: 38 "hostmodel=%s" % value, "ipv4"] 42 print "failed to set ipadm hostmodel property to %s" % value
|
H A D | neutron-l3-agent | 31 def set_hostmodel(value): 39 if output.strip() == value: 42 "hostmodel=%s" % value, "ipv4"] 46 print "failed to set ipadm hostmodel property to %s" % value
|
/solaris-userland/components/krb5/Solaris/ |
H A D | prof_solaris.c | 99 char *name = NULL, *value = NULL, **ret_values = NULL; local 114 code = profile_iterator(&state, &name, &value); 117 if (key != NULL && value != NULL) { 118 boolean_t ex_match = strcmp(key, value) ? 120 boolean_t match = strcasecmp(key, value) ? 150 if (value != NULL) { 151 profile_release_string(value); 152 value = NULL; 166 if (value != NULL) 167 profile_release_string(value); 1249 k5_profile_add_libdefaults_entry(profile_t profile, char *name, char *value) argument 1283 char *value = NULL; local 1329 char *value = NULL; local [all...] |
/solaris-userland/components/openstack/common/files/ |
H A D | openstack_common.py | 67 print "Deprecated value found: [%s] %s" % (section, key) 155 for old_key, value in section_items: 175 (new_section, new_key, value) 176 new.set(new_section, new_key, value) 182 # print to the log when a value for old_section.old_key is changing 183 # to a new value 186 if new_value != value and '%SERVICE' not in new_value: 188 (old_section, old_key, value, new_value) 195 # Only copy the old value to the new conf file if the entry doesn't 199 new.set(new_section, new_key, value) [all...] |
/solaris-userland/components/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 164 err_msg = apr_pstrcat(p, err_msg, ": ", (char*) msg.value, 174 " (", (char*) msg.value, ")", NULL); 226 input_token.value = buf; 321 input_token.value = apr_pcalloc(r->connection->pool, input_token.length); 323 if (input_token.value == NULL) { 329 input_token.length = apr_base64_decode(input_token.value, auth_param); 376 (char *)dname.value); 406 apr_base64_encode(token, output_token.value, output_token.length); 445 r->user = apr_pstrdup(r->pool, name_token.value);
|
/solaris-userland/components/ruby/puppet-solaris/files/ |
H A D | update_smf.py | 52 DEFAULT_VALUE_STR = "The default value is " 124 def determine_type(key, value): 136 # Use the value to determine the xml property type 137 if value.isdigit(): 139 if value.lower() in ['false', 'true']: 146 a 'key=value' entry 149 # The last field should be a key = value pair 154 # The default value is "xxxx" 155 # key = value 161 "format of 'key = value'\ [all...] |
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | kr_nfsstat.c | 129 (void) sprintf(fixlen, "%lu", knp[i].value.ul); 173 (void) sprintf(fixlen, "%lu ", knp[j].value.ul); 175 (void) sprintf(fixlen, "%llu ", knp[j].value.ui64);
|
H A D | kr_memory.c | 35 * Return value of named statistic for given kstat_named kstat. 50 return (knp->value.ull); 53 return (knp->value.ul); 78 /* The following line is commented out because the value returned is less 80 done about what is the value that kstat returns
|
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_uri.c | 275 char *value = NULL; local 282 value = getenv("OPENSSL_PKCS11_PIN_CACHING_POLICY"); 284 if (value == NULL || strcmp(value, "none") == 0) { 289 if (strcmp(value, "memory") == 0) { 294 if (strcmp(value, "mlocked-memory") == 0) {
|
/solaris-userland/components/curl/Solaris/ |
H A D | curl-config | 63 # --option=value and extracts the value part 65 -*=*) value=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 66 *) value= ;;
|
H A D | curl-config-64 | 65 # --option=value and extracts the value part 67 -*=*) value=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 68 *) value= ;;
|
/solaris-userland/components/texinfo/ |
H A D | texi2html.pl | 303 %value = (); # hold texinfo variables, see also -D 350 if (/^-D(.+)?$/) { $value{$1 || shift(@ARGV)} = 1; next; } 409 $value{'html'} = 1; # predefine html (the output format) 410 $value{'texi2html'} = $THISVERSION; # predefine texi2html (the translator) 414 $value{$_} = ''; # prevent -w warnings 640 next unless defined($value{$1}); 648 next if defined($value{$1}); 860 s/\@value{($VARRE)}/$value{$1}/eg; 951 $value{ [all...] |