Home
last modified time | relevance | path

Searched defs:isblank (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/ctype/
Dctype-c99.c23 isblank (int c) in isblank() function
/glibc-2.36/argp/
Dargp-fmtstream.c39 #define isblank(ch) ((ch)==' ' || (ch)=='\t') macro
/glibc-2.36/posix/
Dregex_internal.h81 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro