| /freebsd-11-stable/lib/libc/gen/ |
| HD | sysconf.c | 141 goto yesno; in sysconf() 216 goto yesno; in sysconf() 224 goto yesno; in sysconf() 232 goto yesno; in sysconf() 240 goto yesno; in sysconf() 248 goto yesno; in sysconf() 261 goto yesno; in sysconf() 269 goto yesno; in sysconf() 288 goto yesno; in sysconf() 292 goto yesno; in sysconf() [all …]
|
| /freebsd-11-stable/contrib/dialog/samples/ |
| HD | yesno2 | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
| HD | yesno4 | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
| HD | yesno3 | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
| HD | yesno | 10 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 21 . ./report-yesno
|
| HD | yesno-utf8 | 11 $DIALOG "$@" --yesno "Are you a DOG?" 0 0 14 . ./report-yesno
|
| HD | yesno-help | 7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \ 18 . ./report-yesno
|
| HD | yesno-extra | 11 --yesno "Hi, this is a yes/no dialog box with its labels changed. \ 23 . ./report-yesno
|
| HD | yesno-both | 12 --yesno "Hi, this is a yes/no dialog box with its labels changed. \ 24 . ./report-yesno
|
| HD | mixedform | 31 --yesno "Really quit?" 10 30
|
| HD | mixedform2 | 31 --yesno "Really quit?" 10 30
|
| HD | passwordform1 | 39 --yesno "Really quit?" 10 30
|
| HD | form1-help | 39 --yesno "Really quit?" 10 30
|
| HD | form1-both | 39 --yesno "Really quit?" 10 30
|
| HD | form1 | 41 --yesno "Really quit?" 10 30
|
| HD | passwordform1-utf8 | 41 --yesno "Really quit?" 10 30
|
| /freebsd-11-stable/contrib/dialog/package/freebsd/ |
| HD | 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-11-stable/sys/dev/drm/ |
| HD | drm_sysctl.c | 164 const char *type, *yesno; variable 203 yesno = "no"; 205 yesno = "yes"; 212 DRM_MAP_HANDLE_SHIFT), yesno);
|
| /freebsd-11-stable/usr.sbin/bsdinstall/scripts/ |
| HD | auto | 46 --no-label "Exit" --yes-label "Restart" --yesno \ 100 --yesno "$prompt" $height $width 392 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \ 463 --default-button no --yesno \
|
| HD | jail | 46 --no-label "Exit" --yes-label "Restart" --yesno \ 116 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \
|
| HD | netconfig_ipv4 | 49 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' --yesno 'Would you like to u…
|
| /freebsd-11-stable/release/ |
| HD | rc.local | 65 …ton --extra-label "Shell" --ok-label "Install" --cancel-label "Live CD" --yesno "Welcome to FreeBS… 78 …Installer" --title "Complete" --yes-label "Reboot" --no-label "Live CD" --yesno "Installation of F…
|
| /freebsd-11-stable/sys/dev/drm2/ |
| HD | drm_sysctl.c | 208 const char *type, *yesno; variable 261 yesno = "no"; 263 yesno = "yes"; 268 map->flags, (unsigned long)map->handle, yesno);
|
| /freebsd-11-stable/sys/dev/drm2/i915/ |
| HD | i915_debug.c | 51 static const char *yesno(int v) in yesno() function 62 #define DEV_INFO_FLAG(x) seq_printf(m, #x ": %s\n", yesno(info->x)) in i915_capabilities() 642 seq_printf(m, " waiting: %s\n", yesno(error->waiting[ring])); in i915_ring_error_state() 1004 seq_printf(m, "RC information accurate: %s\n", yesno(count < 51)); in gen6_drpc_info() 1018 yesno(rpmodectl1 & GEN6_RP_MEDIA_TURBO)); in gen6_drpc_info() 1020 yesno(rpmodectl1 & GEN6_RP_ENABLE)); in gen6_drpc_info() 1022 yesno((rpmodectl1 & GEN6_RP_MEDIA_MODE_MASK) == in gen6_drpc_info() 1025 yesno(rcctl1 & GEN6_RC_CTL_RC1e_ENABLE)); in gen6_drpc_info() 1027 yesno(rcctl1 & GEN6_RC_CTL_RC6_ENABLE)); in gen6_drpc_info() 1029 yesno(rcctl1 & GEN6_RC_CTL_RC6p_ENABLE)); in gen6_drpc_info() [all …]
|
| /freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | utilities.c | 52 SetSockOpt(int fd, int level, int option, int yesno) in SetSockOpt() argument 57 (void *)&yesno, sizeof yesno); in SetSockOpt() 59 if (yesno == 0) { /* Can't do that in 4.2! */ in SetSockOpt()
|