Home
last modified time | relevance | path

Searched refs:ECHO (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat1 @ECHO OFF
13 ECHO Building: %solution%
16 ECHO Platform=x86
18 ECHO Configuration=DynDebug
21 ECHO Configuration=DynRelease
24 ECHO Configuration=LtcgDebug
27 ECHO Configuration=LtcgRelease
38 ECHO Platform=x64
40 ECHO Configuration=DynDebug
46 ECHO Configuration=LtcgDebug
[all …]
H A Dbuildall.bat1 @ECHO OFF
4 ECHO.
6 ECHO.
8 ECHO.
10 ECHO.
12 ECHO.
/f-stack/freebsd/contrib/libsodium/packaging/nuget/
H A Dpackage.bat1 @ECHO OFF
2 ECHO Started nuget packaging build.
3 ECHO.
6 ECHO.
9 ECHO.
10 ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
11 ECHO.
12 ECHO Completed nuget packaging build. The package is in the following folder:
/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml108 ECHO *** &&
110 ECHO *** &&
115 ECHO *** &&
117 ECHO *** &&
125 ECHO *** &&
127 ECHO *** &&
135 ECHO *** &&
137 ECHO *** &&
145 ECHO *** &&
147 ECHO *** &&
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/pps/
H A Dpps-gpio.txt10 Additional required properties for the PPS ECHO functionality:
11 - echo-gpios: one PPS ECHO GPIO in the format described by ../gpio/gpio.txt
/f-stack/freebsd/tools/fdt/
H A Dmake_dtbo.sh25 ${ECHO} "converting $d -> $dtb"
H A Dmake_dtb.sh25 ${ECHO} "converting $d -> $dtb"
/f-stack/tools/libxo/tests/gettext/
H A DMakefile.am118 ECHO = echo macro
152 ${ECHO} "merging $$base.pot into po/$$lang/$$base.po ..." ; \
164 ${ECHO} "merging (srcdir) $$base.pot into po/$$lang/$$base.po ..." ; \
/f-stack/freebsd/kern/
H A Dtty_compat.c329 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatgetflags()
367 if (flags&ECHO) in ttcompatsetflags()
368 lflag |= ECHO; in ttcompatsetflags()
370 lflag &= ~ECHO; in ttcompatsetflags()
H A Dtty_ttydisc.c599 !CMP_FLAG(l, ECHO|ICANON|IEXTEN|ISIG|PENDIN)) { in ttydisc_optimize()
688 if (!CMP_FLAG(l, ECHO) && in ttydisc_echo()
760 if (CMP_FLAG(l, ECHO)) { in ttydisc_rubchar()
918 if (CMP_FLAG(l, ECHO)) { in ttydisc_rint()
H A Dtty.c93 #define TTYSUP_LFLAG (ECHOKE|ECHOE|ECHOK|ECHO|ECHONL|ECHOPRT|\
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_os_unix.c19 term.c_lflag &= ~(ICANON | ECHO | ISIG); in terminal_adjust()
/f-stack/freebsd/sys/
H A Dttydefaults.h53 | ECHO | ECHOE | ECHOKE | ECHOCTL)
H A Dioctl_compat.h87 #define ECHO 0x00000008 /* echo input */ macro
H A D_termios.h162 #define ECHO 0x00000008 /* enable echoing */ macro
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dwintest.bat1 @ECHO OFF
/f-stack/tools/libnetgraph/
H A Ddebug.c144 COOKIE(ECHO),
/f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c267 LocalTermAttributes.c_lflag &= ~(ICANON | ECHO); in OsEnterLineEditMode()
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c238 raw.c_lflag &= ~(ECHO | ICANON | IEXTEN | ISIG); in enableRawMode()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c304 new_term.c_lflag &= ~(ECHO | ECHOE | ECHOK | ECHONL); in libzfs_getpassphrase()