| /src/games/backgammon/common_source/ |
| save.c | 45 static const char confirm[] = "Are you sure you want to leave now?"; variable 71 writel(confirm);
|
| save.c | 45 static const char confirm[] = "Are you sure you want to leave now?"; variable 71 writel(confirm);
|
| /src/usr.bin/fdformat/ |
| fdformat.c | 69 static int confirm(int); 74 confirm(int def) function 277 if (!confirm(1))
|
| fdformat.c | 69 static int confirm(int); 74 confirm(int def) function 277 if (!confirm(1))
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-add.c | 95 /* User has to confirm key use */ 96 static int confirm = 0; variable 316 filename, confirm ? " (will confirm each use)" : ""); 336 confirm ? " (will confirm each use)" : ""); 356 comment, lifetime, confirm, skprovider, 366 if (confirm != 0) { 367 fprintf(stderr, "The user must confirm " 414 cert_lifetime, confirm, skprovider [all...] |
| ssh-add.c | 95 /* User has to confirm key use */ 96 static int confirm = 0; variable 316 filename, confirm ? " (will confirm each use)" : ""); 336 confirm ? " (will confirm each use)" : ""); 356 comment, lifetime, confirm, skprovider, 366 if (confirm != 0) { 367 fprintf(stderr, "The user must confirm " 414 cert_lifetime, confirm, skprovider [all...] |
| sshconnect.c | 628 confirm(const char *prompt, const char *fingerprint) function 1255 confirmed = confirm(msg1, fp); 1455 if (!confirm(msg, NULL))
|
| sshconnect.c | 628 confirm(const char *prompt, const char *fingerprint) function 1255 confirmed = confirm(msg1, fp); 1455 if (!confirm(msg, NULL))
|
| ssh-agent.c | 142 u_int confirm; member in struct:identity 919 if (id->confirm && confirm_key(id, sig_dest) != 0) { 933 "Confirm user presence for key %s %s%s%s", 951 " and confirm user presence " : " ", 1311 error_f("confirm already set"); 1339 int success = 0, confirm = 0; local 1356 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm, 1422 id->confirm = confirm; 1430 debug_f("add %s %s \"%.100s\" (life: %u) (confirm: %u) 1550 int r, i, count = 0, success = 0, confirm = 0; local [all...] |
| ssh-agent.c | 142 u_int confirm; member in struct:identity 919 if (id->confirm && confirm_key(id, sig_dest) != 0) { 933 "Confirm user presence for key %s %s%s%s", 951 " and confirm user presence " : " ", 1311 error_f("confirm already set"); 1339 int success = 0, confirm = 0; local 1356 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm, 1422 id->confirm = confirm; 1430 debug_f("add %s %s \"%.100s\" (life: %u) (confirm: %u) 1550 int r, i, count = 0, success = 0, confirm = 0; local [all...] |
| /src/sys/fs/nfs/client/ |
| nfs_clrpcops.c | 777 * V4 Open Confirm RPC. 818 * Do the setclientid and setclientid confirm RPCs. Called from nfs_statfs() 832 nfsquad_t confirm; local 945 confirm.lval[0] = *tl++; 946 confirm.lval[1] = *tl; 951 * and confirm it. 958 *tl++ = confirm.lval[0]; 959 *tl = confirm.lval[1];
|
| nfs_clrpcops.c | 777 * V4 Open Confirm RPC. 818 * Do the setclientid and setclientid confirm RPCs. Called from nfs_statfs() 832 nfsquad_t confirm; local 945 confirm.lval[0] = *tl++; 946 confirm.lval[1] = *tl; 951 * and confirm it. 958 *tl++ = confirm.lval[0]; 959 *tl = confirm.lval[1];
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdserv.c | 3158 * nfsv4 open confirm service 3452 nfsquad_t clientid, confirm; local 3519 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p); 3543 *tl++ = confirm.lval[0]; 3544 *tl = confirm.lval[1]; 3562 * nfsv4 set client id confirm service 3571 nfsquad_t clientid, confirm; local 3584 confirm.lval[0] = *tl++; 3585 confirm.lval[1] = *tl; 3592 NULL, NULL, confirm, 0, nd, p) 3725 nfsquad_t clientid, confirm; local 3855 nfsquad_t clientid, confirm; local [all...] |
| nfs_nfsdserv.c | 3158 * nfsv4 open confirm service 3452 nfsquad_t clientid, confirm; local 3519 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p); 3543 *tl++ = confirm.lval[0]; 3544 *tl = confirm.lval[1]; 3562 * nfsv4 set client id confirm service 3571 nfsquad_t clientid, confirm; local 3584 confirm.lval[0] = *tl++; 3585 confirm.lval[1] = *tl; 3592 NULL, NULL, confirm, 0, nd, p) 3725 nfsquad_t clientid, confirm; local 3855 nfsquad_t clientid, confirm; local [all...] |
| /src/usr.bin/ftp/ |
| cmds.c | 145 static int confirm(const char *, const char *); 156 * Confirm if "cmd" is to be performed upon "file". 160 confirm(const char *cmd, const char *file) function 481 if (mflag && confirm(argv[0], cp)) { 490 if (confirm(argv[0], NULL)) { 505 if (mflag && confirm(argv[0], argv[i])) { 514 if (confirm(argv[0], NULL)) { 532 if (mflag && confirm(argv[0], *cpp)) { 542 if (confirm(argv[0], NULL)) { 667 if (confirm(cmd, NULL)) [all...] |
| cmds.c | 145 static int confirm(const char *, const char *); 156 * Confirm if "cmd" is to be performed upon "file". 160 confirm(const char *cmd, const char *file) function 481 if (mflag && confirm(argv[0], cp)) { 490 if (confirm(argv[0], NULL)) { 505 if (mflag && confirm(argv[0], argv[i])) { 514 if (confirm(argv[0], NULL)) { 532 if (mflag && confirm(argv[0], *cpp)) { 542 if (confirm(argv[0], NULL)) { 667 if (confirm(cmd, NULL)) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| top.c | 130 /* Flag for whether we want to confirm potentially dangerous 133 bool confirm = true; variable 139 gdb_printf (file, _("Whether to confirm potentially " 298 confirm = 0; 1695 /* If necessary, make the user confirm that we should quit. Return 2234 add_setshow_boolean_cmd ("confirm", class_support, &confirm, _("\ 2235 Set whether to confirm potentially dangerous operations."), _("\ 2236 Show whether to confirm potentially dangerous operations."), NULL,
|
| top.c | 130 /* Flag for whether we want to confirm potentially dangerous 133 bool confirm = true; variable 139 gdb_printf (file, _("Whether to confirm potentially " 298 confirm = 0; 1695 /* If necessary, make the user confirm that we should quit. Return 2234 add_setshow_boolean_cmd ("confirm", class_support, &confirm, _("\ 2235 Set whether to confirm potentially dangerous operations."), _("\ 2236 Show whether to confirm potentially dangerous operations."), NULL,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| top.c | 129 /* Flag for whether we want to confirm potentially dangerous 132 bool confirm = true; variable 138 gdb_printf (file, _("Whether to confirm potentially " 297 confirm = 0; 1683 /* If necessary, make the user confirm that we should quit. Return 2222 add_setshow_boolean_cmd ("confirm", class_support, &confirm, _("\ 2223 Set whether to confirm potentially dangerous operations."), _("\ 2224 Show whether to confirm potentially dangerous operations."), NULL,
|
| top.c | 129 /* Flag for whether we want to confirm potentially dangerous 132 bool confirm = true; variable 138 gdb_printf (file, _("Whether to confirm potentially " 297 confirm = 0; 1683 /* If necessary, make the user confirm that we should quit. Return 2222 add_setshow_boolean_cmd ("confirm", class_support, &confirm, _("\ 2223 Set whether to confirm potentially dangerous operations."), _("\ 2224 Show whether to confirm potentially dangerous operations."), NULL,
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 680 LFD Init with msgid y Y Yank from q Confirm and quit 861 ["Soft quit" po-confirm-and-quit 996 (define-key po-mode-map "q" 'po-confirm-and-quit) 3302 (defun po-confirm-and-quit () 3303 "Confirm if quit should be attempted and then, do it.
|
| po-mode.el | 680 LFD Init with msgid y Y Yank from q Confirm and quit 861 ["Soft quit" po-confirm-and-quit 996 (define-key po-mode-map "q" 'po-confirm-and-quit) 3302 (defun po-confirm-and-quit () 3303 "Confirm if quit should be attempted and then, do it.
|