HomeSort by: relevance | last modified time | path
    Searched refs:_CTYPE_S (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
ctype_bits.h 51 #define _CTYPE_S 0x0040 /* Space */
ctype_inline.h 56 #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S))
  /src/lib/libc/gen/
isctype.c 100 _ISCTYPE_FUNC(space, _CTYPE_S )
ctype_.c 119 #define _S _CTYPE_S

Completed in 17 milliseconds