Searched refs:echo (Results 76 - 100 of 170) sorted by relevance

1234567

/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk64 @(${${.TARGET}.DIRS:O:u:@d@echo '$d type=dir uid=${UID:${M_DIR_ATTR}} gid=${GID:${M_DIR_ATTR}} mode=${MODE:${M_DIR_ATTR}} ${FLAGS:${M_DIR_ATTR}}';@} \
65 ${${.TARGET}.DIRS:O:u:@d@${${.TARGET}.SRCS.$d:O:u:@f@echo '${s::=${STORE.$d/${f:T}:U$d/${f:T}}}$s contents="$f" type=file uid=${UID:${M_FILE_ATTR}} gid=${GID:${M_FILE_ATTR}} mode=${MODE:${M_FILE_ATTR}} ${FLAGS:${M_FILE_ATTR}}';@}@} \
66 set ${${.TARGET}.SYMLINKS}; while test $$# -ge 2; do echo "$$2 type=link link=$$1"; shift 2; done) > ${.TARGET}
H A Dlinks.mk18 ECHO?= echo
H A Dsys.vars.mk57 M_type = @x@(${_type_sh:Utype} $$x) 2> /dev/null; echo;@:sh:[0]:N* found*:[@]:C,[()],,g
67 M_tA = C,.*,('cd' & \&\& 'pwd') 2> /dev/null || echo &,:sh
H A Dmeta.autodep.mk66 @echo UPDATE_DEPENDFILE=NO > ${.TARGET}
168 @echo "Updating $@: ${.OODATE:T:[1..8]}"
176 echo $$t $$d; \
263 @echo Checking $@: ${.OODATE:T:[1..8]}
300 @echo "${TIME_STAMP} Finished ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
304 @echo "${TIME_STAMP} Failed ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
H A Dmeta.stage.mk32 @echo '${_dirdep}' > $@
81 echo "${STAGE_CONFLICT}: $$t installed by `cat $$t.dirdep` not ${_dirdep}" >&2; \
93 [ -s .dirdep ] || echo '${_dirdep}' > .dirdep; \
105 [ -s .dirdep ] || echo '${_dirdep}' > .dirdep; \
120 [ -s .dirdep ] || echo '${_dirdep}' > .dirdep; \
356 echo "Removing stale staged files..."; \
H A Dauto.obj.mk16 ECHO_TRACE ?= echo
57 __objdir_made != echo ${__objdir}/; umask ${OBJDIR_UMASK:U002}; \
H A Drst2htm.mk20 TXTSRCS != 'ls' -1t ${.CURDIR}/*.txt ${.CURDIR}/*.rst 2>/dev/null; echo
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c315 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
413 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) argument
429 if (!echo && !noecho_console(ui))
435 if (!echo) {
460 if (!echo)
462 if (ps >= 2 && !echo && !echo_console(ui))
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk17 ECHO_TRACE ?= echo
54 __objdir_made != echo ${__objdir}/; umask ${OBJDIR_UMASK:U002}; \
H A Dmeta.stage.mk31 @echo '${_dirdep}' > $@
80 echo "${STAGE_CONFLICT}: $$t installed by `cat $$t.dirdep` not ${_dirdep}" >&2; \
92 [ -s .dirdep ] || echo '${_dirdep}' > .dirdep; \
104 [ -s .dirdep ] || echo '${_dirdep}' > .dirdep; \
119 [ -s .dirdep ] || echo '${_dirdep}' > .dirdep; \
290 echo "Removing stale staged files..."; \
H A Dmeta.autodep.mk67 @echo UPDATE_DEPENDFILE=NO > ${.TARGET}
169 @echo "Updating $@: ${.OODATE:T:[1..8]}"
177 echo $$t $$d; \
264 @echo Checking $@: ${.OODATE:T:[1..8]}
301 @echo "${TIME_STAMP} Finished ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
305 @echo "${TIME_STAMP} Failed ${RELDIR}.${TARGET_SPEC} seconds=$$(( ${now_utc} - ${start_utc} )) ${meta_stats}"
H A Dbsd.linker.mk52 _ld_version!= (${${ld}} --version || echo none) | sed -n 1p
67 ${X_}LINKER_VERSION!= echo "${_v:M[1-9]*.[0-9]*}" | \
H A Dbsd.prog.mk186 echo ${PROG_FULL}: ${DPADD} >> ${DEPENDFILE}
189 echo ${PROG_FULL}: ${LIBC} ${DPADD} >> ${DEPENDFILE}
192 echo ${PROG_FULL}: ${LIBCPLUSPLUS} >> ${DEPENDFILE}
194 echo ${PROG_FULL}: ${LIBSTDCPLUSPLUS} >> ${DEPENDFILE}
H A Dlocal.sys.env.mk28 M_type = @x@(type $$x 2> /dev/null); echo;@:sh:[0]:N* found*:[@]:C,[()],,g
/freebsd-11-stable/usr.sbin/ppp/
H A Dlcp.h103 unsigned echo : 1; /* Send echo Requests */ member in struct:lcp::__anon8871
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk32 @echo '$${VAR} = "${VAR}"'
33 @echo 'aXbXc' | sed -e 's/X/\
46 @echo '${VAR:r=R}, ${VAR:foo=}, ${VAR:not_there=wrong}, ${VAR:=add}'
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c61 svn_boolean_t noecho; /* terminal echo was turned off */
132 /* Child pool cleanup for a terminal -- does not restore echo state. */
154 terminal echo. Use POOL for all allocations.*/
217 attr.c_lflag &= ~(ECHO); /* Turn off echo */
227 /* Register pool cleanup to close handles and restore echo state. */
304 const svn_boolean_t echo = !terminal->noecho;
319 if (echo)
326 if (echo)
332 if (echo)
365 _putch(echo
302 const svn_boolean_t echo = !terminal->noecho; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-hooks.c80 echo ();
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h82 char *telnet_gets (char *prompt, char *result, int length, int echo);
169 echotoggle, /* last time user entered echo character */
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c110 static void echo(char);
395 * command character, then we echo locally. Otherwise,
396 * characters are echo'd remotely. If the command character
397 * is doubled, this acts as a force and local echo is
409 echo(c);
415 echo(c);
436 echo(char c) function
/freebsd-11-stable/contrib/ncurses/
H A Dconvert_configure.pl72 emxload -m 30 uniq.exe basename.exe sort.exe awk.exe echo.exe
84 $varname="`echo -E \\"\$$varname\\" | tr \\\\\\\\\\\\\\\\ / `"
92 # ac_dir="`echo -E \"$ac_dir\" | tr \\\\\\\\ / `"
/freebsd-11-stable/contrib/gdb/
H A Dltcf-cxx.sh55 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
65 if { ac_try='${CC-c++} -E conftest.$ac_ext'; { (eval echo \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
288 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
316 archive_cmds='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
327 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
329 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
346 archive_cmds='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
347 archive_expsym_cmds='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
357 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
383 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo
[all...]
/freebsd-11-stable/usr.bin/xargs/
H A Dxargs.c86 static char echo[] = _PATH_ECHO; variable
246 cnt = strlen(*bxp++ = echo);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.h162 u16 echo,
331 * @param echo - echo value from cookie (used for determining completion)
337 __le16 echo,
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c60 * Added -e "echo" switch & ECHO keyword
112 static int echo; variable
209 ++echo;
894 echo = (strcmp(s, "ON") == 0);
1208 if (echo)

Completed in 293 milliseconds

1234567