Searched refs:value_string (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/bindings/python/llvm/tests/
H A Dtest_object.py67 assert isinstance(relocation.value_string, str)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dconfig.c251 c->value_string = ch_strdup( bi->sql_concat_patt );
296 c->value_string = ch_strdup( bi->sql_base_ob_file );
298 c->value_string = ch_strdup( "TRUE" );
385 bi->sql_concat_patt = c->value_string;
467 bi->sql_base_ob_file = c->value_string;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dconfig.c417 c->value_string = ch_strdup( bdb->bi_db_crypt_file );
436 c->value_string = ch_strdup( bdb->bi_dbenv_home );
804 rc = lutil_get_filed_password( c->value_string, &bdb->bi_db_crypt_key );
806 bdb->bi_db_crypt_file = c->value_string;
824 len = strlen( c->value_string );
826 ptr = lutil_strcopy( testpath, c->value_string );
844 bdb->bi_dbenv_home = c->value_string;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dconfig.c127 c->value_string = ch_strdup( pb->pb_module_name );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.h183 #define value_string values.v_string macro
H A Dconfig.c200 c->value_string = ch_strdup(c->argv[1]);
394 *(char **)ptr = c->value_string;
478 c->value_string = ch_strdup(*(char **)ptr);
498 if ( c->value_string && c->value_string[0]) {
499 ber_str2bv( c->value_string, 0, 0, &bv);
H A Dbconfig.c983 c->value_string = ch_strdup( passwd_salt );
1014 c->value_string = ch_strdup( slap_sasl_getpolicy());
1170 c->value_string = ch_strdup( logfileName );
1273 c->value_string = ch_strdup( pws_replica_name );
1640 passwd_salt = c->value_string;
1657 ch_free(c->value_string);
1993 logfileName = c->value_string;
2181 pws_replica_name = c->value_string;
2348 ber_str2bv( c->value_string, 0, 0, &bv );
3918 return ldap_pvt_tls_get_option( ld, flag, &c->value_string );
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c420 const char *value_string)
423 printf("%s: invalid value: %s.\n", progname, value_string);
419 die_on_invalid_value(int condition, const char *value_string) argument
/macosx-10.10.1/llvmCore-3425.0.34/bindings/python/llvm/
H A Dobject.py417 def value_string(self): member in class:Relocation
434 getattr(self, 'value_string')
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dlist.c883 char *value_string = STRINGIFY_BIGINT (value, value_buf + 1); local
885 *--value_string = '-';
890 value_string, type,
H A Dcreate.c243 char const *value_string;
259 value_string = p;
262 value_string = STRINGIFY_BIGINT (value, valbuf);
281 value_string, type, minval_string, maxval_string,
287 value_string, type, minval_string, maxval_string));
242 char const *value_string; local
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c2646 CFStringRef value_string = copyDERThingDescription(allocator, &on.value, false); local
2647 if (value_string)
2649 localizedLabel, value_string);
2653 CFReleaseSafe(value_string);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c2517 CFStringRef value_string = copyDERThingDescription(allocator, &on.value, false); local
2518 if (value_string)
2520 value_string);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c2517 CFStringRef value_string = copyDERThingDescription(allocator, &on.value, false); local
2518 if (value_string)
2520 value_string);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c2517 CFStringRef value_string = copyDERThingDescription(allocator, &on.value, false); local
2518 if (value_string)
2520 value_string);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dconfig.c1602 c->value_string, why );

Completed in 403 milliseconds