/external/chromium_org/third_party/openssl/openssl/apps/ |
rand.c | 81 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 = 1 [all...] |
passwd.c | 71 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 = 1 [all...] |
/external/openssl/apps/ |
rand.c | 81 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 = 1 [all...] |
passwd.c | 71 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 = 1 [all...] |
/external/e2fsprogs/misc/ |
dumpe2fs.c | 413 char *buf, *token, *next, *p, *arg, *badopt = 0; local 441 badopt = token; 456 badopt = token; 469 badopt = token; 480 badopt ? badopt : "");
|
mke2fs.c | 696 char *buf, *token, *next, *p, *arg, *badopt = 0; local 723 badopt = token; 738 badopt = token; 757 badopt = token; 819 badopt = token; 835 badopt ? badopt : ""); [all...] |