Searched refs:IS_ESC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_def.c298 if (IS_ESC(conf,p[0]) &&
299 ((bufnum <= 1) || !IS_ESC(conf,p[-1])))
491 if (IS_ESC(conf,*p))
522 if (IS_ESC(conf,*from))
552 else if (IS_ESC(conf,*from))
660 if (IS_ESC(conf,*p))
678 if (IS_ESC(conf,*p))
H A Dconf_def.h85 #define IS_ESC(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_ESC) macro
100 #define IS_ESC(c,a) (KEYTYPES(c)[os_toascii[a]&0xff]&CONF_ESC) macro

Completed in 107 milliseconds