Home
last modified time | relevance | path

Searched refs:yesno (Results 1 – 9 of 9) sorted by relevance

/external/jsoncpp/
Ddoxybuild.py95 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/
Drm.c45 or = yesno(0); in do_rm()
65 or = yesno(0); in do_rm()
Dcp.c192 if (!yesno(1)) return 0; in cp_node()
425 if (!yesno(1)) rc = 0; in cp_main()
Dfind.c478 if (!(test = yesno(0))) { in do_find()
/external/toybox/toys/lsb/
Dkillall.c44 if (!yesno(0)) return 0;
/external/toybox/toys/pending/
Dcrontab.c322 if (!yesno(0)) { in do_edit()
/external/libexif/m4m/
Dgp-check-popt.m4154 if test "$require_popt$have_popt" = "yesno"; then
/external/toybox/lib/
Dlib.h197 int yesno(int def);
Dlib.c706 int yesno(int def) in yesno() function