Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dopt.c40 static int opt_index; variable
839 opt_index = 1; in opt_begin()
860 p = argv[opt_index]; in opt_next()
869 opt_index++; in opt_next()
899 if (argv[opt_index] == NULL) { in opt_next()
904 arg = argv[opt_index++]; in opt_next()
1007 return &argv[opt_index]; in opt_rest()