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.c604 if (!IS_WS(conf, *p)) { in clear_comments()
913 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws()
925 while ((p >= start) && IS_WS(conf, *p)) in trim_ws()

Completed in 8 milliseconds