Searched refs:str_val (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/jemalloc/src/ |
| H A D | stats.c | 123 name->str_val = table_name; in mutex_stats_init_cols() 135 col->str_val = human; 152 col_name->str_val = name; in mutex_stats_read_global() 185 col_name->str_val = name; in mutex_stats_read_arena() 293 header_##column_name.str_val = human ? human : #column_name; in stats_arena_bins_print() 359 header_justify_spacer.str_val = " "; in stats_arena_bins_print() 360 col_justify_spacer.str_val = " "; in stats_arena_bins_print() 536 col_util.str_val = util; in stats_arena_lextents_print() 1120 col_decay_type.str_val = "decaying:"; in stats_general_print() 1123 col_decay_time.str_val in stats_general_print() [all...] |
| /freebsd/crypto/openssl/crypto/property/ |
| H A D | property_query.c | 47 value = ossl_property_value_str(libctx, prop->v.str_val); in ossl_property_get_string_value() 77 && prop->v.str_val == OSSL_PROPERTY_TRUE) in ossl_property_is_enabled() 79 && prop->v.str_val != OSSL_PROPERTY_TRUE))); in ossl_property_is_enabled()
|
| H A D | property_parse.c | 217 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string() 249 else if ((res->v.str_val = ossl_property_value(ctx, v, create)) == 0) in parse_unquoted() 383 prop->v.str_val = OSSL_PROPERTY_TRUE; in ossl_parse_property() 442 prop->v.str_val = OSSL_PROPERTY_TRUE; in ossl_parse_query() 516 && q[i].v.str_val != OSSL_PROPERTY_FALSE) in ossl_property_match_count() 518 && q[i].v.str_val == OSSL_PROPERTY_FALSE)) { in ossl_property_match_count() 741 val = ossl_property_value_str(ctx, prop->v.str_val); in ossl_property_list_to_string()
|
| H A D | property_local.h | 29 OSSL_PROPERTY_IDX str_val; /* String */ member
|
| /freebsd/contrib/flex/src/ |
| H A D | sym.c | 45 char *str_val; member 103 new_entry->str_val = str_def; in addsym() 194 return findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val; in ndlookup()
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | emitter.h | 55 const char *str_val; 53 const char *str_val; global() member
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 6214 const char* str_val = posix::GetEnv(var); in Int32FromEnvOrDie() local 6215 if (str_val == nullptr) { in Int32FromEnvOrDie() 6221 str_val, &result)) { in Int32FromEnvOrDie()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | debugfs_htt_stats.c | 21 int index = 0; u8 i; const char *str_val = str; \ 23 if (str_val) { \ 26 "%s = ", str_val); \
|