Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/include/
A Dctype.h25 static __inline int __isspace(int _c) { in __isspace() argument
26 return _c == ' ' || (unsigned)_c - '\t' < 5; in __isspace()
/third_party/ulib/musl/src/stdio/
A D__overflow.c3 int __overflow(FILE* f, int _c) { in __overflow() argument
4 unsigned char c = _c; in __overflow()

Completed in 4 milliseconds