Home
last modified time | relevance | path

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

123

/freebsd-11-stable/lib/libc/gen/
HDsysconf.c141 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/
HDyesno27 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
HDyesno47 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
HDyesno37 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
HDyesno10 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
21 . ./report-yesno
HDyesno-utf811 $DIALOG "$@" --yesno "Are you a DOG?" 0 0
14 . ./report-yesno
HDyesno-help7 --yesno "Hi, this is a yes/no dialog box. You can use this to ask \
18 . ./report-yesno
HDyesno-extra11 --yesno "Hi, this is a yes/no dialog box with its labels changed. \
23 . ./report-yesno
HDyesno-both12 --yesno "Hi, this is a yes/no dialog box with its labels changed. \
24 . ./report-yesno
HDmixedform31 --yesno "Really quit?" 10 30
HDmixedform231 --yesno "Really quit?" 10 30
HDpasswordform139 --yesno "Really quit?" 10 30
HDform1-help39 --yesno "Really quit?" 10 30
HDform1-both39 --yesno "Really quit?" 10 30
HDform141 --yesno "Really quit?" 10 30
HDpasswordform1-utf841 --yesno "Really quit?" 10 30
/freebsd-11-stable/contrib/dialog/package/freebsd/
HDpkg-plist165 %%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/
HDdrm_sysctl.c164 const char *type, *yesno; variable
203 yesno = "no";
205 yesno = "yes";
212 DRM_MAP_HANDLE_SHIFT), yesno);
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
HDauto46 --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 \
HDjail46 --no-label "Exit" --yes-label "Restart" --yesno \
116 dialog --backtitle "FreeBSD Installer" --title "Add User Accounts" --yesno \
HDnetconfig_ipv449 dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' --yesno 'Would you like to u…
/freebsd-11-stable/release/
HDrc.local65 …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/
HDdrm_sysctl.c208 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/
HDi915_debug.c51 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/
HDutilities.c52 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()

123