Searched defs:PROMPT (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dckgid.c43 #define PROMPT "Enter the name of an existing group" macro
156 prompt = PROMPT;
H A Dckrange.c43 #define PROMPT "Enter a base %d integer between %ld and %ld" macro
111 (void) sprintf(defpmpt, PROMPT, base, lower, upper);
H A Dckuid.c43 #define PROMPT "Enter the login name of an existing user" macro
156 prompt = PROMPT;
H A Dckitem.c56 #define PROMPT "Enter selection" macro
156 prompt = PROMPT;
H A Dcktime.c46 #define PROMPT "Enter the time of day" macro
H A Dckdate.c42 #define PROMPT "Enter the date" macro
423 prompt = PROMPT;
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c80 #define PROMPT '%' macro
654 (void) putc(PROMPT, stdout);
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c111 static int PROMPT = -1; variable
190 if ((PROMPT = open("/dev/tty", O_RDONLY)) == -1) {
714 if (PROMPT == -1) {
721 for (i = 0; i < LINE_MAX && read(PROMPT, &reply[i], 1) > 0; i++) {
734 while ((read(PROMPT, &bitbucket, 1) > 0) && (bitbucket != '\n'))
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h209 #define PROMPT 13 macro
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c57 #define PROMPT "boot> " macro
823 printf(PROMPT);
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c70 #define PROMPT() (void) putc('\7', stderr) /* BEL */ macro
657 PROMPT(); /* prompt with bell and pause */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglibmsgs.h249 #define PROMPT "Select package(s) you wish to process (or 'all' to " \ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c230 static char PROMPT[PROMPTSIZE]; variable
405 prompt = &PROMPT[0];
455 (void) strncpy(PROMPT, optval,

Completed in 92 milliseconds