Searched refs:u8p (Results 1 – 4 of 4) sorted by relevance
88 char *u8p; in utf8_to_str() local95 u8p = str->utf8string_val; in utf8_to_str()97 if (len <= 0 || u8p == NULL) { in utf8_to_str()113 sp[i] = u8p[i]; in utf8_to_str()114 if (u8p[i] == '\0') { in utf8_to_str()
703 uint8_t *u8p; in read_enable_prop() local709 if ((u8p = scf_simple_prop_next_boolean(sp)) == NULL) { in read_enable_prop()714 *enabled = (*u8p != 0); in read_enable_prop()
1683 char *u8p = u8s->utf8string_val; in utf8_strchr() local1687 if (u8p[i] == c) in utf8_strchr()1688 return (&u8p[i]); in utf8_strchr()
586 char *u8p; in utf8_to_str() local595 u8p = str->utf8string_val; in utf8_to_str()597 if (len <= 0 || u8p == NULL) { in utf8_to_str()611 sp[i] = u8p[i]; in utf8_to_str()612 if (u8p[i] == '\0') { in utf8_to_str()