Home
last modified time | relevance | path

Searched refs:current_str (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libselinux/src/
Dcontext.c13 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()
105 conditional_free(&n->current_str); in context_free()
124 conditional_free(&n->current_str); in context_str()
130 n->current_str = malloc(total); in context_str()
131 if (n->current_str != 0) { in context_str()
132 char *cp = n->current_str; in context_str()
142 return n->current_str; in context_str()
/third_party/mesa3d/src/mesa/main/tests/
Dmesa_extensions.cpp45 const char *current_str = ext_names[i]; in TEST() local
49 ASSERT_LT(strcmp(current_str, next_str), 0); in TEST()
/third_party/libsnd/
Dmake_lite.py166 for current_str in str_list:
167 file_text = string.replace (file_text, current_str, '')