/titanic_41/usr/src/cmd/krb5/kadmin/cli/ |
H A D | k5srvutil.sh | 43 PROMPT=`gettext "%s for %s? [yes no] "` 46 printf "$PROMPT" "$1" "$2"
|
/titanic_41/usr/src/lib/libadm/common/ |
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); in ckrange()
|
H A D | ckgid.c | 43 #define PROMPT "Enter the name of an existing group" macro 156 prompt = PROMPT; in ckgid()
|
H A D | ckuid.c | 43 #define PROMPT "Enter the login name of an existing user" macro 156 prompt = PROMPT; in ckuid()
|
H A D | ckdate.c | 42 #define PROMPT "Enter the date" macro 423 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
|
/titanic_41/usr/src/cmd/xargs/ |
H A D | xargs.c | 111 static int PROMPT = -1; variable 190 if ((PROMPT = open("/dev/tty", O_RDONLY)) == -1) { in main() 714 if (PROMPT == -1) { in echoargs() 721 for (i = 0; i < LINE_MAX && read(PROMPT, &reply[i], 1) > 0; i++) { in echoargs() 734 while ((read(PROMPT, &bitbucket, 1) > 0) && (bitbucket != '\n')) in echoargs()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 61 ;{WS}*:{WS}*prompt{WS}* { return PROMPT; } 62 ^{WS}*:{WS}*prompt{WS}* { return PROMPT; }
|
H A D | fsdb_yacc.y | 83 %token INODE LS OVERRIDE PROMPT PWD QUIT TAG BANG 432 nprompt : PROMPT '=' WORD
|
/titanic_41/usr/src/cmd/avs/dscfg/ |
H A D | dscfgadm.sh | 788 PROMPT=0 790 PROMPT=1 796 if [ $VALID_CLUSTER_DB = 0 ] || [ $PROMPT = 0 ]; then
|
/titanic_41/usr/src/cmd/tip/ |
H A D | tip.h | 209 #define PROMPT 13 macro
|
H A D | cmds.c | 357 } while ((rc&0177) != character(value(PROMPT))); in transmit()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkglibmsgs.h | 249 #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()
|
/titanic_41/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 80 #define PROMPT '%' macro 654 (void) putc(PROMPT, stdout); in cmdin()
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 57 #define PROMPT "boot> " macro 823 printf(PROMPT); in cli_interpret()
|
/titanic_41/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 */ in print()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 230 static char PROMPT[PROMPTSIZE]; variable 405 prompt = &PROMPT[0]; in main() 455 (void) strncpy(PROMPT, optval, in main()
|