Searched defs:isblank (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/unbound/compat/
H A Disblank.c42 isblank(int c) function
/freebsd-10-stable/contrib/ldns/compat/
H A Disblank.c12 isblank(int c) function
/freebsd-10-stable/include/
H A Dctype.h122 #define isblank(c) __sbistype((c), _CTYPE_B) macro
/freebsd-10-stable/lib/libc/locale/
H A Disctype.c78 #undef isblank macro
80 isblank(c) function
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c258 isblank(int c) function
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.c276 bool isblank; local
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h971 #define isblank unbound_isblank macro
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex_internal.h58 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro

Completed in 133 milliseconds