Searched defs:result (Results 1 – 7 of 7) sorted by relevance
/apps/lib/ |
A D | opt.c | 262 int opt_format(const char *s, unsigned long flags, int *result) in opt_format() 496 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() 526 int opt_int(const char *value, int *result) in opt_int() 544 int result = -1; in opt_int_arg() local 574 int opt_long(const char *value, long *result) in opt_long() 600 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() 629 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax() 657 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax() 667 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax() 681 int opt_ulong(const char *value, unsigned long *result) in opt_ulong()
|
A D | s_cb.c | 917 unsigned char result[EVP_MAX_MD_SIZE]; in verify_stateless_cookie_callback() local
|
A D | apps.c | 218 char *result = NULL; in get_passwd() local 361 long *result) in app_conf_try_number()
|
/apps/ |
A D | s_client.c | 346 static ossl_ssize_t hexdecode(const char **inptr, void *result) in hexdecode() 391 uint8_t *result = (uint8_t *)out; in checked_uint8() local 2806 int result = -1; in s_client_main() local
|
A D | x509.c | 1255 static int parse_ext_names(char *names, const char **result) in parse_ext_names()
|
A D | cmp.c | 2630 const char *name, long *result) in conf_get_number_e() 3866 int result = 1; in cmp_main() local
|
A D | speed.c | 219 static int opt_found(const char *name, unsigned int *result, in opt_found() 231 #define opt_found(value, pairs, result)\ argument
|
Completed in 39 milliseconds