Searched refs:echo (Results 101 - 125 of 170) sorted by relevance

1234567

/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk141 _v!= ${${cc}:N${CCACHE_BIN}} --version || echo 0.0.0
159 ${X_}COMPILER_VERSION!=echo "${_v:M[1-9]*.[0-9]*}" | awk -F. '{print $$1 * 10000 + $$2 * 100 + $$3;}'
164 ${X_}COMPILER_FREEBSD_VERSION!= { echo "__FreeBSD_cc_version" | ${${cc}:N${CCACHE_BIN}} -E - 2>/dev/null || echo __FreeBSD_cc_version; } | sed -n '$$p'
H A Dlocal.gendirdeps.mk4 GENDIRDEPS_HEADER= echo '\# ${FreeBSD:L:@v@$$$v$$ @:M*F*}';
H A Dbsd.progs.mk53 @echo "Updating ${.TARGET}: ${.OODATE:T:[1..8]}"
54 @echo ${.MAKE.META.FILES} > ${.TARGET}
H A Dmeta.subdir.mk60 -name .svn -prune 2> /dev/null; echo
H A Dsys.mk189 ECHO ?= echo
190 ECHODIR ?= echo
194 ECHODIR ?= echo
463 quiet="set -" echo="set -v" filter="set -" \
H A Datf.test.mk74 echo '#! /usr/libexec/atf-sh' > ${.TARGET}.tmp
H A Dbsd.dep.mk329 @echo ${.CURDIR}
330 @echo "DPADD -> ${_LDADD_FROM_DPADD}"
331 @echo "LDADD -> ${_LDADD_CANONICALIZED}"
H A Dtap.test.mk68 echo '#! ${TAP_PERL_INTERPRETER}'; \
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk70 @echo "ERROR: Invalid: WARNINGS_SET=${ws}"
71 @echo "ERROR: Try one of: ${ALL_WARNINGS_SETS:O:u}"; exit 1
H A Dmeta.sys.mk101 echo "ERROR: log ${meta_error_log}" >&2; }; :
167 META_NOECHO= echo
H A Dauto.dep.mk62 echo ".-include \"$$f\""; \
H A Dcython.mk52 .if ${type ${CYTHON} 2> /dev/null || echo:L:sh:M/*} == ""
H A Djava.mk29 SRCS!=cd ${.CURDIR} && echo *.java
H A Dmeta.subdir.mk59 -name .svn -prune 2> /dev/null; echo
H A Dlib.mk14 SHLIB_MAJOR != . ${SHLIB_VERSION_FILE} ; echo $$major
15 SHLIB_MINOR != . ${SHLIB_VERSION_FILE} ; echo $$minor
16 SHLIB_TEENY != . ${SHLIB_VERSION_FILE} ; echo $$teeny
22 @echo ${SHLIB_${x:tu}}
40 META_NOECHO?= echo
261 SHLIB_AGE != . ${.CURDIR}/shlib_version ; echo $$age
/freebsd-11-stable/usr.bin/mail/
H A Dcmdtab.c98 { "echo", echo, M|RAWLIST, 0, 1000 },
H A Dextern.h107 int echo(char **);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h45 void SetEchoCommentCommands(bool echo);
/freebsd-11-stable/sys/conf/
H A Ddtb.mk55 @echo Generating ${.TARGET} from ${_dts}
H A Dkern.pre.mk203 MD_ROOT_SIZE_CONFIGURED!= grep MD_ROOT_SIZE opt_md.h || true ; echo
274 DDB_ENABLED!= grep DDB opt_ddb.h || true ; echo
275 DTR_ENABLED!= grep KDTRACE_FRAME opt_kdtrace.h || true ; echo
276 HWPMC_ENABLED!= grep HWPMC opt_hwpmc_hooks.h || true ; echo
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c142 static int echo; variable
211 echo = 0;
264 if (echo)
580 /* Dont echo cr's */
1780 echo = 0;
1794 echo++;
1797 echo--;
1873 otherwise echo them. */
2000 /* Then echo chars until PC= string seen */
/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak272 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
516 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
760 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
1004 echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"
1484 @echo off
1495 @echo off
1506 @echo off
1517 @echo off
1532 @echo off
1544 @echo of
[all...]
/freebsd-11-stable/contrib/bmake/
H A Djob.c272 FALSE, "echo \"%s\"\n", "%s\n", "{ %s \n} || exit $?\n", "'\n'", '#',
284 FALSE, "echo \"%s\"\n", "%s\n", "{ %s \n} || exit $?\n", "'\n'", '#',
298 FALSE, "echo \"%s\"\n", "%s\n", "{ %s \n} || exit $?\n", "'\n'", '#',
303 * CSH description. The csh can do echo control by playing
304 * with the setting of the 'echo' shell variable. Sadly,
310 FALSE, "echo \"%s\"\n", "csh -c \"%s || exit 0\"\n", "", "'\\\n'", '#',
719 Boolean shutUp = FALSE; /* true if we put a no echo command
786 * If the shell doesn't have error control the alternate echo'ing will
839 * errCheck template to echo the command. Leave echoing
1524 (commandShell->echo
[all...]
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c104 int echo(char *);
121 {"echo","Echo arguments on stdout","echo arg1 arg2 ...","echo Hello World!",echo},
161 * Built-in 'echo' handler
164 echo(char *args) function
256 printf("echo(): backquote not implemented yet!\n");
/freebsd-11-stable/contrib/gdb/
H A Dltconfig31 echo=echo
35 elif test "X$1" = X--fallback-echo; then
38 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
39 # Yippee, $echo works!
46 if test "X$1" = X--fallback-echo; then
47 # used as fallback echo
71 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
81 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
82 echo_testing_string=`($echo "
[all...]

Completed in 285 milliseconds

1234567