Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx0x-type-convert-construct.cpp8 char32_t *Ustr; in f() local
9Ustr = U"a UTF-32 string"; // expected-error {{assigning to 'char32_t *' from incompatible type 'c… in f()
/external/selinux/libsemanage/src/
Dgenhomedircon.c225 struct Ustr *expr; in fcontext_matches()
491 static Ustr *replace_all(const char *str, const replacement_pair_t * repl) in replace_all()
493 Ustr *retval = USTR_NULL; in replace_all()
512 static const char * extract_context(Ustr *line) in extract_context()
528 static int check_line(genhomedircon_settings_t * s, Ustr *line) in check_line()
563 Ustr *line = USTR_NULL; in write_home_dir_context()
592 Ustr *line = USTR_NULL; in write_home_root_context()
621 Ustr *line = USTR_NULL; in write_user_context()
1002 Ustr *temp = ustr_dup_cstr(h->data); in write_context_file()
Dutilities.c80 Ustr *ustr = USTR_NULL, *temp = USTR_NULL; in semanage_split_on_space()
108 Ustr *ustr = USTR_NULL, *temp = USTR_NULL; in semanage_split()