HomeSort by: relevance | last modified time | path
    Searched refs:opt_umax (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 395 int opt_umax(const char *arg, uintmax_t *result);
398 # define opt_umax opt_ulong macro
opt.c 400 int opt_umax(const char *value, uintmax_t *result) function
707 if (!opt_umax(arg, &umval)) {

Completed in 23 milliseconds