Searched refs:echo (Results 126 - 150 of 514) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dauthenc.c76 telnet_gets(char *prompt, char *result, int length, int echo) argument
/macosx-10.9.5/dcerpc-58/dcerpc/
H A Dinclude.mk29 # echo $(RM) $(RMFLAGS) $@
30 # echo $(SED) -e '/^\$$/d;/^$$/d;s/^[^ ]* /"/;s/$$/",/;' $< > $@
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dcmdarg.h39 #define CMD_NEWLINE (1<<5) /* echo separator is newline */
57 int echo; /* just an echo */ member in struct:__anon9278
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtestscanw.c47 echo();
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dauthenc.c82 telnet_gets(const char *prompt __unused, char *result __unused, int length __unused, int echo __unused)
/macosx-10.9.5/ruby-104/ruby/bcc32/
H A Dsetup.mak18 APPEND = echo.>>$(MAKEFILE)
36 @echo Creating $(MAKEFILE)
51 @for %I in (ruby.exe) do @echo BASERUBY = "%~$$PATH:I" >> $(MAKEFILE)
69 @echo OS = >>$(MAKEFILE)
88 echo OS = bccwin32 >> $(MAKEFILE)
90 echo OS = bccwin32_$$(OS) >> $(MAKEFILE)
93 @echo RT = $$(OS) >> $(MAKEFILE)
179 @echo type "`$(MAKE)'" to make ruby for $(OS).
/macosx-10.9.5/gnudiff-19/diffutils/ms/
H A Dconfig.bat1 @echo off
3 echo Configuring GNU Diffutils for DJGPP v2.x...
86 echo %1 | grep -q "/"
95 echo %_ARGS% | grep -q "[^ ]"
103 echo --srcdir=%XSRC% > arguments
104 if "%CACHE%" == "enabled" echo --config-cache >> arguments
105 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> arguments
106 if "%DEPENDENCY_TRACKING%" == "disabled" echo --disable-dependency-tracking >> arguments
107 if not "%ARGS%" == "" echo %ARGS% >> arguments
121 echo Updatin
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dman.mk23 PAGES=`cd $(srcdir); echo *.$(MANSECT)`; \
41 PAGES=`cd $(srcdir); echo *.$(MANSECT)`; \
43 echo "installing $$page in $(DESTDIR)$(MANDIR)"; \
48 echo "installing $$link in $(DESTDIR)$(MANDIR) as link to $$page"; \
/macosx-10.9.5/WebKit-7537.78.2/WebKit.vcxproj/Interfaces/
H A DInterfacesPreBuild.cmd6 echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
/macosx-10.9.5/WebKit-7537.78.2/WebKit.vcxproj/WebKit/
H A DWebKitPreBuild.cmd6 echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"
/macosx-10.9.5/WebKit-7537.78.2/WebKit.vcxproj/WebKitExportGenerator/
H A DWebKitExportGeneratorBuildCmd.cmd7 echo Generating export definitions
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dauthenc.c92 telnet_gets(const char *prom, char *result, int length, int echo) argument
99 if (echo) {
/macosx-10.9.5/ruby-104/ruby/win32/
H A Drm.bat1 @echo off
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/testsuite/config/
H A Ddefault.exp36 catch {exec echo "puts \[exp_version\]\n" | $EXPECT} version
/macosx-10.9.5/libiconv-41/libiconv/libcharset/djgpp/
H A Dconfig.bat1 @echo off
2 echo Configuring GNU libcharset for DJGPP v2.x...
108 echo %1 | grep -q "/"
116 echo %_ARGS% | grep -q "###"
124 echo --srcdir=%XSRC% > arguments
125 if "%CACHING%" == "enabled" echo --cache-file=%XSRC%/djgpp/config.cache >> arguments
126 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> arguments
127 if "%DEPENDENCY_TRACKING%" == "disabled" echo --disable-dependency-tracking >> arguments
128 if "%LIBICONV_PREFIX%" == "enabled" echo --with-libiconv-prefix >> arguments
129 if "%LIBICONV_PREFIX%" == "disabled" echo
[all...]
/macosx-10.9.5/CPANInternal-140/File-NFSLock/
H A DFile-NFSLock.spec.PL62 %define perlver %(rpm -q perl --queryformat '%%{version}' 2> /dev/null || echo %{defperlver})
65 %define __find_provides %( echo -n /usr/lib/rpm/find-provides && [ -x /usr/lib/rpm/find-provides.perl ] && echo .perl )
66 %define __find_requires %( echo -n /usr/lib/rpm/find-requires && [ -x /usr/lib/rpm/find-requires.perl ] && echo .perl )
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/
H A DFile-NFSLock.spec.PL62 %define perlver %(rpm -q perl --queryformat '%%{version}' 2> /dev/null || echo %{defperlver})
65 %define __find_provides %( echo -n /usr/lib/rpm/find-provides && [ -x /usr/lib/rpm/find-provides.perl ] && echo .perl )
66 %define __find_requires %( echo -n /usr/lib/rpm/find-requires && [ -x /usr/lib/rpm/find-requires.perl ] && echo .perl )
/macosx-10.9.5/vim-53/runtime/indent/
H A Dverilog.vim80 echo vverb_str "De-indent after a multiple-line comment."
91 if vverb | echo vverb_str "Indent after a block statement." | endif
99 echo vverb_str "Indent after function/task block statement."
107 echo vverb_str "Indent after module statement."
113 echo vverb_str "Indent after a multiple-line module statement."
123 if vverb | echo vverb_str "Indent after begin statement." | endif
137 echo vverb_str "De-indent after the end of one-line statement."
147 if vverb | echo vverb_str "Indent after an open statement." | endif
159 if vverb | echo vverb_str "De-indent after a close statement." | endif
165 echo vverb_st
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
H A Dltmain.sh27 # Check that we have a working $echo.
31 elif test "X$1" = X--fallback-echo; then
34 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
35 # Yippee, $echo works!
38 # Restart under the correct shell, and then maybe $echo will work.
42 if test "X$1" = X--fallback-echo; then
43 # used as fallback echo
52 progname=`$echo "$0" | sed 's%^.*/%%'`
88 echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2
89 echo "Fata
[all...]
/macosx-10.9.5/bind9-45.100/bind9/win32utils/
H A DBuildSetup.bat0 echo off
44 echo Copying the ARM and the Installation Notes.
56 echo Copying the standalone manual pages.
72 echo Copying the migration notes.
91 echo Copying Visual C x86 Redistributable Installer
101 echo "**** %FrameworkSDKDir%\%vcredist% not found ****"
104 echo "**** Warning FrameworkSDKDir not defined ****"
105 echo "**** Run vsvars32.bat ****"
108 echo Running Message Compiler
/macosx-10.9.5/groff-38/groff/arch/djgpp/
H A Dt-groff.bat1 @echo off
7 echo this batch file must be run with the build directory as the current directory
12 echo this batch file must be run with the build directory as the current directory
22 echo I will use this command to format a document and print it on the screen:
29 echo I will use this command to format a document and print it on PS printer:
36 echo I will use this command to format a document and print it on LJ4 printer:
43 echo I will use this command to format a document into a DVI format:
48 echo I will use this command to format a document into HTML format:
53 echo I will use this command to format a document and print it on an LBP printer:
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dltmain.sh27 # Check that we have a working $echo.
31 elif test "X$1" = X--fallback-echo; then
34 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
35 # Yippee, $echo works!
38 # Restart under the correct shell, and then maybe $echo will work.
42 if test "X$1" = X--fallback-echo; then
43 # used as fallback echo
52 progname=`$echo "$0" | sed 's%^.*/%%'`
88 echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2
89 echo "Fata
[all...]
/macosx-10.9.5/awk-18/src/
H A Dvcvars32.bat1 @echo off
23 echo Setting environment for using Microsoft Visual C++ tools.
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dftime-nostartup.bat1 @echo off
2 if (%1)==() echo Usage: %0 tracefile
H A Dftime.bat1 @echo off
2 if (%1)==() echo Usage: %0 tracefile

Completed in 229 milliseconds

1234567891011>>