Searched refs:yesno (Results 1 – 12 of 12) sorted by relevance
/external/jsoncpp/ |
D | doxybuild.py | 95 def yesno( bool ): function 102 '%HAVE_DOT%': yesno(options.with_dot), 104 '%HTML_HELP%': yesno(options.with_html_help), 105 '%UML_LOOK%': yesno(options.with_uml_look),
|
/external/toybox/toys/posix/ |
D | rm.c | 43 or = yesno(s, 0); in do_rm() 62 or = yesno(s, 0); in do_rm()
|
D | cp.c | 153 if (!yesno("", 1)) return 0; 333 if (!yesno("", 1)) rc = 0; in cp_main()
|
D | find.c | 456 test = yesno(prompt, 0); in do_find()
|
/external/toybox/toys/lsb/ |
D | killall.c | 44 if (!yesno(toybuf, 0)) return 0;
|
/external/toybox/lib/ |
D | lib.h | 178 int yesno(char *prompt, int def);
|
D | lib.c | 598 int yesno(char *prompt, int def) in yesno() function
|
/external/toybox/toys/pending/ |
D | crontab.c | 322 if (!yesno(toybuf, 0)) { in do_edit()
|
/external/libexif/m4m/ |
D | gp-check-popt.m4 | 154 if test "$require_popt$have_popt" = "yesno"; then
|
/external/openssh/ |
D | ssh-keygen.c | 2652 char yesno[3]; in main() local 2656 if (fgets(yesno, sizeof(yesno), stdin) == NULL) in main() 2658 if (yesno[0] != 'y' && yesno[0] != 'Y') in main()
|
/external/libvncserver/x11vnc/ |
D | tkx11vnc | 3168 proc set_connected {yesno} { 3172 if {$yesno == "yes"} {
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ssvnc.tcl | 9322 …set reply [tk_messageBox -parent $parent -type yesno -icon question -title "Delete Cert" -message … 9337 …set reply [tk_messageBox -parent $parent -type yesno -icon question -title "Delete Cert" -message … 9356 …set reply [tk_messageBox -parent $parent -type yesno -icon question -title "Delete Identical Cert"… 9913 …set reply [tk_messageBox -parent $p -type yesno -title "View Cert" -message "View Certificate and … 9955 …set reply [tk_messageBox -parent $p -type yesno -title "View Private Key" -message "View Private K…
|