Home
last modified time | relevance | path

Searched refs:PROMPT (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dk5srvutil.sh39 PROMPT=`gettext "%s for %s? [yes no] "`
42 printf "$PROMPT" "$1" "$2"
/illumos-gate/usr/src/lib/libadm/common/
H A Dckrange.c42 #define PROMPT "Enter a base %d integer between %ld and %ld" macro
110 (void) sprintf(defpmpt, PROMPT, base, lower, upper); in ckrange()
H A Dckgid.c42 #define PROMPT "Enter the name of an existing group" macro
155 prompt = PROMPT; in ckgid()
H A Dckuid.c42 #define PROMPT "Enter the login name of an existing user" macro
155 prompt = PROMPT; in ckuid()
H A Dckdate.c42 #define PROMPT "Enter the date" macro
419 prompt = PROMPT; in ckdate()
H A Dckitem.c56 #define PROMPT "Enter selection" macro
156 prompt = PROMPT; in ckitem()
H A Dcktime.c46 #define PROMPT "Enter the time of day" macro
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l59 ;{WS}*:{WS}*prompt{WS}* { return PROMPT; }
60 ^{WS}*:{WS}*prompt{WS}* { return PROMPT; }
H A Dfsdb_yacc.y81 %token INODE LS OVERRIDE PROMPT PWD QUIT TAG BANG
430 nprompt : PROMPT '=' WORD
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c114 static int PROMPT = -1; variable
203 if ((PROMPT = open("/dev/tty", O_RDONLY)) == -1) { in main()
762 if (PROMPT == -1) { in echoargs()
769 for (i = 0; i < LINE_MAX && read(PROMPT, &reply[i], 1) > 0; i++) { in echoargs()
785 while ((read(PROMPT, &bitbucket, 1) > 0) && (bitbucket != '\n')) in echoargs()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglibmsgs.h133 #define PROMPT "Select package(s) you wish to process (or 'all' to " \ macro
H A Dgpkglist.c163 pkg_gt(HELP), pkg_gt(PROMPT)); in gpkglist()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h199 #define PROMPT 13 macro
H A Dcmds.c367 } while ((rc&0177) != character(value(PROMPT))); in transmit()
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c78 #define PROMPT '%' macro
652 (void) putc(PROMPT, stdout); in cmdin()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c68 #define PROMPT() (void) putc('\7', stderr) /* BEL */ macro
655 PROMPT(); /* prompt with bell and pause */ in print()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c220 static char PROMPT[PROMPTSIZE]; variable
395 prompt = &PROMPT[0]; in main()
445 (void) strncpy(PROMPT, optval, in main()