| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | _echo.c | 49 echo(void) function
|
| /illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | noecho.c | 50 echo(void) function
|
| /illumos-gate/usr/src/cmd/tip/aculib/ |
| H A D | biz31.c | 21 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 D | ventel.c | 16 * 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 D | noecho.c | 47 echo() function 50 __m_trace("echo(void)"); 55 return __m_return_code("echo", OK);
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
| H A D | sortmap.c | 68 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 D | check.c | 421 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 D | instvol.c | 208 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 D | main.c | 295 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 D | cmdarg.h | 39 #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 D | main.c | 196 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 D | check.c | 163 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 D | Makefile.inc | 35 echo "$$x bytes available"; test $$x -ge 0
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkgrm/ |
| H A D | quit.c | 261 echo(MSG_1_PKG_NOT_PROCESSED); 263 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs);
|
| H A D | main.c | 263 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 D | cmdarg.c | 44 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 D | quit.c | 330 echo(MSG_1_PKG_NOT_PROCESSED); 332 echo(MSG_N_PKGS_NOT_PROCESSED, npkgs);
|
| H A D | main.c | 333 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 D | echo.c | 41 echo(int argc, unsigned char **argv) function
|
| /illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | echo.c | 63 * Name: echo 77 echo(char *fmt, ...) function
|
| /illumos-gate/usr/src/lib/libsqlite/ |
| H A D | main.mk | 213 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 D | getvol.c | 459 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 D | lm_sp.c | 1072 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 D | edit.c | 265 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 D | chat.c | 70 * Added -e "echo" switch & ECHO keyword 174 int echo = 0; variable 290 ++echo; 1037 echo = (strcmp(s, "ON") == 0); 1390 if (echo)
|