| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | summary | 6 echo 7 echo "Configuration summary" 11 echo " + using threads" 15 echo " + PCRE library is disabled" 20 NONE) echo " + PCRE library is not used" ;; 32 YES) echo " + using system zlib library" ;; 33 NONE) echo " + zlib library is not used" ;; 34 *) echo " + using zlib library: $ZLIB" ;; 43 echo 58 echo " nginx logs errors to stderr" [all …]
|
| H A D | make | 6 echo "creating $NGX_MAKEFILE" 96 ngx_deps=`echo $HTTP_DEPS \ 100 ngx_incs=`echo $HTTP_INCS \ 124 ngx_deps=`echo $MAIL_DEPS \ 128 ngx_incs=`echo $MAIL_INCS \ 152 ngx_deps=`echo $STREAM_DEPS \ 156 ngx_incs=`echo $STREAM_INCS \ 277 ngx_obj=`echo $ngx_src \ 308 ngx_obj=`echo $ngx_src \ 350 ngx_obj=`echo $ngx_src \ [all …]
|
| H A D | feature | 6 echo $ngx_n "checking for $ngx_feature ...$ngx_c" 18 ngx_have_feature=`echo $ngx_feature_name \ 57 echo " found" 72 echo " found" 90 echo " not found" 93 echo " found" 103 echo " found" 114 echo " not found" 116 echo "----------" >> $NGX_AUTOCONF_ERR 118 echo "----------" >> $NGX_AUTOCONF_ERR [all …]
|
| H A D | include | 6 echo $ngx_n "checking for $ngx_include ...$ngx_c" 38 echo " found" 40 ngx_name=`echo $ngx_include \ 49 echo " not found" 51 echo "----------" >> $NGX_AUTOCONF_ERR 53 echo "----------" >> $NGX_AUTOCONF_ERR 54 echo $ngx_test >> $NGX_AUTOCONF_ERR 55 echo "----------" >> $NGX_AUTOCONF_ERR
|
| H A D | endianness | 6 echo $ngx_n "checking for system byte ordering ...$ngx_c" 36 echo " little endian" 39 echo " big endian" 47 echo 48 echo "$0: error: cannot detect system byte ordering"
|
| H A D | init | 24 # check the echo's "-n" option and "\c" capability 26 if echo "test\c" | grep c >/dev/null; then 28 if echo -n test | grep n >/dev/null; then
|
| /f-stack/app/nginx-1.16.1/auto/lib/perl/ |
| H A D | conf | 6 echo "checking for perl" 13 echo " + perl version: $NGX_PERL_VER" 16 echo 18 echo 24 echo 26 echo 37 NGX_PERL_CFLAGS=`echo $NGX_PERL_CFLAGS \ 40 NGX_PERL_CFLAGS=`echo $NGX_PERL_CFLAGS \ 61 ngx_perl_ldopts=`echo $ngx_perl_ldopts \ 78 echo [all …]
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | name | 18 echo 20 echo 33 echo " + using Open Watcom C compiler" 37 echo " + using Borland C++ compiler" 41 echo " + using Intel C++ compiler" 45 echo " + using GNU C compiler" 49 echo " + using Clang C compiler" 53 echo " + using Clang C compiler" 57 echo " + using Sun C compiler" 61 echo " + using Compaq C compiler" [all …]
|
| /f-stack/app/nginx-1.16.1/auto/types/ |
| H A D | typedef | 6 echo $ngx_n "checking for $ngx_type ...$ngx_c" 44 echo " found" 47 echo ", $ngx_try used" 54 echo $ngx_n " $ngx_try not found$ngx_c" 56 echo $ngx_n ", $ngx_try not found$ngx_c" 59 echo "----------" >> $NGX_AUTOCONF_ERR 61 echo "----------" >> $NGX_AUTOCONF_ERR 62 echo $ngx_test >> $NGX_AUTOCONF_ERR 63 echo "----------" >> $NGX_AUTOCONF_ERR 74 echo [all …]
|
| H A D | sizeof | 6 echo $ngx_n "checking for $ngx_type size ...$ngx_c" 44 echo " $ngx_size bytes" 60 echo 61 echo "$0: error: can not detect $ngx_type size" 63 echo "----------" >> $NGX_AUTOCONF_ERR 65 echo "----------" >> $NGX_AUTOCONF_ERR 66 echo $ngx_test >> $NGX_AUTOCONF_ERR 67 echo "----------" >> $NGX_AUTOCONF_ERR
|
| H A D | uintptr_t | 6 echo $ngx_n "checking for uintptr_t ...$ngx_c" 35 echo " uintptr_t found" 38 echo $ngx_n " uintptr_t not found" $ngx_c 46 echo ", $found used" 48 echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H 49 echo "typedef $found intptr_t;" | sed -e 's/u//g' >> $NGX_AUTO_CONFIG_H
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | redis_init_script.tpl | 6 echo "$PIDFILE exists, process is already running or crashed" 8 echo "Starting Redis server..." 15 echo "$PIDFILE does not exist, process is not running" 18 echo "Stopping ..." 22 echo "Waiting for Redis to shutdown ..." 25 echo "Redis stopped" 32 echo 'Redis is not running' 34 echo "Redis is running ($PID)" 42 echo "Please use start, stop, restart or status as first argument"
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | wintest.bat | 4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL" 11 echo "Are you on the right path?" %CD% 23 echo "Invalid build type" 40 echo Running the test suite: 44 echo %%f compile failed 49 echo %%f failed 51 echo %%f ok
|
| /f-stack/app/nginx-1.16.1/auto/os/ |
| H A D | freebsd | 32 echo " + setproctitle() in libutil" 41 echo " + sendfile() found" 49 echo " + sendfile()'s SF_NODISKIO found" 59 echo " + POSIX semaphores should work" 70 echo " + kqueue found" 88 echo " + kqueue's NOTE_LOWAT found" 97 echo " + kqueue's EVFILT_TIMER found" 105 echo " + cpuset_setaffinity() found"
|
| /f-stack/freebsd/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 49 zfs_log_begin_msg() { echo -n "$1 "; } 57 echo 63 echo 73 zfs_log_progress_msg() { echo -n; } 76 zfs_log_begin_msg() { echo -n "$1"; } 80 echo " failed!" 82 echo " success" 86 zfs_log_failure_msg() { echo "$1"; } 377 var="$(eval echo MTAB_$mntpnt)" 378 [ "$(eval echo "$""$var")" != "" ] [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pps/ |
| H A D | pps-gpio.txt | 11 - echo-gpios: one PPS ECHO GPIO in the format described by ../gpio/gpio.txt 12 - echo-active-ms: duration in ms of the active portion of the echo pulse 26 echo-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>; 27 echo-active-ms = <100>;
|
| /f-stack/app/nginx-1.16.1/auto/lib/zlib/ |
| H A D | make | 18 ngx_zlib=`echo ZLIB=\"$ZLIB\" | sed -e "s/\//$ngx_regex_dirsep/g"` 24 ngx_zlib=`echo \-DZLIB=\"$ZLIB\" | sed -e "s/\//$ngx_regex_dirsep/g"` 44 `echo "$ZLIB/zlib.lib: $NGX_MAKEFILE" | sed -e "s/\//$ngx_regex_dirsep/g"` 110 echo "$0: error: invalid --with-zlib-asm=$ZLIB_ASM option." 111 echo "The valid values are \"pentium\" and \"pentiumpro\" only". 112 echo
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 28 # Escape single quote for use in echo statements 34 quiet_kecho := echo 42 # echo $KERNELRELEASE 92 then echo "$(2)"; \ 93 else echo "$(3)"; \ 180 # echo command. 182 echo-cmd = $(if $($(quiet)cmd_$(1)),\ 183 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';) 186 cmd = @$(echo-cmd) $(cmd_$(1)) 208 # >'< substitution is for echo to work, [all …]
|
| /f-stack/freebsd/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 66 echo "WARNING: $POSTINST does not exist." 68 echo -e "ERROR: DKMS version is too old and %{module} was not" 69 echo -e "built with legacy DKMS support." 70 echo -e "You must either rebuild %{module} with legacy postinst" 71 echo -e "support or upgrade DKMS to a more current version." 98 echo -e 99 echo -e "Uninstall of %{module} module ($SPEC_META_ALIAS) beginning:"
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | po.m4 | 103 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; 108 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` 109 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` 124 … test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" 196 … test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" 229 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` 230 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'` 231 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` 236 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; 242 if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
| H A D | zpool_reopen.cfg | 21 export DISK_ARRAY_NUM=$(echo ${DISKS} | nawk '{print NF}') 32 export DISK1=$(echo $DISKS | nawk '{print $1}') 33 export DISK2=$(echo $DISKS | nawk '{print $2}') 34 export DISK3=$(echo $DISKS | nawk '{print $3}')
|
| /f-stack/app/nginx-1.16.1/auto/lib/pcre/ |
| H A D | make | 17 ngx_pcre=`echo PCRE=\"$PCRE\" | sed -e "s/\//$ngx_regex_dirsep/g"` 23 ngx_pcre=`echo \-DPCRE=\"$PCRE\" | sed -e "s/\//$ngx_regex_dirsep/g"` 37 `echo "$PCRE/pcre.lib: $PCRE/pcre.h $NGX_MAKEFILE" \ 41 `echo "$PCRE/pcre.h:" | sed -e "s/\//$ngx_regex_dirsep/g"`
|
| /f-stack/app/nginx-1.16.1/auto/lib/openssl/ |
| H A D | make | 22 ngx_opt=`echo "-DOPENSSL=\"$OPENSSL\" -DOPENSSL_OPT=\"$OPENSSL_OPT\"" \ 27 `echo "$OPENSSL\\openssl\\lib\\libeay32.lib: \ 31 `echo "$OPENSSL\\openssl\\lib\\ssleay32.lib: \ 35 `echo "$OPENSSL\\openssl\\include\\openssl\\ssl.h: $NGX_MAKEFILE" \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/ |
| H A D | perf.shlib | 40 echo $sync_str 54 echo $suffix 216 eval echo "$line" 264 echo $dir 382 echo $directory 403 echo $min_arc_size 424 echo $max_arc_size 450 echo "{" >>$config 517 echo "}" >>$config 531 echo $num_jobs [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/proximity/ |
| H A D | devantech-srf04.yaml | 16 - echo-gpio is held high by the sensor after sending ultrasonic burst 43 echo-gpios: 45 Definition of the GPIO for the echo (input) 47 out and reset when the first echo is received. 75 - echo-gpios 85 echo-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
|