Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/conf/
H A Dconf_def.c353 if (IS_EOF(conf, *s)) in def_load_bio()
644 if (IS_EOF(conf, *p)) in clear_comments()
671 if (IS_EOF(conf, *from)) in str_copy()
681 while (!IS_EOF(conf, *from)) { in str_copy()
696 if (IS_EOF(conf, v)) in str_copy()
707 } else if (IS_EOF(conf, *from)) in str_copy()
930 while (IS_WS(conf, *p) && (!IS_EOF(conf, *p))) in eat_ws()
939 while (!IS_EOF(conf, *p)) in trim_ws()
967 while (!(IS_EOF(conf, *p)) && (*p != q)) { in scan_quote()
970 if (IS_EOF(conf, *p)) in scan_quote()
[all …]
H A Dconf_def.h32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) macro