/freebsd/lib/libc/gen/ |
H A D | sysconf.c | 137 goto yesno; in sysconf() 212 goto yesno; in sysconf() 220 goto yesno; in sysconf() 228 goto yesno; in sysconf() 236 goto yesno; in sysconf() 244 goto yesno; in sysconf() 257 goto yesno; in sysconf() 265 goto yesno; in sysconf() 284 goto yesno; in sysconf() 288 goto yesno; in sysconf() [all …]
|
/freebsd/contrib/bsddialog/ |
H A D | README.md | 34 --pause, --radiolist, --rangebox, --textbox, --timebox, --treeview, --yesno. 46 % ./bsddialog --begin-y 2 --default-no --title yesno --yesno "Hello World!" 5 30 49 % ./bsddialog --title yesno --hline "bsddialog" --yesno "Hello World!" 5 25 50 % ./bsddialog --extra-button --help-button --yesno "Hello World!" 0 0 73 % sh ./examples_utility/yesno.sh 111 % ./yesno
|
H A D | .gitignore | 26 examples_library/yesno
|
/freebsd/contrib/dialog/samples/ |
H A D | yesno2 | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
H A D | yesno4 | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
H A D | yesno3 | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
H A D | yesno | 10 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 21 . ./report-yesno
|
H A D | yesno-help | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
H A D | yesno-utf8 | 11 $DIALOG "$@" --yesno "Are you a DOG?" 0 0 14 . ./report-yesno
|
H A D | yesno-extra | 11 --yesno "Hi, this is a yes/no dialog box with its labels changed. \ 23 . ./report-yesno
|
H A D | yesno-both | 12 --yesno "Hi, this is a yes/no dialog box with its labels changed. \ 24 . ./report-yesno
|
H A D | mixedform | 31 --yesno "Really quit?" 10 30
|
H A D | mixedform2 | 31 --yesno "Really quit?" 10 30
|
H A D | form1-extra | 39 --yesno "Really quit?" 10 30
|
H A D | form1-help | 39 --yesno "Really quit?" 10 30
|
H A D | passwordform1 | 39 --yesno "Really quit?" 10 30
|
H A D | form1 | 41 --yesno "Really quit?" 10 30
|
H A D | form1-utf8 | 41 --yesno "Really quit?" 10 30
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | pkg-plist | 165 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/report-yesno 192 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno 193 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-both 194 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-extra 195 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-help 196 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yesno-utf8
|
/freebsd/usr.sbin/bsdinstall/ |
H A D | startbsdinstall | 63 …--extra-label "Shell" --ok-label "Install" --cancel-label "Live System" --yesno "Welcome to ${OSNA… 76 …t" --extra-button --extra-label "Shutdown" --cancel-label "Live System" --yesno "Installation of $…
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | auto | 91 --yesno "$prompt" $height $width 138 --yesno "$prompt" $height $width 370 --title "Add User Accounts" --yesno \ 388 --default-no --yesno \
|
H A D | jail | 46 --no-label "Exit" --yes-label "Restart" --yesno \ 142 bsddialog --backtitle "$OSNAME Installer" --title "Add User Accounts" --yesno \
|
H A D | netconfig | 122 --yesno 'Would you like to configure IPv4 for this interface?' 0 0 144 --yesno 'Would you like to configure IPv6 for this interface?' 0 0
|
/freebsd/sys/dev/drm2/ |
H A D | drm_sysctl.c | 200 const char *type, *yesno; variable 253 yesno = "no"; 255 yesno = "yes"; 260 map->flags, (unsigned long)map->handle, yesno);
|
/freebsd/contrib/bsddialog/examples_utility/ |
H A D | yesno.sh | 17 ./bsddialog --title " yesno " --yesno "Hello World!" 6 25
|