Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Drand.c107 int badopt = 0; in rand_main() local
129 badopt = 1; in rand_main()
131 badopt = 1; in rand_main()
134 badopt = 1; in rand_main()
136 if (badopt) { in rand_main()
H A Dpasswd.c142 int badopt = 0; in passwd_main() local
172 badopt = 1; /* conflicting options */ in passwd_main()
177 badopt = 1; in passwd_main()
181 badopt = 1; in passwd_main()
184 if (badopt) { in passwd_main()
/dragonfly/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c883 goto badopt; in set_bell_values()
887 badopt: in set_bell_values()
921 goto badopt; in set_keyrates()
925 badopt: in set_keyrates()
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c146 int badopt; member
488 if (gctx->tmptag.badopt != 0) in bootpc_received()
1271 if (tctx->badtag != 0 || tctx->badopt != 0) in bootpc_tag_helper()
1284 tctx->badopt = 1; in bootpc_tag_helper()
1312 tctx->badopt = 0; in bootpc_tag()
1334 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0) in bootpc_tag()