HomeSort by: relevance | last modified time | path
    Searched refs:ECHO (Results 1 - 25 of 310) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/skey/
skeyaudit.sh 12 ECHO=/bin/echo
45 # echo "$USER -- $SEQ -- $KEY"
51 $ECHO "You are nearing the end of your current S/Key sequence for account $i"
52 $ECHO "on system $HOST."
53 $ECHO ""
54 $ECHO "Your S/key sequence number is now $SEQ. When it reaches zero you"
55 $ECHO "will no longer be able to use S/Key to login into the system. "
56 $ECHO " "
57 $ECHO "Use \"skeyinit -s\" to reinitialize your sequence number.
    [all...]
  /src/external/bsd/unbound/dist/contrib/
unbound_cache.sh 29 ECHO=`which echo`
42 $ECHO "Usage: `$BASENAME $0` [-s] or [-l] or [-r] or [-h] [filename]"
43 $ECHO .
44 $ECHO "l - Load - default mode. Warming up Unbound DNS cache from saved file. cache-ttl must be high value."
45 $ECHO "s - Save - save Unbound DNS cache contents to plain file with domain names."
46 $ECHO "r - Reload - reloadind new cache entries and refresh existing cache"
47 $ECHO "h - this screen."
48 $ECHO "filename - file to save/load dumped cache. If not specified, $CONF/$FNAME will be used instead."
49 $ECHO "Note: Run without any arguments will be in default mode.
    [all...]
create_unbound_ad_servers.sh 16 ECHO=`which echo`
22 echo "Wget not found. Exiting..."
32 $ECHO "local-zone: \"$line\" redirect" ;\
33 $ECHO "local-data: \"$line A 127.0.0.1\"" ;\
37 echo "Done."
  /src/external/bsd/flex/dist/tests/
extended.l 42 abc(?# Single Line Comment )def ECHO;
46 )jkl ECHO;
53 )pqr ECHO;
54 (?# Start of a rule.)stu ECHO;
55 vwxyz(?#End of a rule.) ECHO;
58 C D) ECHO;
60 \n ECHO;
quote_in_comment.l 3 .|\n { ECHO;
  /src/external/bsd/flex/dist/examples/manual/
user_act.lex 13 .* ECHO;
14 \n ECHO;
replace.lex 19 , ECHO;
eof_rules.lex 54 [a-z]+ ECHO;
55 .|\n ECHO;
pas_include.lex 67 [a-z]+ ECHO;
68 .|\n ECHO;
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 1 @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
30 ECHO Configuration=StaticDebug
33 ECHO Configuration=StaticRelease
38 ECHO Platform=x6
    [all...]
  /src/crypto/external/bsd/netpgp/dist/buildaux/
ltmain.sh 37 progname=`echo "$progpath" | $SED $basename`
63 # Check that we have a working $ECHO.
67 elif test "X$1" = X--fallback-echo; then
70 elif test "X`($ECHO '\t') 2>/dev/null`" = 'X\t'; then
71 # Yippee, $ECHO works!
74 # Restart under the correct shell, and then maybe $ECHO will work.
78 if test "X$1" = X--fallback-echo; then
79 # used as fallback echo
99 case `echo X|tr X '\101'` in
137 $ECHO "$modename: not configured to build any kind of library" 1>&
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.l 43 #undef ECHO
54 #undef ECHO
  /src/external/bsd/am-utils/dist/amd/
conf_tok.l 51 * Some systems include a definition for the macro ECHO in <sys/ioctl.h>,
58 #ifdef ECHO
59 # undef ECHO
60 #endif /* ECHO */
65 #ifdef ECHO
66 # undef ECHO
67 #endif /* ECHO */
74 # ifndef ECHO
75 # define ECHO __IGNORE(fwrite( yytext, yyleng, 1, yyout ))
76 # endif /* not ECHO */
    [all...]
sun_map_tok.l 48 * Some systems include a definition for the macro ECHO in <sys/ioctl.h>,
55 #ifdef ECHO
56 # undef ECHO
57 #endif /* ECHO */
62 #ifdef ECHO
63 # undef ECHO
64 #endif /* ECHO */
71 # ifndef ECHO
72 # define ECHO __IGNORE(fwrite( yytext, yyleng, 1, yyout ))
73 # endif /* not ECHO */
    [all...]
  /src/external/bsd/am-utils/dist/fsinfo/
fsi_lex.l 78 * Some systems include a definition for the macro ECHO in <sys/ioctl.h>,
85 #ifdef ECHO
86 # undef ECHO
87 #endif /* ECHO */
93 #ifdef ECHO
94 # undef ECHO
95 #endif /* ECHO */
102 # ifndef ECHO
103 # define ECHO __IGNORE(fwrite( yytext, yyleng, 1, yyout ))
104 # endif /* not ECHO */
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
term.c 33 /* Disable ECHO. */
34 t.c_lflag &= ~ECHO;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
term.c 33 /* Disable ECHO. */
34 t.c_lflag &= ~ECHO;
  /src/external/bsd/zstd/dist/tests/
libzstd_builds.sh 5 ECHO=echo
11 $ECHO "$@" 1>&2
21 $ECHO "$@ correctly not present" # for some reason, this $ECHO must exist, otherwise mustBeAbsent() always fails (??)
25 $ECHO "testing default library compilation"
41 $ECHO "testing with compression disabled"
52 $ECHO "testing with decompression disabled"
63 $ECHO "testing with deprecated functions disabled"
74 $ECHO "testing with deprecated functions enabled
    [all...]
  /src/external/bsd/tmux/dist/compat/
cfmakeraw.c 30 tio->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_passphrase.c 43 ctrl_echo = term.c_lflag & ECHO;
44 term.c_lflag &= ~ECHO;
46 perror("tcsetattr:error disabling echo");
53 term.c_lflag |= ECHO;
55 perror("tcsetattr:error enabling echo");
  /src/crypto/external/cpl/tpm-tools/dist/
ltmain.sh 118 : ${ECHO="echo"}
162 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
168 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
242 # Echo program name prefixed message, along with the current mode
246 $ECHO "$progname${mode+: }$mode: $*"
250 # Echo program name prefixed message in verbose mode only.
262 # Echo program name prefixed message to standard error.
265 $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
269 # Echo program name prefixed warning message to standard error
    [all...]
  /src/crypto/external/cpl/trousers/dist/
ltmain.sh 118 : ${ECHO="echo"}
162 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
168 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
242 # Echo program name prefixed message, along with the current mode
246 $ECHO "$progname${mode+: }$mode: $*"
250 # Echo program name prefixed message in verbose mode only.
262 # Echo program name prefixed message to standard error.
265 $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
269 # Echo program name prefixed warning message to standard error
    [all...]
  /src/lib/libc/termios/
cfmakeraw.c 63 t->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
  /src/external/gpl3/binutils/dist/
makefile.vms 39 @$(ECHO) "Please edit MAKEFILE.VMS and select a C Compiler."
44 @$(ECHO) "Perform a '$$ @setup' before starting make"
  /src/external/gpl3/binutils.old/dist/
makefile.vms 39 @$(ECHO) "Please edit MAKEFILE.VMS and select a C Compiler."
44 @$(ECHO) "Perform a '$$ @setup' before starting make"

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>