Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c74 static int check_end(const char *str, const char *end);
1111 if (!check_end(type, "_min") || !check_end(type, "_max") || in prompt_info()
1112 !check_end(type, "_default") || !check_end(type, "_value")) in prompt_info()
1422 static int check_end(const char *str, const char *end) in check_end() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c70 static int check_end(const char *str, const char *end);
1167 if (!check_end(type, "_min") || !check_end(type, "_max") || in prompt_info()
1168 !check_end(type, "_default") || !check_end(type, "_value")) in prompt_info()
1470 static int check_end(const char *str, const char *end) in check_end() function