Searched refs:badopt (Results 1 - 4 of 4) sorted by relevance

/external/openssl/apps/
H A Drand.c81 int badopt; local
101 badopt = 0;
103 while (!badopt && argv[++i] != NULL)
110 badopt = 1;
118 badopt = 1;
126 badopt = 1;
133 badopt = 1;
140 badopt = 1;
148 badopt = 1;
151 badopt
[all...]
H A Dpasswd.c71 int i, badopt, opt_done; local
95 badopt = 0, opt_done = 0;
97 while (!badopt && !opt_done && argv[++i] != NULL)
113 badopt = 1;
123 badopt = 1;
133 badopt = 1;
144 badopt = 1;
153 badopt = 1;
159 badopt = 1;
163 if (usecrypt) badopt
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c447 char *buf, *token, *next, *p, *arg, *badopt = 0; local
475 badopt = token;
490 badopt = token;
503 badopt = token;
514 badopt ? badopt : "");
H A Dmke2fs.c661 char *buf, *token, *next, *p, *arg, *badopt = 0; local
705 badopt = token;
719 badopt = token;
733 badopt = token;
748 badopt = token;
768 badopt = token;
860 badopt = token;
876 badopt = token;
896 badopt ? badopt
[all...]

Completed in 134 milliseconds