Searched refs:echo (Results 1 - 25 of 74) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A D_echo.c49 echo(void) function
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DMakefile.PL44 echo '#This is a dummy file so CPAN will find a VERSION' > $TARG
45 echo 'package Errno;' >> $TARG
46 echo '\$\$VERSION = "\$(VERSION)";' >>$TARG
47 echo '#This is to make sure require will return an error' >>$TARG
48 echo '0;' >>$TARG
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnoecho.c50 echo(void) function
/opensolaris-onvv-gate/usr/src/cmd/tip/aculib/
H A Dbiz31.c21 static void echo(char *);
47 echo("#\rk$\r$\n"); /* disable auto-answer */
48 echo("$>$.$ #\r"); /* tone/pulse dialing */
49 echo(mod);
50 echo("$\r$\n");
51 echo("$>$.$ #\re$ "); /* disconnection sequence */
52 echo(DISCONNECT_CMD);
53 echo("\r$\n$\r$\n");
54 echo("$>$.$ #\rr$ "); /* repeat dial */
55 echo(nu
116 echo(char *s) function
[all...]
H A Dventel.c16 * Define VENNOECHO if the Ventel is strapped for "no echo".
24 static void echo(char *);
58 echo("#k$\r$\n$D$I$A$L$:$ ");
63 echo("\r$\n");
65 echo("k$\r$\n$D$I$A$L$:$ <");
73 echo(">\r$\n");
106 echo(char *s) function
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnoecho.c47 echo() function
50 __m_trace("echo(void)");
55 return __m_return_code("echo", OK);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dpresvr4.c91 echo(gettext("*** Removing Pre-SVR4 Package ***"));
99 echo(gettext(MSG_DEVICE));
145 echo(gettext("## Executing package UNINSTALL script"));
151 echo(gettext("\nPre-SVR4 package reported failed removal.\n"));
153 echo(gettext(INFO_P4RMOK));
H A Dquit.c279 echo(MSG_1_PKG_NOT_PROCESSED);
281 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs);
H A Dmain.c267 z_set_output_functions(echo, echoDebug, progerr);
514 /* set "debug echo" flag according to setting of "-O debug" option */
894 echo(INFO_SPOOLED);
900 echo(INFO_INSTALL);
903 echo(fmt1, pinfo->pkginst, pinfo->name);
946 echo(INFO_RMSPOOL, pkginst);
963 echo(MSG_DOREMOVE_INTERRUPTED_B4_Z, pkginst);
986 echo(MSG_REMOVE_PKG_FROM_ZONE, pkginst, zoneName);
1028 echo(MSG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName);
1036 echo(MSG_BOOTING_ZON
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dpresvr4.c89 echo(MSG_INSTALLING_PSVR4);
134 echo(MSG_EXE_INSTALL_SCRIPT);
139 echo(retcode ? MSG_FAIL : gettext(MSG_SUCCEED));
H A Dquit.c348 echo(MSG_1_PKG_NOT_PROCESSED);
350 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dsortmap.c68 echo(gettext("## Processing package information."));
70 echo(gettext("## Processing package information in zone <%s>."),
107 echo(gettext("## Processing system information."));
109 echo(gettext("## Processing system information in zone <%s>."),
H A Dcheck.c421 echo(gettext(MSG_CKDEPEND_GZ));
423 echo(gettext(MSG_CKDEPEND_LZ), zoneName);
494 echo(gettext(MSG_CKSPACE_GZ));
496 echo(gettext(MSG_CKSPACE_LZ), zoneName);
685 echo(gettext(MSG_CKCONFL_GZ));
687 echo(gettext(MSG_CKCONFL_LZ), zoneName);
731 echo(gettext(MSG_CONTDISP));
753 echo(gettext(MSG_CONTDISP));
844 echo(gettext(MSG_CKUID_GZ));
846 echo(gettex
[all...]
H A Dinstvol.c208 echo(MSG_INS_N_N, part, nparts);
210 echo(MSG_INS_N_N_LZ, part, nparts,
458 echo(MSG_IS_PRESENT, dstp);
460 echo(WRN_INSTVOL_NONE, dstp);
469 echo(WRN_INSTVOL_NOVERIFY,
476 /* echo output destination name */
478 echo("%s", dstp);
769 echo(MSG_DBUPD_N_N, part, nparts);
771 echo(MSG_DBUPD_N_N_LZ, part, nparts, a_zoneName);
776 echo(MSG_INST_N_
[all...]
H A Dmain.c309 z_set_output_functions(echo, echoDebug, progerr);
824 /* set "debug echo" flag according to setting of "-O debug" option */
963 * indicate that the check is beginning. Also turn echo() output
1238 echo("\n%s(%s) %s", pkgname, pkgarch, pkgvers);
1664 echo(MSG_PKGINSTALL_EXECOC_GZ);
1667 echo(MSG_PKGINSTALL_EXECOC_LZ, zoneName);
1677 echo(WRN_CHKINSTALL);
1731 echo(MSG_BASE_USED, get_basedir());
1841 echo(MSG_INST_MANY, n);
1843 echo(MSG_INST_ON
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dcmdarg.h39 #define CMD_NEWLINE (1<<5) /* echo separator is newline */
57 int echo; /* just an echo */ member in struct:__anon2856
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c204 z_set_output_functions(echo, echoDebug, progerr);
592 * indicate that the check is beginning. Also turn echo() output
614 echo(MSG_PREREMOVE_REMINST, pkginst);
622 echo(ERR_UNSUCC);
941 echo(MSG_PKGREMOVE_PROCPKG_GZ);
944 echo(MSG_PKGREMOVE_PROCPKG_LZ, zoneName);
980 echo(MSG_PKGREMOVE_EXEPOC_GZ);
983 echo(MSG_PKGREMOVE_EXEPOC_LZ, zoneName);
1068 echo(MSG_PKGREMOVE_EXEPIC_GZ);
1071 echo(MSG_PKGREMOVE_EXEPIC_L
[all...]
H A Dcheck.c188 echo(MSG_CHECKREMOVE_PKG_IN_GZ, pkginst);
190 echo(MSG_CHECKREMOVE_PKG_IN_ZONE, pkginst, zoneName);
205 echo(msgtext);
242 echo(msgtext);
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dcmdarg.c44 static const char* echo[] = { "echo", 0 }; variable
116 argv = (char**)echo;
117 cmd->echo = 1;
119 else if (streq(argv[0], echo[0]))
121 cmd->echo = 1;
265 if (cmd->echo)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_dup.t43 # Since some systems don't have echo, we use Perl.
44 $echo = qq{$^X -le "print q(ok %d)"};
46 $cmd = sprintf $echo, 4;
49 $cmd = sprintf "$echo 1>&2", 5;
50 $cmd = sprintf $echo, 5 if $^O eq 'MacOS';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Ddup.t27 # Since some systems don't have echo, we use Perl.
28 $echo = qq{$^X -le "print q(ok %d)"};
30 $cmd = sprintf $echo, 4;
33 $cmd = sprintf "$echo 1>&2", 5;
34 $cmd = sprintf $echo, 5 if $^O eq 'MacOS'; # don't know if we can do this ...
43 system sprintf $echo, 6;
45 system sprintf $echo, 7;
48 system sprintf "$echo 1>&2", 7;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DMakefile.PL75 test -f $file && echo $file && break; \
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Decho.c41 echo(int argc, unsigned char **argv) function
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Decho.c63 * Name: echo
77 echo(char *fmt, ...) function
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ui/
H A Dui_openssl.c308 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
406 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) argument
422 if (!echo && !noecho_console(ui))
428 if (!echo)
455 if (!echo) fprintf(tty_out,"\n");
456 if (ps >= 2 && !echo && !echo_console(ui))

Completed in 256 milliseconds

123