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

123

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_echo.c49 echo(void) function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnoecho.c50 echo(void) function
/illumos-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
/illumos-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);
/illumos-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.c295 z_set_output_functions(echo, echoDebug, progerr);
787 /* set "debug echo" flag according to setting of "-O debug" option */
926 * indicate that the check is beginning. Also turn echo() output
1201 echo("\n%s(%s) %s", pkgname, pkgarch, pkgvers);
1594 echo(MSG_PKGINSTALL_EXECOC_GZ);
1597 echo(MSG_PKGINSTALL_EXECOC_LZ, zoneName);
1607 echo(WRN_CHKINSTALL);
1661 echo(MSG_BASE_USED, get_basedir());
1771 echo(MSG_INST_MANY, n);
1773 echo(MSG_INST_ON
[all...]
/illumos-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:__anon2623
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c196 z_set_output_functions(echo, echoDebug, progerr);
584 * indicate that the check is beginning. Also turn echo() output
606 echo(MSG_PREREMOVE_REMINST, pkginst);
614 echo(ERR_UNSUCC);
905 echo(MSG_PKGREMOVE_PROCPKG_GZ);
908 echo(MSG_PKGREMOVE_PROCPKG_LZ, zoneName);
944 echo(MSG_PKGREMOVE_EXEPOC_GZ);
947 echo(MSG_PKGREMOVE_EXEPOC_LZ, zoneName);
1032 echo(MSG_PKGREMOVE_EXEPIC_GZ);
1035 echo(MSG_PKGREMOVE_EXEPIC_L
[all...]
H A Dcheck.c163 echo(MSG_CHECKREMOVE_PKG_IN_GZ, pkginst);
165 echo(MSG_CHECKREMOVE_PKG_IN_ZONE, pkginst, zoneName);
172 echo(msgtext);
/illumos-gate/usr/src/boot/sys/boot/arm/at91/
H A DMakefile.inc35 echo "$$x bytes available"; test $$x -ge 0
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dquit.c261 echo(MSG_1_PKG_NOT_PROCESSED);
263 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs);
H A Dmain.c263 z_set_output_functions(echo, echoDebug, progerr);
510 /* set "debug echo" flag according to setting of "-O debug" option */
890 echo(INFO_SPOOLED);
896 echo(INFO_INSTALL);
899 echo(fmt1, pinfo->pkginst, pinfo->name);
937 echo(INFO_RMSPOOL, pkginst);
954 echo(MSG_DOREMOVE_INTERRUPTED_B4_Z, pkginst);
977 echo(MSG_REMOVE_PKG_FROM_ZONE, pkginst, zoneName);
1019 echo(MSG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName);
1027 echo(MSG_BOOTING_ZON
[all...]
/illumos-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)
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dquit.c330 echo(MSG_1_PKG_NOT_PROCESSED);
332 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs);
H A Dmain.c333 z_set_output_functions(echo, echoDebug, progerr);
860 /* set "debug echo" flag according to setting of "-O debug" option */
1902 echo(MSG_BYPASSING_ZONE, a_zoneName);
2793 echo(ERR_IN_GZ_AND_NOT_INSTALLED, a_pkgInst,
3006 echo(npkgs == 1 ? MSG_1MORE_PROC : MSG_MORE_PROC, npkgs);
3008 echo(npkgs == 1 ? MSG_1MORE_INST : MSG_MORE_INST, npkgs);
3307 /* echo operation to perform to stdout */
3309 echo(MSG_INSTALL_PKG_IN_ZONE, pkginst, a_zoneName);
3465 echo(MSG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName);
3472 echo(MSG_BOOTING_ZON
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Decho.c41 echo(int argc, unsigned char **argv) function
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Decho.c63 * Name: echo
77 echo(char *fmt, ...) function
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk213 echo '/* Automatically generated file. Do not edit */' >opcodes.c
214 echo 'char *sqliteOpcodeNames[] = { "???", ' >>opcodes.c
217 echo '};' >>opcodes.c
220 echo '/* Automatically generated file. Do not edit */' >opcodes.h
244 echo '#include <stdio.h>' >temp.c
245 echo 'int main(){printf(' >>temp.c
246 echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
247 echo 'exit(0);}' >>temp.c
250 echo >>config.h
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetvol.c459 doremovecmd(char *device, int echo) argument
467 if (echo)
472 if (echo)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c1072 data->echo = FUNC_UPDATE_RAMROD_SOURCE_ENCAP;
1408 data->echo = FUNC_UPDATE_RAMROD_SOURCE_L2MP;
1468 data->echo = FUNC_UPDATE_RAMROD_SOURCE_NIV;
1488 data.echo = command;
2159 ramrod_param.cid = chain_idx; // echo..
2842 u32_t cid = mm_le32_to_cpu(elem->message.data.eth_event.echo) & ECORE_SWCID_MASK;
2900 u32_t cid = GET_FLAGS( mm_le32_to_cpu(elem->message.data.eth_event.echo), ECORE_SWCID_MASK );
2901 u8_t type = mm_le32_to_cpu(elem->message.data.eth_event.echo) >> ECORE_SWCID_SHIFT;
3025 cid = mm_le32_to_cpu(elem->message.data.eth_event.echo) & ECORE_SWCID_MASK;
3067 cid = mm_le32_to_cpu(elem->message.data.eth_event.echo)
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c265 int echo = echomode; local
271 return(echo?-1:0);
273 return(echo?0:-1);
288 echo = 0;
291 if(!echo)
323 echo = 0;
337 if(echo)
462 /* switch VEOL2 and EOF, since EOF isn't echo'd by driver */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c70 * Added -e "echo" switch & ECHO keyword
174 int echo = 0; variable
290 ++echo;
1037 echo = (strcmp(s, "ON") == 0);
1390 if (echo)

Completed in 156 milliseconds

123