HomeSort by relevance Sort by last modified time
    Searched refs:Ustr (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-type-convert-construct.cpp 6 char16_t *ustr; local
7 ustr = u"a UTF-16 string"; // expected-error {{assigning to 'char16_t *' from incompatible type 'const char16_t [16]'}}
8 char32_t *Ustr;
9 Ustr = U"a UTF-32 string"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [16]'}}
  /external/selinux/libsemanage/src/
genhomedircon.c 37 #include <ustr.h>
225 struct Ustr *expr;
234 /* Convert oexpr into a Ustr and anchor it at the beginning */
491 static Ustr *replace_all(const char *str, const replacement_pair_t * repl)
493 Ustr *retval = USTR_NULL;
512 static const char * extract_context(Ustr *line)
528 static int check_line(genhomedircon_settings_t * s, Ustr *line)
563 Ustr *line = USTR_NULL;
592 Ustr *line = USTR_NULL;
621 Ustr *line = USTR_NULL
    [all...]
utilities.c 29 #include <ustr.h>
80 Ustr *ustr = USTR_NULL, *temp = USTR_NULL; local
84 if (!(ustr = ustr_dup_cstr(str)))
87 ustr_split_spn_chrs(ustr, &off, seps, slen, USTR_NULL,
94 rside_len = ustr_len(ustr) - off;
95 temp = ustr_dup_subustr(ustr, off + 1, rside_len);
102 ustr_sc_free(&ustr);
108 Ustr *ustr = USTR_NULL, *temp = USTR_NULL local
    [all...]

Completed in 307 milliseconds