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

/freebsd-9.3-release/crypto/openssl/apps/
H A Drand.c82 int badopt; local
102 badopt = 0;
104 while (!badopt && argv[++i] != NULL) {
109 badopt = 1;
116 badopt = 1;
123 badopt = 1;
128 badopt = 1;
133 badopt = 1;
138 badopt = 1;
140 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) {
109 badopt = 1;
115 badopt = 1;
121 badopt = 1;
131 badopt = 1;
139 badopt = 1;
145 badopt = 1;
150 badopt
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dgetopt.c38 badopt( function
92 return (badopt(": unknown option -", c));
101 return (badopt(": option requires argument -", c));
/freebsd-9.3-release/sys/nfs/
H A Dbootp_subr.c149 int badopt; member in struct:bootpc_tagcontext
483 /* This call used for the side effect (badopt flag) */
489 if (gctx->tmptag.badopt != 0)
1384 if (tctx->badtag != 0 || tctx->badopt != 0)
1397 tctx->badopt = 1;
1424 tctx->badopt = 0;
1446 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0)

Completed in 61 milliseconds