Searched defs:new_char (Results 1 – 4 of 4) sorted by relevance
134 LIBC_INLINE int write(char new_char, size_t length) { in write()147 LIBC_INLINE int write(char new_char) { in write()
19 int Writer::pad(char new_char, size_t length) { in pad()
43 LIBC_INLINE bool append(char new_char) { in append()
93 …char new_char = max_char_plus_one; // expected-warning {{implicit conversion from 'const short' t… in test9() local