Lines Matching +full:a +full:- +full:za +full:- +full:z
10 set -e
12 eval "unset $(env | sed -nE 's/^(LC_[A-Z]+)=.*$/\1/p')"
27 if [ ! -d ${srcdir} -o \
28 ! -f ${header} -o \
29 ! -d ${libssh_srcdir} -o \
30 ! -f ${libssh_srcdir}/Makefile ] ; then
34 ncpu=$(sysctl -n hw.ncpu)
36 make -C${libssh_srcdir} -j$((ncpu + 1)) "$@"
43 libssh_builddir=$(realpath $(ssh_make -V.OBJDIR))
44 libssh=libprivatessh.a
50 * This file was machine-$generated. Do not edit manually.
51 * Run crypto/openssh/freebsd-namespace.sh to regenerate.
58 if [ ! -f ${libssh_builddir}/${libssh} ] ; then
64 /^[0-9a-z]+ [Tt] [A-Za-z_][0-9A-Za-z_]*$/ && $3 !~ /^Fssh_/ {
65 printf("#define %-39s Fssh_%s\n", $3, $3)
67 ' | unexpand -a | sort -u >>${header}
73 # Double-check
75 /^[0-9a-z]+ [Tt] [A-Za-z_][0-9A-Za-z_]*$/ && $3 !~ /^Fssh_/ {