Searched refs:IS_WS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/conf/
H A Dconf_def.c354 while ((p != start) && (IS_WS(conf, *p)))
444 if (!IS_WS(conf, *p)) {
625 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p)))
H A Dconf_def.h89 # define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) macro
104 # define IS_WS(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_WS) macro
/freebsd-10-stable/usr.bin/csup/
H A Dstream.c1217 #define IS_WS(var) ((var) == ' ' || (var) == '\n' || (var) == '\t' || \ macro
1224 #define IS_PRINT(var) (!IS_WS(var) && (var) != '@')
1248 while (ptr < end && IS_WS(*ptr)) {
1287 } else if(IS_WS(*ptr)) {

Completed in 157 milliseconds