Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dcompat_isblank.c20 isblank(int c) in isblank() function
/freebsd/contrib/unbound/compat/
H A Disblank.c42 isblank(int c) in isblank() function
/freebsd/contrib/ldns/compat/
H A Disblank.c12 isblank(int c) in isblank() function
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h88 isblank(int c) { isblank() function
/freebsd/crypto/openssl/test/
H A Dctype_internal_test.c22 static int isblank(int c) in isblank() function
/freebsd/lib/libc/locale/
H A Disctype.c72 isblank(int c) in isblank() function
/freebsd/include/
H A Dctype.h121 #define isblank(c) __sbistype((c), _CTYPE_B) macro
/freebsd/contrib/unbound/
H A Dconfig.h.in1502 #define isblank unbound_isblank macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c335 isblank(int c) in isblank() function
/freebsd/usr.bin/sort/
H A Dcoll.c273 bool isblank; in skip_fields_to_start() local
/freebsd/lib/libunbound/
H A Dconfig.h1503 #define isblank unbound_isblank macro
/freebsd/contrib/dialog/
H A Ddialog.h614 #define isblank(c) ((c) == ' ' || (c) == TAB) macro