Searched refs:current_str (Results 1 - 4 of 4) sorted by relevance
/third_party/selinux/libselinux/src/ |
H A D | context.c | 13 char *current_str; /* This is made up-to-date only when needed */ member 38 n->current_str = n->component[0] = n->component[1] = n->component[2] = in context_new() 103 conditional_free(&n->current_str); in context_free() 122 conditional_free(&n->current_str); in context_str() 128 n->current_str = malloc(total); in context_str() 129 if (n->current_str != 0) { in context_str() 130 char *cp = n->current_str; in context_str() 140 return n->current_str; in context_str()
|
/third_party/mesa3d/src/mesa/main/tests/ |
H A D | mesa_extensions.cpp | 45 const char *current_str = ext_names[i]; in TEST() local 49 ASSERT_LT(strcmp(current_str, next_str), 0); in TEST()
|
/third_party/libsnd/ |
H A D | make_lite.py | 166 for current_str in str_list: 167 file_text = string.replace (file_text, current_str, '')
|
/third_party/alsa-utils/topology/ |
H A D | pre-process-object.c | 1736 const char *current_str; in tplg_evaluate_config_string() local 1749 snd_config_get_string(*dst, ¤t_str); in tplg_evaluate_config_string() 1750 temp = tplg_snprintf("%s%s", current_str, prefix); in tplg_evaluate_config_string() 1777 snd_config_get_string(*dst, ¤t_str); in tplg_evaluate_config_string() 1783 temp = tplg_snprintf("%s%s", current_str, ascii); in tplg_evaluate_config_string()
|
Completed in 4 milliseconds