Searched defs:PROMPT (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | ckgid.c | 43 #define PROMPT "Enter the name of an existing group" macro 156 prompt = PROMPT;
|
H A D | ckrange.c | 43 #define PROMPT "Enter a base %d integer between %ld and %ld" macro 111 (void) sprintf(defpmpt, PROMPT, base, lower, upper);
|
H A D | ckuid.c | 43 #define PROMPT "Enter the login name of an existing user" macro 156 prompt = PROMPT;
|
H A D | ckitem.c | 56 #define PROMPT "Enter selection" macro 156 prompt = PROMPT;
|
H A D | cktime.c | 46 #define PROMPT "Enter the time of day" macro
|
H A D | ckdate.c | 42 #define PROMPT "Enter the date" macro 423 prompt = PROMPT;
|
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 80 #define PROMPT '%' macro 654 (void) putc(PROMPT, stdout);
|
/illumos-gate/usr/src/cmd/xargs/ |
H A D | xargs.c | 111 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 D | tip.h | 209 #define PROMPT 13 macro
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 57 #define PROMPT "boot> " macro 823 printf(PROMPT);
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 70 #define PROMPT() (void) putc('\7', stderr) /* BEL */ macro 657 PROMPT(); /* prompt with bell and pause */
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkglibmsgs.h | 249 #define PROMPT "Select package(s) you wish to process (or 'all' to " \ macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 230 static char PROMPT[PROMPTSIZE]; variable 405 prompt = &PROMPT[0]; 455 (void) strncpy(PROMPT, optval,
|
Completed in 69 milliseconds