Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/crypto/openssh/
H A Dssh-add.c98 static int confirm = 0; variable
294 filename, confirm ? " (will confirm each use)" : ""); in add_file()
314 confirm ? " (will confirm each use)" : ""); in add_file()
365 lifetime, confirm, maxsign, skprovider, in add_file()
375 if (confirm != 0) { in add_file()
418 lifetime, confirm, maxsign, skprovider, in add_file()
432 if (confirm != 0) { in add_file()
460 lifetime, confirm, dest_constraints, ndest_constraints)) == 0) { in update_card()
602 lifetime, confirm, maxsign, skprovider, in load_resident_keys()
619 if (confirm != 0) { in load_resident_keys()
[all …]
H A Dauthfd.c508 encode_constraints(struct sshbuf *m, u_int life, u_int confirm, u_int maxsign, in encode_constraints() argument
521 if (confirm != 0) { in encode_constraints()
567 const char *comment, u_int life, u_int confirm, u_int maxsign, in ssh_add_identity_constrained() argument
572 int r, constrained = (life || confirm || maxsign || in ssh_add_identity_constrained()
610 (r = encode_constraints(msg, life, confirm, maxsign, in ssh_add_identity_constrained()
665 u_int life, u_int confirm, in ssh_update_card() argument
669 int r, constrained = (life || confirm); in ssh_update_card()
686 (r = encode_constraints(msg, life, confirm, 0, NULL, in ssh_update_card()
H A Dauthfd.h51 const char *comment, u_int life, u_int confirm, u_int maxsign,
57 const char *pin, u_int life, u_int confirm,
H A Dssh-agent.c144 u_int confirm; member
806 if (id->confirm && confirm_key(id, sig_dest) != 0) { in process_sign_request2()
1200 int success = 0, confirm = 0; in process_add_identity() local
1217 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm, in process_add_identity()
1275 id->confirm = confirm; in process_add_identity()
1285 sshkey_ssh_name(k), fp, comment, seconds, confirm, in process_add_identity()
1377 int r, i, count = 0, success = 0, confirm = 0; in process_add_smartcard_key() local
1391 if (parse_key_constraints(e->request, NULL, &death, &seconds, &confirm, in process_add_smartcard_key()
1425 id->confirm = confirm; in process_add_smartcard_key()
H A Dsshconnect.c568 confirm(const char *prompt, const char *fingerprint) in confirm() function
1171 confirmed = confirm(msg1, fp); in check_host_key()
1368 if (!confirm(msg, NULL)) in check_host_key()
/dragonfly/contrib/tnftp/src/
H A Dcmds.c167 confirm(const char *cmd, const char *file) in confirm() function
488 if (mflag && confirm(argv[0], cp)) { in mput()
497 if (confirm(argv[0], NULL)) { in mput()
521 if (confirm(argv[0], NULL)) { in mput()
549 if (confirm(argv[0], NULL)) { in mput()
675 if (confirm(cmd, NULL)) { in mabort()
731 if (!confirm(argv[0], cp)) in mget()
748 if (confirm(argv[0], NULL)) in mget()
1248 if (mflag && confirm(argv[0], cp)) { in mdelete()
1254 if (confirm(argv[0], NULL)) { in mdelete()
[all …]
/dragonfly/games/backgammon/common_source/
H A Dsave.c37 static const char confirm[] = "Are you sure you want to leave now?"; variable
63 writel(confirm); in save()
/dragonfly/usr.sbin/fdformat/
H A Dfdformat.c231 int fill = 0xf6, quiet = 0, verify = 1, verify_only = 0, confirm = 0; in main() local
286 confirm = 1; in main()
362 else if (!quiet && !confirm) { in main()
/dragonfly/contrib/gdb-7/gdb/
H A Dtop.h28 extern int confirm;
H A Dtop.c106 int confirm = 1; variable
295 confirm = 0; in quit_cover()
1672 add_setshow_boolean_cmd ("confirm", class_support, &confirm, _("\ in init_main()
H A Dutils.c880 if (!confirm) in internal_vproblem()
1291 if (!confirm || server_command) in defaulted_query()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dsae.c1165 u8 *confirm) in sae_cn_confirm() argument
1194 confirm); in sae_cn_confirm()
1203 u8 *confirm) in sae_cn_confirm_ecc() argument
1214 scalar2, element_b2, 2 * sae->tmp->prime_len, confirm); in sae_cn_confirm_ecc()
1223 u8 *confirm) in sae_cn_confirm_ffc() argument
1234 scalar2, element_b2, sae->tmp->prime_len, confirm); in sae_cn_confirm_ffc()
/dragonfly/contrib/cryptsetup/lib/
H A Dsetup.c35 int (*confirm)(const char *msg, void *usrptr); member
317 if (ki == CRYPT_SLOT_ACTIVE_LAST && cd->confirm && in luks_remove_helper()
318 !(cd->confirm(_("This is the last keyslot." in luks_remove_helper()
438 if (!cd || !cd->confirm) in crypt_confirm()
441 return cd->confirm(msg, cd->confirm_usrptr); in crypt_confirm()
573 int (*confirm)(const char *msg, void *usrptr), in crypt_set_confirm_callback()
576 cd->confirm = confirm; in crypt_set_confirm_callback()
H A Dlibcryptsetup.h73 int (*confirm)(const char *msg, void *usrptr),
/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_configure.c333 fn_get_passphrase(struct i_fn_args *a, int confirm) in fn_get_passphrase() argument
342 if (confirm) { in fn_get_passphrase()
391 if (confirm) in fn_get_passphrase()
410 if (confirm) in fn_get_passphrase()
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c739 volatile uint32_t *confirm; in mxge_dummy_rdma() local
747 confirm = (volatile uint32_t *)sc->cmd; in mxge_dummy_rdma()
748 *confirm = 0; in mxge_dummy_rdma()
774 while (*confirm != 0xffffffff && i < 20) { in mxge_dummy_rdma()
778 if (*confirm != 0xffffffff) { in mxge_dummy_rdma()
780 (enable ? "enable" : "disable"), confirm, *confirm); in mxge_dummy_rdma()
902 volatile uint32_t *confirm; in mxge_load_firmware() local
941 confirm = (volatile uint32_t *)sc->cmd; in mxge_load_firmware()
942 *confirm = 0; in mxge_load_firmware()
979 if (*confirm != 0xffffffff) { in mxge_load_firmware()
[all …]
/dragonfly/contrib/ee/
H A Dee.i18n.guide65 95 "yes" character, single character expected to confirm action
/dragonfly/usr.sbin/ppp/
H A DREADME.nat93 NAT enabled. This will confirm that the ppp.conf file is
/dragonfly/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim1598 " will display a confirm dialog and turn debugging
1601 … call confirm('Error in window debugging code. Dissabling MiniBufExplorer debugging.', 'OK')
1627 …call confirm('Error in file writing version of the debugging code, vim not compiled with system or…
/dragonfly/etc/
H A Dpf.os50 # of two), or if you can confirm the value is fixed, please quote
/dragonfly/share/zoneinfo/
H A Dnorthamerica2241 # round. Using Google, it's easy to find other websites that confirm this.
2271 # to confirm that Resolute Bay was still operating on UTC-5. It was
3398 # are not going on DST this year. Several other resources confirm this: ...
3405 # has started DST again today, and this source seems to confirm that,
H A Dsouthamerica302 # I can confirm that the Province of San Luis (and so far only that
383 # yes...I can confirm this...and given that San Luis keeps calling
H A Dafrica268 # We have been able to confirm the August change with the Egyptian Cabinet
H A Daustralasia1316 # I can certainly confirm for my part that Daylight Saving in NSW did in fact
/dragonfly/contrib/bmake/
H A DChangeLog445 o confirm sync of unit-tests

12