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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dgetopt.c39 badopt( function
93 return (badopt(": unknown option -", c));
102 return (badopt(": option requires argument -", c));

Completed in 107 milliseconds