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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf_def.c300 if (IS_ESC(conf,p[0]) &&
301 ((bufnum <= 1) || !IS_ESC(conf,p[-1])))
502 if (IS_ESC(conf,*p))
533 if (IS_ESC(conf,*from))
563 else if (IS_ESC(conf,*from))
671 if (IS_ESC(conf,*p))
689 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 123 milliseconds