Searched refs:opt_ulong (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | opt.c | 684 if ((ret = opt_ulong(value, &m))) in opt_uintmax() 693 int opt_ulong(const char *value, unsigned long *result) in opt_ulong() function 999 if (!opt_ulong(arg, &ulval)) in opt_next()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | opt.h | 428 int opt_ulong(const char *arg, unsigned long *result);
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OPTIONS.pod | 9 opt_int, opt_int_arg, opt_long, opt_ulong, opt_intmax, opt_uintmax, 44 int opt_ulong(const char *value, unsigned long *result); 260 opt_int(), opt_long(), opt_ulong(), opt_intmax(), and opt_uintmax(). They all
|