Home
last modified time | relevance | path

Searched refs:IS_WS (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/conf/
H A Dconf_def.h35 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) macro
H A Dconf_def.c612 if (!IS_WS(conf, *p)) { in clear_comments()
919 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws()
931 while ((p >= start) && IS_WS(conf, *p)) in trim_ws()

Completed in 7 milliseconds