Searched refs:PROMPT (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | k5srvutil.sh | 39 PROMPT=`gettext "%s for %s? [yes no] "` 42 printf "$PROMPT" "$1" "$2"
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | ckrange.c | 42 #define PROMPT "Enter a base %d integer between %ld and %ld" macro 110 (void) sprintf(defpmpt, PROMPT, base, lower, upper); in ckrange()
|
H A D | ckgid.c | 42 #define PROMPT "Enter the name of an existing group" macro 155 prompt = PROMPT; in ckgid()
|
H A D | ckuid.c | 42 #define PROMPT "Enter the login name of an existing user" macro 155 prompt = PROMPT; in ckuid()
|
H A D | ckdate.c | 42 #define PROMPT "Enter the date" macro 419 prompt = PROMPT; in ckdate()
|
H A D | ckitem.c | 56 #define PROMPT "Enter selection" macro 156 prompt = PROMPT; in ckitem()
|
H A D | cktime.c | 46 #define PROMPT "Enter the time of day" macro
|
/illumos-gate/usr/src/cmd/xargs/ |
H A D | xargs.c | 114 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/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 59 ;{WS}*:{WS}*prompt{WS}* { return PROMPT; } 60 ^{WS}*:{WS}*prompt{WS}* { return PROMPT; }
|
H A D | fsdb_yacc.y | 81 %token INODE LS OVERRIDE PROMPT PWD QUIT TAG BANG 430 nprompt : PROMPT '=' WORD
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkglibmsgs.h | 133 #define PROMPT "Select package(s) you wish to process (or 'all' to " \ macro
|
H A D | gpkglist.c | 163 pkg_gt(HELP), pkg_gt(PROMPT)); in gpkglist()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.h | 199 #define PROMPT 13 macro
|
H A D | cmds.c | 367 } while ((rc&0177) != character(value(PROMPT))); in transmit()
|
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 78 #define PROMPT '%' macro 652 (void) putc(PROMPT, stdout); in cmdin()
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 68 #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 D | fsdb.c | 220 static char PROMPT[PROMPTSIZE]; variable 395 prompt = &PROMPT[0]; in main() 445 (void) strncpy(PROMPT, optval, in main()
|