Searched defs:yesno (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/allocate/ |
H A D | disk_clean.sh | 138 yesno() { function 287 yesno "Do you want $DEVICE mounted?"
|
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/ |
H A D | kdcmgr.sh | 67 function yesno { function 90 yesno "$*" 138 yesno "$@"
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncinit.c | 51 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 D | syncloop.c | 67 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 D | common.c | 107 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 D | kclient.sh | 314 function yesno { function 335 yesno "$*"
|
/illumos-gate/usr/src/cmd/locale/ |
H A D | locale.c | 110 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 D | cfgadm.c | 71 static int yesno(char *, char *); 702 isyes = yesno(yeschr, nochr); 713 yesno( function
|
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 285 yesno(char *prompt, char *invalid, boolean_t dflt) function
|
/illumos-gate/usr/src/boot/sys/boot/fdt/ |
H A D | fdt_loader_cmd.c | 955 int yesno, i; local 965 yesno = 1; 975 yesno = 0; 979 return (yesno);
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 5264 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 D | fdisk.c | 681 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 100 milliseconds