Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c49 static char *yesno[] = { variable
171 if (lookup(yesno, arg)) in main()
177 if (lookup(yesno, arg)) in main()
183 if (lookup(yesno, arg)) in main()
262 yesno[((int)(sm.sm_config & CONN_LPBK) > 0)], in main()
263 yesno[((int)(sm.sm_config & CONN_ECHO) > 0)], in main()
264 yesno[((int)(sm.sm_config & CONN_NRZI) > 0)], in main()
H A Dsyncloop.c65 static char *yesno[] = { variable
296 yesno[((int)(sm.sm_config & CONN_LPBK) > 0)], in main()
297 yesno[((int)(sm.sm_config & CONN_NRZI) > 0)], in main()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c2048 yesno(rssconf & F_DISABLE)); in view_rss_config()
2094 yesno(rssconf & F_VFRDRG)); in view_rss_config()
2096 yesno(rssconf & F_VFRDEN)); in view_rss_config()
2117 yesno(rssconf & F_VFWREN)); in view_rss_config()
2119 yesno(rssconf & F_KEYWREN)); in view_rss_config()
2143 yesno(rssconf & F_RSTCHN3)); in view_rss_config()
2145 yesno(rssconf & F_RSTCHN2)); in view_rss_config()
2147 yesno(rssconf & F_RSTCHN1)); in view_rss_config()
2151 yesno(rssconf & F_UPDVLD)); in view_rss_config()
2153 yesno(rssconf & F_XOFF)); in view_rss_config()
[all …]
H A Dcudbg_view.h173 static const char *yesno(int);
/illumos-gate/usr/src/cmd/vntsd/
H A Dcommon.c107 char yesno[8]; in vntsd_get_yes_no() local
111 (void) snprintf(yesno, sizeof (yesno), "[%c/%c] ", in vntsd_get_yes_no()
120 if ((rv = vntsd_write_client(clientp, yesno, strlen(yesno))) != in vntsd_get_yes_no()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd141 sub yesno
836 if yesno("Rebuild NIS/YP maps", $opt_y);
899 unless yesno "Remove existing $asfile", $opt_y;
942 unless yesno "Already converted; rerun anyway";
950 unless yesno "Continue", 1;
1173 if (!yesno("Should it be overwritten",$opt_y)) {
1174 if (yesno("Should it be used as-is")) {
1201 if (!yesno("Should it be overwritten", $opt_y)) {
1202 if (yesno("Should it be used as-is")) {
1461 if (yesno("File " . $fnum+1 .
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh127 type=yesno var=showheader val=no label="Show Header"
134 type=yesno var=showfooter val=no label="Show Footer"
141 type=yesno var=showtitle val=yes label="Show Title"
148 type=yesno var=showlegends val=yes label="Show Legends"
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh138 yesno() { function
287 yesno "Do you want $DEVICE mounted?"
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c104 SetSockOpt(fd, level, option, yesno) in SetSockOpt() argument
105 int fd, level, option, yesno; in SetSockOpt()
107 return (setsockopt(fd, level, option, &yesno, sizeof (yesno)));
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c108 struct yesno { struct
142 static struct yesno *
145 static struct yesno yn; in getyesno()
359 offsetof(struct yesno, member), \
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c2986 if (yesno()) {
3043 if (yesno()) {
3562 if (! yesno()) {
3585 if (! yesno()) {
4264 if (yesno())
4279 if (yesno())
4294 if (yesno())
4339 if (yesno()) {
4363 if (yesno()) {
4392 yesno(void) function
[all …]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.h98 extern boolean_t yesno(char *prompt, char *invalid, boolean_t dflt);
H A Ddownload.c122 if (yesno(gettext("Continue with download? "), in pk_download()
H A Ddelete.c160 if (!yesno(prompt, in pk_delete_keys()
207 if (!yesno(prompt, in pk_delete_certs()
H A Dgencsr.c564 if (yesno(gettext("Continue with gencsr? "), in pk_gencsr()
H A Dexport.c839 if (yesno(gettext("Continue with export? "), in pk_export()
H A Dcommon.c285 yesno(char *prompt, char *invalid, boolean_t dflt) in yesno() function
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh67 function yesno { function
90 yesno "$*"
138 yesno "$@"
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c71 static int yesno(char *, char *);
702 isyes = yesno(yeschr, nochr); in confirm_interactive()
713 yesno( in yesno() function