Searched refs:confirm (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/towitoko/
H A Dpps.c47 BYTE confirm[PPS_MAX_LENGTH]; local
61 /* Get PPS confirm */
62 len_confirm = sizeof(confirm);
63 if (CCID_Receive (lun, &len_confirm, confirm, NULL) != IFD_SUCCESS)
66 DEBUG_XXD ("PPS: Receiving confirm: ", confirm, len_confirm);
68 if (!PPS_Match (params, len_request, confirm, len_confirm))
76 if (PPS_HAS_PPS1 (params) && PPS_HAS_PPS1 (confirm))
77 *pps1 = confirm[2];
80 memcpy (params, confirm, len_confir
87 PPS_Match(BYTE * request, unsigned len_request, BYTE * confirm, unsigned len_confirm) argument
[all...]
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dconfirm.c2 * confirm.c
4 * $Id: confirm.c,v 1.3 2007/02/02 11:58:14 source Exp $
124 GtkWidget *confirm, *dialog_vbox1, *hbox1, *pixmap1, *l_text; local
139 confirm = gtk_dialog_new ();
144 gtk_object_set_data (GTK_OBJECT (confirm), "confirm", confirm); local
145 gtk_window_set_title (GTK_WINDOW (confirm), msg);
146 gtk_window_set_position (GTK_WINDOW (confirm), GTK_WIN_POS_CENTER);
147 gtk_window_set_modal (GTK_WINDOW (confirm), TRU
[all...]
/macosx-10.10/vim-55/runtime/
H A Dmacmap.vim11 nnoremap <special> <D-n> :confirm enew<CR>
17 nnoremap <special> <D-o> :browse confirm e<CR>
23 nnoremap <silent> <special> <D-w> :if winheight(2) < 0 <Bar> confirm enew <Bar> else <Bar> confirm close <Bar> endif<CR>
29 nnoremap <silent> <special> <D-s> :if expand("%") == ""<Bar>browse confirm w<Bar> else<Bar>confirm w<Bar>endif<CR>
35 nnoremap <special> <D-S-s> :browse confirm saveas<CR>
H A Dmenu.vim99 an 10.310 &File.&Open\.\.\.<Tab>:e :browse confirm e<CR>
102 an 10.325 &File.&New<Tab>:enew :confirm enew<CR>
105 \ confirm enew <Bar>
107 \ confirm close <Bar>
110 an <silent> 10.340 &File.&Save<Tab>:w :if expand("%") == ""<Bar>browse confirm w<Bar>else<Bar>confirm w<Bar>endif<CR>
111 an 10.350 &File.Save\ &As\.\.\.<Tab>:sav :browse confirm saveas<CR>
131 an 10.610 &File.Sa&ve-Exit<Tab>:wqa :confirm wqa<CR>
132 an 10.620 &File.E&xit<Tab>:qa :confirm qa<CR>
330 let n = confirm(
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dldd.cygwin.i3862 : cygwin.i386 ldd -- how many ways does this confirm the windows bias?
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit29 iwidgets::messagedialog .confirm -title "itkedit: Confirm" \
31 .confirm hide Help
32 .confirm buttonconfigure OK -text "Yes"
33 .confirm buttonconfigure Cancel -text "No"
144 .confirm configure -text "File \"$fname\" has changed.\nSave changes?"
145 if {[.confirm activate]} {
/macosx-10.10/vim-55/src/
H A Duninstal.c27 confirm(void) function
360 if (!interactive || confirm())
373 if (confirm())
393 if (!interactive || confirm())
404 if (!interactive || confirm())
415 if (!interactive || confirm())
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js373 if(confirm(pbc0455))srdb(form.RCD,"4");
412 if(!confirm(pbc0439+" "+pbc0442)){
622 if(confirm(pbc0455))srdb(form.RCD,"4");
634 if(!confirm(pbc0436)){ return false;}
636 if(confirm(pbc0452+" "+pbc0453+" "+pbc0454)){form.MRQ.value=4; } else { form.MRQ.value=0; }
638 if(confirm(pbc0470+" "+pbc0453+" "+pbc0454)){form.MRQ.value=8; } else { form.MRQ.value=0; }
665 dflg=confirm("\n\n<====================== " + pbc0468 + " ======================>\n\n" + pbc0469 + "\n\n<==================================================================>");
681 //if(confirm(pbc0447+" "+pbc0451)){
710 if(confirm(pbc0434)){
733 if(!confirm(pbc045
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-add.c88 /* User has to confirm key use */
89 static int confirm = 0; variable
259 confirm)) {
265 if (confirm != 0)
267 "The user must confirm each use of the key\n");
298 lifetime, confirm)) {
306 if (confirm != 0)
307 fprintf(stderr, "The user must confirm each use of the key\n");
327 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
484 confirm
[all...]
H A Dauthfd.c544 const char *comment, u_int life, u_int confirm)
547 int type, constrained = (life || confirm);
582 if (confirm != 0)
636 const char *reader_id, const char *pin, u_int life, u_int confirm)
639 int type, constrained = (life || confirm);
658 if (confirm != 0)
543 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life, u_int confirm) argument
635 ssh_update_card(AuthenticationConnection *auth, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
H A Dssh-agent.c120 u_int confirm; member in struct:identity
284 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) {
346 if (id != NULL && (!id->confirm || confirm_key(id) == 0))
478 int type, success = 0, death = 0, confirm = 0; local
635 confirm = 1;
660 id->confirm = confirm;
714 int i, type, version, count = 0, success = 0, death = 0, confirm = 0; local
728 confirm = 1;
750 id->confirm
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dextern.h65 int confirm (char *, char *);
H A Dcmds.c431 if (confirm("Continue with", mname)) {
469 if (mflag && confirm(argv[0], cp)) {
501 if (confirm("Continue with","mput")) {
518 if (mflag && confirm(argv[0], argv[i])) {
528 if (confirm("Continue with","mput")) {
545 if (mflag && confirm(argv[0], *cpp)) {
555 if (confirm("Continue with","mput")) {
737 if (mflag && confirm(argv[0], cp)) {
757 if (confirm("Continue with","mget")) {
1115 if (mflag && confirm(arg
1535 confirm(char *cmd, char *file) function
[all...]
/macosx-10.10/cups-408/cups/templates/
H A DMakefile34 class-confirm.tmpl \
72 printer-confirm.tmpl \
/macosx-10.10/vim-55/runtime/autoload/
H A Dspellfile.vim49 if confirm("Shall I create " . dir_to_create, "&Yes\n&No", 2) == 1
62 if confirm(msg, "&Yes\n&No", 2) == 1
116 let dirchoice = confirm(msg, dirchoices) - 2
129 if confirm(msg, "&No\n&Yes") == 2
184 " Get a list of writable spell directories and choices for confirm().
/macosx-10.10/gnutar-453/gnutar/src/
H A Dupdate.c198 if (interactive_option && !confirm ("add", file_name))
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dcmds.c157 static int confirm(const char *, const char *);
171 confirm(const char *cmd, const char *file) function
493 if (mflag && confirm(argv[0], cp)) {
502 if (confirm(argv[0], NULL)) {
517 if (mflag && confirm(argv[0], argv[i])) {
526 if (confirm(argv[0], NULL)) {
544 if (mflag && confirm(argv[0], *cpp)) {
554 if (confirm(argv[0], NULL)) {
676 if (confirm(cmd, NULL)) {
732 if (!confirm(arg
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dpine.vim209 syn keyword pineOption compose-sets-newsgroup-without-confirm
210 syn keyword pineOption confirm-role-even-for-default
211 syn keyword pineOption continue-tab-without-confirm
280 syn keyword pineOption expunge-without-confirm
281 syn keyword pineOption expunge-without-confirm-everywhere
283 syn keyword pineOption fcc-only-without-confirm
296 syn keyword pineOption next-thread-without-confirm
321 syn keyword pineOption quit-without-confirm
328 syn keyword pineOption select-without-confirm
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_ja_jp.euc-jp.vim301 an 10.396.100.100 &File.��������������(&E)\.\.\..����(&O)\.\.\..SJIS(&S)<Tab>fenc=cp932 :browse confirm e ++enc=cp932<CR>
303 an 10.396.100.110 &File.��������������(&E)\.\.\..����(&O)\.\.\..EUC(&E)<Tab>fenc=euc-jp :browse confirm e ++enc=euc-jp<CR>
304 an 10.396.100.120 &File.��������������(&E)\.\.\..����(&O)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp :browse confirm e ++enc=iso-2022-jp<CR>
306 an 10.396.100.110 &File.��������������(&E)\.\.\..����(&O)\.\.\..EUC(&E)<Tab>fenc=euc-jisx0213 :browse confirm e ++enc=euc-jisx0213<CR>
307 an 10.396.100.120 &File.��������������(&E)\.\.\..����(&O)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp-3 :browse confirm e ++enc=iso-2022-jp-3<CR>
309 an 10.396.100.130 &File.��������������(&E)\.\.\..����(&O)\.\.\..UTF-8(&8)<Tab>fenc=utf-8 :browse confirm e ++enc=utf-8<CR>
H A Dmenu_ja_jp.utf-8.vim301 an 10.396.100.100 &File.���������������������(&E)\.\.\..������(&O)\.\.\..SJIS(&S)<Tab>fenc=cp932 :browse confirm e ++enc=cp932<CR>
303 an 10.396.100.110 &File.���������������������(&E)\.\.\..������(&O)\.\.\..EUC(&E)<Tab>fenc=euc-jp :browse confirm e ++enc=euc-jp<CR>
304 an 10.396.100.120 &File.���������������������(&E)\.\.\..������(&O)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp :browse confirm e ++enc=iso-2022-jp<CR>
306 an 10.396.100.110 &File.���������������������(&E)\.\.\..������(&O)\.\.\..EUC(&E)<Tab>fenc=euc-jisx0213 :browse confirm e ++enc=euc-jisx0213<CR>
307 an 10.396.100.120 &File.���������������������(&E)\.\.\..������(&O)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp-3 :browse confirm e ++enc=iso-2022-jp-3<CR>
309 an 10.396.100.130 &File.���������������������(&E)\.\.\..������(&O)\.\.\..UTF-8(&8)<Tab>fenc=utf-8 :browse confirm e ++enc=utf-8<CR>
H A Dmenu_japanese_japan.932.vim301 an 10.396.100.100 &File.�G���R�[�h�w��(&E)\.\.\..�J��(&O)\.\.\..SJIS(&S)<Tab>fenc=cp932 :browse confirm e ++enc=cp932<CR>
303 an 10.396.100.110 &File.�G���R�[�h�w��(&E)\.\.\..�J��(&O)\.\.\..EUC(&E)<Tab>fenc=euc-jp :browse confirm e ++enc=euc-jp<CR>
304 an 10.396.100.120 &File.�G���R�[�h�w��(&E)\.\.\..�J��(&O)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp :browse confirm e ++enc=iso-2022-jp<CR>
306 an 10.396.100.110 &File.�G���R�[�h�w��(&E)\.\.\..�J��(&O)\.\.\..EUC(&E)<Tab>fenc=euc-jisx0213 :browse confirm e ++enc=euc-jisx0213<CR>
307 an 10.396.100.120 &File.�G���R�[�h�w��(&E)\.\.\..�J��(&O)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp-3 :browse confirm e ++enc=iso-2022-jp-3<CR>
309 an 10.396.100.130 &File.�G���R�[�h�w��(&E)\.\.\..�J��(&O)\.\.\..UTF-8(&8)<Tab>fenc=utf-8 :browse confirm e ++enc=utf-8<CR>
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dspec.vim69 let option = confirm("Can't find %changelog. Create one? ","&End of file\n&Here\n&Cancel",3)
95 let option = confirm("Increase release? ","&Yes\n&No",1)
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp-smb.el580 (start end filename &optional append visit lockname confirm)
585 ;; XEmacs takes a coding system as the seventh argument, not `confirm'
587 confirm (file-exists-p filename))
604 (if confirm ; don't pass this arg unless defined for backward compat.
605 (list start end tmpfil append 'no-message lockname confirm)
/macosx-10.10/emacs-93/emacs/lisp/
H A Demerge.el1067 (read-file-name "File to merge: " nil nil 'confirm)
1089 (read-file-name "File to merge: " nil nil 'confirm)
1303 (read-file-name "A directory: " nil nil 'confirm)
1304 (read-file-name "B directory: " nil nil 'confirm)
1305 (read-file-name "Ancestor directory (null for none): " nil nil 'confirm)
1306 (read-file-name "Output directory (null for none): " nil nil 'confirm)))
2806 (and must-match 'confirm)))
2815 default-file (and must-match 'confirm)))
2823 nil (and must-match 'confirm)))))
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-int.el64 (defun gnus-start-news-server (&optional confirm)
74 (when confirm

Completed in 295 milliseconds

123