Searched defs:yesno (Results 1 - 12 of 12) sorted by relevance

/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/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh67 function yesno { function
90 yesno "$*"
138 yesno "$@"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c51 static char *yesno[] = { variable
173 if (lookup(yesno, arg))
179 if (lookup(yesno, arg))
185 if (lookup(yesno, arg))
264 yesno[((int)(sm.sm_config & CONN_LPBK) > 0)],
265 yesno[((int)(sm.sm_config & CONN_ECHO) > 0)],
266 yesno[((int)(sm.sm_config & CONN_NRZI) > 0)],
H A Dsyncloop.c67 static char *yesno[] = { variable
298 yesno[((int)(sm.sm_config & CONN_LPBK) > 0)],
299 yesno[((int)(sm.sm_config & CONN_NRZI) > 0)],
/illumos-gate/usr/src/cmd/vntsd/
H A Dcommon.c107 char yesno[8]; local
111 (void) snprintf(yesno, sizeof (yesno), "[%c/%c] ",
120 if ((rv = vntsd_write_client(clientp, yesno, strlen(yesno))) !=
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh314 function yesno { function
335 yesno "$*"
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c110 struct yesno { struct
144 static struct yesno *
147 static struct yesno yn;
361 offsetof(struct yesno, member), \
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c71 static int yesno(char *, char *);
702 isyes = yesno(yeschr, nochr);
713 yesno( function
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c285 yesno(char *prompt, char *invalid, boolean_t dflt) function
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c955 int yesno, i; local
965 yesno = 1;
975 yesno = 0;
979 return (yesno);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c5264 char yesno[255]; local
5301 if ((fgets(yesno, sizeof (yesno), stdin) == NULL) ||
5302 (strlen(yesno) == 1))
5303 (void) snprintf(yesno, sizeof (yesno), "%s\n",
5306 if (strncasecmp(yesno, yes, strlen(yesno) - 1) != 0) {
5931 char yesno[255]; local
6129 if ((fgets(yesno, sizeo
6382 char yesno[255]; local
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c681 static int yesno(void);
1253 if (io_wholedisk ||(io_ifdisk && yesno())) {
2977 if (yesno()) {
3034 if (yesno()) {
3553 if (! yesno()) {
3576 if (! yesno()) {
4254 if (yesno())
4269 if (yesno())
4284 if (yesno())
4306 if (yesno()) {
4382 yesno(void) function
[all...]

Completed in 107 milliseconds