===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
binkd-1.1a-99/client.c-481-      for (j = 0; j < NO_INVALID_ADDRESSES; j++)
binkd-1.1a-99/client.c:482:        if (0 == sockaddr_cmp_addr(ai->ai_addr, &invalidAddresses[j]))
binkd-1.1a-99/client.c-483-        {
##############################################
binkd-1.1a-99/doc/nd-mode-ru.txt-45-сканирования outbound (модуль ftnq); появились новые поля state'а:
binkd-1.1a-99/doc/nd-mode-ru.txt:46:cur_addr (адрес, для которого в данный момент передается почта) и
binkd-1.1a-99/doc/nd-mode-ru.txt:47:ND_addr (адрес, для которого мы будем обновлять status - он несколько
binkd-1.1a-99/doc/nd-mode-ru.txt-48-запаздывает по отношению к cur_addr).
##############################################
binkd-1.1a-99/https.c-334-				if (isdigit(host[0]) &&
binkd-1.1a-99/https.c:335:				    (defaddr.s_addr = inet_addr (host)) != INADDR_NONE)
binkd-1.1a-99/https.c-336-				{	
##############################################
binkd-1.1a-99/inbound.c-372-      Log (1, "file %s read error: %s, header check failed for %s", tmp_name, strerror (errno), netname);
binkd-1.1a-99/inbound.c:373:  else if ( !pkt_getaddr(buf, &cz, &cn, &cf, &cp, NULL, NULL, NULL, NULL) )
binkd-1.1a-99/inbound.c-374-      Log (1, "pkt %s version is %d, expected 2; header check failed", netname, buf[18]+buf[19]*0x100);
##############################################
binkd-1.1a-99/iptools.c-96-
binkd-1.1a-99/iptools.c:97:int sockaddr_cmp_addr(const struct sockaddr *a, const struct sockaddr *b)
binkd-1.1a-99/iptools.c-98-{
##############################################
binkd-1.1a-99/iptools.h-29- */
binkd-1.1a-99/iptools.h:30:extern int sockaddr_cmp_addr(const struct sockaddr *, const struct sockaddr *);
binkd-1.1a-99/iptools.h-31-extern int sockaddr_cmp_port(const struct sockaddr *, const struct sockaddr *);
##############################################
binkd-1.1a-99/misc/nodelist.pl-175-			if (/:/) {
binkd-1.1a-99/misc/nodelist.pl:176:				$flags{$`} .= "," if defined($flags{$`});
binkd-1.1a-99/misc/nodelist.pl-177-				$flags{$`} .= $';
##############################################
binkd-1.1a-99/misc/nodelist.pl-296-		%addr = ();
binkd-1.1a-99/misc/nodelist.pl:297:		foreach $addr (@addr) {
binkd-1.1a-99/misc/nodelist.pl-298-			foreach $port (keys %port) {
##############################################
binkd-1.1a-99/misc/srifreq-26-   fi
binkd-1.1a-99/misc/srifreq:27:   echo "Usage: `basename $0` <SRIF-file>"
binkd-1.1a-99/misc/srifreq-28-}
##############################################
binkd-1.1a-99/misc/srifreq-79-             logger -p ${logfacilityinfo} ${logstderr} -t "srifreq[$$]" "responselist: ${responselist}"
binkd-1.1a-99/misc/srifreq:80:             if [ ! -w `dirname ${responselist}` ]
binkd-1.1a-99/misc/srifreq-81-              then
##############################################
binkd-1.1a-99/misc/srifreq-105-    fname=${fname//$'\r'}
binkd-1.1a-99/misc/srifreq:106:    fname=`basename ${fname}`
binkd-1.1a-99/misc/srifreq-107-    logger -p ${logfacilityinfo} ${logstderr} -t "srifreq[$$]" "Find file ${fname}"
##############################################
binkd-1.1a-99/mkfls/os2-wc/Makefile-8-.SUFFIXES:
binkd-1.1a-99/mkfls/os2-wc/Makefile:9:.SUFFIXES: .res .rc .lst .obj .c .asm .hlp .itl .ipf .cpp
binkd-1.1a-99/mkfls/os2-wc/Makefile-10-
##############################################
binkd-1.1a-99/mkfls/unix/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
binkd-1.1a-99/mkfls/unix/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
binkd-1.1a-99/mkfls/unix/configure-45-  as_echo='print -r --'
binkd-1.1a-99/mkfls/unix/configure-46-  as_echo_n='print -rn --'
binkd-1.1a-99/mkfls/unix/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
binkd-1.1a-99/mkfls/unix/configure-48-  as_echo='printf %s\n'
##############################################
binkd-1.1a-99/mkfls/unix/configure-50-else
binkd-1.1a-99/mkfls/unix/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
binkd-1.1a-99/mkfls/unix/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
binkd-1.1a-99/mkfls/unix/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
binkd-1.1a-99/mkfls/unix/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
binkd-1.1a-99/mkfls/unix/configure-62-      esac;
##############################################
binkd-1.1a-99/mkfls/unix/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
binkd-1.1a-99/mkfls/unix/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
binkd-1.1a-99/mkfls/unix/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
binkd-1.1a-99/mkfls/unix/configure-324-      case $as_dir in #(
binkd-1.1a-99/mkfls/unix/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
binkd-1.1a-99/mkfls/unix/configure-326-      *) as_qdir=$as_dir;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-397-  {
binkd-1.1a-99/mkfls/unix/configure:398:    as_val=`expr "$@" || test $? -eq 1`
binkd-1.1a-99/mkfls/unix/configure-399-  }
##############################################
binkd-1.1a-99/mkfls/unix/configure-404-# ----------------------------------------
binkd-1.1a-99/mkfls/unix/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
binkd-1.1a-99/mkfls/unix/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
binkd-1.1a-99/mkfls/unix/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
binkd-1.1a-99/mkfls/unix/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
binkd-1.1a-99/mkfls/unix/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
binkd-1.1a-99/mkfls/unix/configure-764-  case $ac_option in
binkd-1.1a-99/mkfls/unix/configure:765:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
binkd-1.1a-99/mkfls/unix/configure-766-  *=)   ac_optarg= ;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-808-  -disable-* | --disable-*)
binkd-1.1a-99/mkfls/unix/configure:809:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
binkd-1.1a-99/mkfls/unix/configure-810-    # Reject names that are not valid shell variable names.
##############################################
binkd-1.1a-99/mkfls/unix/configure-813-    ac_useropt_orig=$ac_useropt
binkd-1.1a-99/mkfls/unix/configure:814:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binkd-1.1a-99/mkfls/unix/configure-815-    case $ac_user_opts in
##############################################
binkd-1.1a-99/mkfls/unix/configure-834-  -enable-* | --enable-*)
binkd-1.1a-99/mkfls/unix/configure:835:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
binkd-1.1a-99/mkfls/unix/configure-836-    # Reject names that are not valid shell variable names.
##############################################
binkd-1.1a-99/mkfls/unix/configure-839-    ac_useropt_orig=$ac_useropt
binkd-1.1a-99/mkfls/unix/configure:840:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binkd-1.1a-99/mkfls/unix/configure-841-    case $ac_user_opts in
##############################################
binkd-1.1a-99/mkfls/unix/configure-1038-  -with-* | --with-*)
binkd-1.1a-99/mkfls/unix/configure:1039:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
binkd-1.1a-99/mkfls/unix/configure-1040-    # Reject names that are not valid shell variable names.
##############################################
binkd-1.1a-99/mkfls/unix/configure-1043-    ac_useropt_orig=$ac_useropt
binkd-1.1a-99/mkfls/unix/configure:1044:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binkd-1.1a-99/mkfls/unix/configure-1045-    case $ac_user_opts in
##############################################
binkd-1.1a-99/mkfls/unix/configure-1054-  -without-* | --without-*)
binkd-1.1a-99/mkfls/unix/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
binkd-1.1a-99/mkfls/unix/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
binkd-1.1a-99/mkfls/unix/configure-1059-    ac_useropt_orig=$ac_useropt
binkd-1.1a-99/mkfls/unix/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binkd-1.1a-99/mkfls/unix/configure-1061-    case $ac_user_opts in
##############################################
binkd-1.1a-99/mkfls/unix/configure-1092-  *=*)
binkd-1.1a-99/mkfls/unix/configure:1093:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
binkd-1.1a-99/mkfls/unix/configure-1094-    # Reject names that are not valid shell variable names.
##############################################
binkd-1.1a-99/mkfls/unix/configure-1113-if test -n "$ac_prev"; then
binkd-1.1a-99/mkfls/unix/configure:1114:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
binkd-1.1a-99/mkfls/unix/configure-1115-  as_fn_error $? "missing argument to $ac_option"
##############################################
binkd-1.1a-99/mkfls/unix/configure-1135-    */ )
binkd-1.1a-99/mkfls/unix/configure:1136:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
binkd-1.1a-99/mkfls/unix/configure-1137-      eval $ac_var=\$ac_val;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-1170-ac_ls_di=`ls -di .` &&
binkd-1.1a-99/mkfls/unix/configure:1171:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
binkd-1.1a-99/mkfls/unix/configure-1172-  as_fn_error $? "working directory cannot be determined"
##############################################
binkd-1.1a-99/mkfls/unix/configure-1226-case $srcdir in
binkd-1.1a-99/mkfls/unix/configure:1227:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
binkd-1.1a-99/mkfls/unix/configure-1228-esac
##############################################
binkd-1.1a-99/mkfls/unix/configure-1269-By default, \`make install' will install all the files in
binkd-1.1a-99/mkfls/unix/configure:1270:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
binkd-1.1a-99/mkfls/unix/configure:1271:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
binkd-1.1a-99/mkfls/unix/configure-1272-for instance \`--prefix=\$HOME'.
##############################################
binkd-1.1a-99/mkfls/unix/configure-1357-*)
binkd-1.1a-99/mkfls/unix/configure:1358:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
binkd-1.1a-99/mkfls/unix/configure-1359-  # A ".." for each directory in $ac_dir_suffix.
binkd-1.1a-99/mkfls/unix/configure:1360:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
binkd-1.1a-99/mkfls/unix/configure-1361-  case $ac_top_builddir_sub in
##############################################
binkd-1.1a-99/mkfls/unix/configure-2081-    *\'*)
binkd-1.1a-99/mkfls/unix/configure:2082:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
binkd-1.1a-99/mkfls/unix/configure-2083-    esac
##############################################
binkd-1.1a-99/mkfls/unix/configure-2164-      case $ac_val in
binkd-1.1a-99/mkfls/unix/configure:2165:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
binkd-1.1a-99/mkfls/unix/configure-2166-      esac
##############################################
binkd-1.1a-99/mkfls/unix/configure-2179-	case $ac_val in
binkd-1.1a-99/mkfls/unix/configure:2180:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
binkd-1.1a-99/mkfls/unix/configure-2181-	esac
##############################################
binkd-1.1a-99/mkfls/unix/configure-2299-    set,)
binkd-1.1a-99/mkfls/unix/configure:2300:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
binkd-1.1a-99/mkfls/unix/configure:2301:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
binkd-1.1a-99/mkfls/unix/configure-2302-      ac_cache_corrupted=: ;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-2310-	# differences in whitespace do not lead to failure.
binkd-1.1a-99/mkfls/unix/configure:2311:	ac_old_val_w=`echo x $ac_old_val`
binkd-1.1a-99/mkfls/unix/configure:2312:	ac_new_val_w=`echo x $ac_new_val`
binkd-1.1a-99/mkfls/unix/configure-2313-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
binkd-1.1a-99/mkfls/unix/configure-2330-    case $ac_new_val in
binkd-1.1a-99/mkfls/unix/configure:2331:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
binkd-1.1a-99/mkfls/unix/configure-2332-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-2746-$as_echo_n "checking whether the C compiler works... " >&6; }
binkd-1.1a-99/mkfls/unix/configure:2747:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
binkd-1.1a-99/mkfls/unix/configure-2748-
##############################################
binkd-1.1a-99/mkfls/unix/configure-2790-	then :; else
binkd-1.1a-99/mkfls/unix/configure:2791:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
binkd-1.1a-99/mkfls/unix/configure-2792-	fi
##############################################
binkd-1.1a-99/mkfls/unix/configure-2850-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
binkd-1.1a-99/mkfls/unix/configure:2851:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
binkd-1.1a-99/mkfls/unix/configure-2852-	  break;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-2959-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
binkd-1.1a-99/mkfls/unix/configure:2960:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
binkd-1.1a-99/mkfls/unix/configure-2961-       break;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-3470-  # Check for GNU $ac_path_GREP
binkd-1.1a-99/mkfls/unix/configure:3471:case `"$ac_path_GREP" --version 2>&1` in
binkd-1.1a-99/mkfls/unix/configure-3472-*GNU*)
##############################################
binkd-1.1a-99/mkfls/unix/configure-3536-  # Check for GNU $ac_path_EGREP
binkd-1.1a-99/mkfls/unix/configure:3537:case `"$ac_path_EGREP" --version 2>&1` in
binkd-1.1a-99/mkfls/unix/configure-3538-*GNU*)
##############################################
binkd-1.1a-99/mkfls/unix/configure-3697-do :
binkd-1.1a-99/mkfls/unix/configure:3698:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binkd-1.1a-99/mkfls/unix/configure-3699-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
binkd-1.1a-99/mkfls/unix/configure-3702-  cat >>confdefs.h <<_ACEOF
binkd-1.1a-99/mkfls/unix/configure:3703:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binkd-1.1a-99/mkfls/unix/configure-3704-_ACEOF
##############################################
binkd-1.1a-99/mkfls/unix/configure-3712-do :
binkd-1.1a-99/mkfls/unix/configure:3713:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binkd-1.1a-99/mkfls/unix/configure-3714-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
binkd-1.1a-99/mkfls/unix/configure-3716-  cat >>confdefs.h <<_ACEOF
binkd-1.1a-99/mkfls/unix/configure:3717:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binkd-1.1a-99/mkfls/unix/configure-3718-_ACEOF
##############################################
binkd-1.1a-99/mkfls/unix/configure-3725-do :
binkd-1.1a-99/mkfls/unix/configure:3726:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binkd-1.1a-99/mkfls/unix/configure-3727-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
binkd-1.1a-99/mkfls/unix/configure-3729-  cat >>confdefs.h <<_ACEOF
binkd-1.1a-99/mkfls/unix/configure:3730:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binkd-1.1a-99/mkfls/unix/configure-3731-_ACEOF
##############################################
binkd-1.1a-99/mkfls/unix/configure-3755-do :
binkd-1.1a-99/mkfls/unix/configure:3756:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binkd-1.1a-99/mkfls/unix/configure-3757-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
binkd-1.1a-99/mkfls/unix/configure-3759-  cat >>confdefs.h <<_ACEOF
binkd-1.1a-99/mkfls/unix/configure:3760:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binkd-1.1a-99/mkfls/unix/configure-3761-_ACEOF
##############################################
binkd-1.1a-99/mkfls/unix/configure-3768-do :
binkd-1.1a-99/mkfls/unix/configure:3769:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binkd-1.1a-99/mkfls/unix/configure-3770-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
binkd-1.1a-99/mkfls/unix/configure-3772-  cat >>confdefs.h <<_ACEOF
binkd-1.1a-99/mkfls/unix/configure:3773:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binkd-1.1a-99/mkfls/unix/configure-3774-_ACEOF
##############################################
binkd-1.1a-99/mkfls/unix/configure-3804-do :
binkd-1.1a-99/mkfls/unix/configure:3805:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
binkd-1.1a-99/mkfls/unix/configure-3806-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
binkd-1.1a-99/mkfls/unix/configure-3808-  cat >>confdefs.h <<_ACEOF
binkd-1.1a-99/mkfls/unix/configure:3809:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
binkd-1.1a-99/mkfls/unix/configure-3810-_ACEOF
##############################################
binkd-1.1a-99/mkfls/unix/configure-3816-do :
binkd-1.1a-99/mkfls/unix/configure:3817:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
binkd-1.1a-99/mkfls/unix/configure-3818-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
binkd-1.1a-99/mkfls/unix/configure-3820-  cat >>confdefs.h <<_ACEOF
binkd-1.1a-99/mkfls/unix/configure:3821:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
binkd-1.1a-99/mkfls/unix/configure-3822-_ACEOF
##############################################
binkd-1.1a-99/mkfls/unix/configure-4881-$as_echo_n "checking for libperl... " >&6; }
binkd-1.1a-99/mkfls/unix/configure:4882:   PERLDIR=`$PERL -MConfig -e 'print $Config{archlib}' 2>/dev/null`
binkd-1.1a-99/mkfls/unix/configure:4883:   if PERLCOPT=`$PERL -MExtUtils::Embed -e ccopts 2>/dev/null`
binkd-1.1a-99/mkfls/unix/configure-4884-   then
binkd-1.1a-99/mkfls/unix/configure:4885:     PERLLOPT=`$PERL -MExtUtils::Embed -e ldopts`
binkd-1.1a-99/mkfls/unix/configure-4886-     case x$PERLDIR in
##############################################
binkd-1.1a-99/mkfls/unix/configure-5571-'
binkd-1.1a-99/mkfls/unix/configure:5572:DEFS=`sed -n "$ac_script" confdefs.h`
binkd-1.1a-99/mkfls/unix/configure-5573-
##############################################
binkd-1.1a-99/mkfls/unix/configure-5580-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
binkd-1.1a-99/mkfls/unix/configure:5581:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
binkd-1.1a-99/mkfls/unix/configure-5582-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
binkd-1.1a-99/mkfls/unix/configure-5647-if test -z "$BASH_VERSION$ZSH_VERSION" \
binkd-1.1a-99/mkfls/unix/configure:5648:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
binkd-1.1a-99/mkfls/unix/configure-5649-  as_echo='print -r --'
binkd-1.1a-99/mkfls/unix/configure-5650-  as_echo_n='print -rn --'
binkd-1.1a-99/mkfls/unix/configure:5651:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
binkd-1.1a-99/mkfls/unix/configure-5652-  as_echo='printf %s\n'
##############################################
binkd-1.1a-99/mkfls/unix/configure-5654-else
binkd-1.1a-99/mkfls/unix/configure:5655:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
binkd-1.1a-99/mkfls/unix/configure-5656-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
binkd-1.1a-99/mkfls/unix/configure-5664-	expr "X$arg" : "X\\(.*\\)$as_nl";
binkd-1.1a-99/mkfls/unix/configure:5665:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
binkd-1.1a-99/mkfls/unix/configure-5666-      esac;
##############################################
binkd-1.1a-99/mkfls/unix/configure-5741-# ----------------------------------------
binkd-1.1a-99/mkfls/unix/configure:5742:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
binkd-1.1a-99/mkfls/unix/configure-5743-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
binkd-1.1a-99/mkfls/unix/configure-5813-  {
binkd-1.1a-99/mkfls/unix/configure:5814:    as_val=`expr "$@" || test $? -eq 1`
binkd-1.1a-99/mkfls/unix/configure-5815-  }
##############################################
binkd-1.1a-99/mkfls/unix/configure-5917-      case $as_dir in #(
binkd-1.1a-99/mkfls/unix/configure:5918:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
binkd-1.1a-99/mkfls/unix/configure-5919-      *) as_qdir=$as_dir;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-6039-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
binkd-1.1a-99/mkfls/unix/configure:6040:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
binkd-1.1a-99/mkfls/unix/configure-6041-ac_cs_version="\\
##############################################
binkd-1.1a-99/mkfls/unix/configure-6063-  --*=?*)
binkd-1.1a-99/mkfls/unix/configure:6064:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
binkd-1.1a-99/mkfls/unix/configure:6065:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
binkd-1.1a-99/mkfls/unix/configure-6066-    ac_shift=:
##############################################
binkd-1.1a-99/mkfls/unix/configure-6068-  --*=)
binkd-1.1a-99/mkfls/unix/configure:6069:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
binkd-1.1a-99/mkfls/unix/configure-6070-    ac_optarg=
##############################################
binkd-1.1a-99/mkfls/unix/configure-6092-    case $ac_optarg in
binkd-1.1a-99/mkfls/unix/configure:6093:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
binkd-1.1a-99/mkfls/unix/configure-6094-    '') as_fn_error $? "missing file argument" ;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-6208-fi
binkd-1.1a-99/mkfls/unix/configure:6209:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
binkd-1.1a-99/mkfls/unix/configure-6210-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
binkd-1.1a-99/mkfls/unix/configure-6225-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
binkd-1.1a-99/mkfls/unix/configure:6226:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
binkd-1.1a-99/mkfls/unix/configure-6227-ac_delim='%!_!# '
##############################################
binkd-1.1a-99/mkfls/unix/configure-6231-
binkd-1.1a-99/mkfls/unix/configure:6232:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
binkd-1.1a-99/mkfls/unix/configure-6233-  if test $ac_delim_n = $ac_delim_num; then
##############################################
binkd-1.1a-99/mkfls/unix/configure-6393-      esac
binkd-1.1a-99/mkfls/unix/configure:6394:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
binkd-1.1a-99/mkfls/unix/configure-6395-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
binkd-1.1a-99/mkfls/unix/configure-6452-*)
binkd-1.1a-99/mkfls/unix/configure:6453:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
binkd-1.1a-99/mkfls/unix/configure-6454-  # A ".." for each directory in $ac_dir_suffix.
binkd-1.1a-99/mkfls/unix/configure:6455:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
binkd-1.1a-99/mkfls/unix/configure-6456-  case $ac_top_builddir_sub in
##############################################
binkd-1.1a-99/mkfls/unix/configure-6508-/@mandir@/p'
binkd-1.1a-99/mkfls/unix/configure:6509:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
binkd-1.1a-99/mkfls/unix/configure-6510-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
binkd-1.1a-99/mkfls/unix/configure-6525-
binkd-1.1a-99/mkfls/unix/configure:6526:# Neutralize VPATH when `$srcdir' = `.'.
binkd-1.1a-99/mkfls/unix/configure-6527-# Shell code in configure.ac might set extrasub.
##############################################
binkd-1.1a-99/mkfls/unix/configure-6552-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
binkd-1.1a-99/mkfls/unix/configure:6553:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
binkd-1.1a-99/mkfls/unix/configure-6554-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
binkd-1.1a-99/mkfls/unix/configure.in-311-   AC_MSG_CHECKING(for libperl)
binkd-1.1a-99/mkfls/unix/configure.in:312:   PERLDIR=`$PERL -MConfig -e 'print $Config{archlib}' 2>/dev/null`
binkd-1.1a-99/mkfls/unix/configure.in:313:   if PERLCOPT=`$PERL -MExtUtils::Embed -e ccopts 2>/dev/null`
binkd-1.1a-99/mkfls/unix/configure.in-314-   then
binkd-1.1a-99/mkfls/unix/configure.in:315:     PERLLOPT=`$PERL -MExtUtils::Embed -e ldopts`
binkd-1.1a-99/mkfls/unix/configure.in-316-     case x$PERLDIR in
##############################################
binkd-1.1a-99/mkfls/unix/install-sh-73-
binkd-1.1a-99/mkfls/unix/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
binkd-1.1a-99/mkfls/unix/install-sh-75-	    shift
##############################################
binkd-1.1a-99/mkfls/unix/install-sh-77-
binkd-1.1a-99/mkfls/unix/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
binkd-1.1a-99/mkfls/unix/install-sh-79-	    shift
##############################################
binkd-1.1a-99/mkfls/unix/install-sh-138-	then
binkd-1.1a-99/mkfls/unix/install-sh:139:		dst="$dst"/`basename $src`
binkd-1.1a-99/mkfls/unix/install-sh-140-	else
##############################################
binkd-1.1a-99/mkfls/unix/install-sh-145-## this sed command emulates the dirname command
binkd-1.1a-99/mkfls/unix/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
binkd-1.1a-99/mkfls/unix/install-sh-147-
##############################################
binkd-1.1a-99/mkfls/unix/install-sh-159-IFS='%'
binkd-1.1a-99/mkfls/unix/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
binkd-1.1a-99/mkfls/unix/install-sh-161-IFS="${oIFS}"
##############################################
binkd-1.1a-99/mkfls/unix/install-sh-193-	then
binkd-1.1a-99/mkfls/unix/install-sh:194:		dstfile=`basename $dst`
binkd-1.1a-99/mkfls/unix/install-sh-195-	else
##############################################
binkd-1.1a-99/mkfls/unix/install-sh-203-	then
binkd-1.1a-99/mkfls/unix/install-sh:204:		dstfile=`basename $dst`
binkd-1.1a-99/mkfls/unix/install-sh-205-	else
##############################################
binkd-1.1a-99/mkfls/unix/mkinstalldirs-13-   IFS='%'
binkd-1.1a-99/mkfls/unix/mkinstalldirs:14:   set - `echo ${file} | sed -e 's@/@%@g' -e 's@^%@/@'`
binkd-1.1a-99/mkfls/unix/mkinstalldirs-15-   IFS="${oIFS}"
##############################################
binkd-1.1a-99/perlhooks.c-1314-#ifdef OS2
binkd-1.1a-99/perlhooks.c:1315:      if (!DosQueryProcAddr(hl, 0, dlfunc->name, (PFN*)dlfunc->f))
binkd-1.1a-99/perlhooks.c-1316-#else
##############################################
binkd-1.1a-99/perlhooks.c-1326-    {
binkd-1.1a-99/perlhooks.c:1327:      if (!DosQueryProcAddr(hl, 0, "Perl_sv_2pv", (PFN*)dl_Perl_sv_2pv) &&
binkd-1.1a-99/perlhooks.c:1328:          !DosQueryProcAddr(hl, 0, "Perl_sv_2pv_flags", (PFN*)dl_Perl_sv_2pv_flags)) {
binkd-1.1a-99/perlhooks.c-1329-        Log(LL_ERR, "perl_init(): can't load method Perl_sv_2pv or Perl_sv_2pv_flags");
##############################################
binkd-1.1a-99/perlhooks.c-1331-      }
binkd-1.1a-99/perlhooks.c:1332:      if (!DosQueryProcAddr(hl, 0, "Perl_sv_2uv", (PFN*)dl_Perl_sv_2uv) &&
binkd-1.1a-99/perlhooks.c:1333:          !DosQueryProcAddr(hl, 0, "Perl_sv_2uv_flags", (PFN*)dl_Perl_sv_2uv_flags)) {
binkd-1.1a-99/perlhooks.c-1334-        Log(LL_ERR, "perl_init(): can't load method Perl_sv_2uv or Perl_sv_2uv_flags");
##############################################
binkd-1.1a-99/perlhooks.c-1336-      }
binkd-1.1a-99/perlhooks.c:1337:      if (!DosQueryProcAddr(hl, 0, "Perl_sv_2iv", (PFN*)dl_Perl_sv_2iv) &&
binkd-1.1a-99/perlhooks.c:1338:          !DosQueryProcAddr(hl, 0, "Perl_sv_2iv_flags", (PFN*)dl_Perl_sv_2iv_flags)) {
binkd-1.1a-99/perlhooks.c-1339-        Log(LL_ERR, "perl_init(): can't load method Perl_sv_2iv or Perl_sv_2iv_flags");
##############################################
binkd-1.1a-99/perlhooks.c-1341-      }
binkd-1.1a-99/perlhooks.c:1342:      if (!DosQueryProcAddr(hl, 0, "Perl_sv_setsv", (PFN*)dl_Perl_sv_setsv) &&
binkd-1.1a-99/perlhooks.c:1343:          !DosQueryProcAddr(hl, 0, "Perl_sv_setsv_flags", (PFN*)dl_Perl_sv_setsv_flags)) {
binkd-1.1a-99/perlhooks.c-1344-        Log(LL_ERR, "perl_init(): can't load method Perl_sv_setsv or Perl_sv_setsv_flags");
##############################################
binkd-1.1a-99/protocol.c-480-          SHARED_CHAIN *chn;
binkd-1.1a-99/protocol.c:481:          if (pkt_getaddr(buf, NULL, NULL, NULL, NULL, &cz, &cnet, &cnode, &cp)) {
binkd-1.1a-99/protocol.c-482-            Log(9, "First block of %s", state->out.path);
##############################################
binkd-1.1a-99/protocol.c-496-                { /* Change to main address and check */
binkd-1.1a-99/protocol.c:497:                  pkt_setaddr(buf, -1, -1, -1, -1, (short)fa->z, (short)fa->net, (short)fa->node, (short)fa->p);
binkd-1.1a-99/protocol.c:498:                  pkt_getaddr(buf, NULL, NULL, NULL, NULL, &cz, &cnet, &cnode, &cp);
binkd-1.1a-99/protocol.c-499-                  Log(7, "Change dest to: %d:%d/%d.%d", cz, cnet, cnode, cp);
##############################################
binkd-1.1a-99/protocol.c-1230-#ifndef VAL_STYLE
binkd-1.1a-99/protocol.c:1231:          if (sockaddr_cmp_addr(ai->ai_addr, (struct sockaddr *)&sin) == 0)
binkd-1.1a-99/protocol.c-1232-          {
##############################################
binkd-1.1a-99/protocol.c-1239-          ip_found |= FOUND_ALL;
binkd-1.1a-99/protocol.c:1240:          if (sockaddr_cmp_addr(ai->ai_addr, (struct sockaddr *)&sin) == 0)
binkd-1.1a-99/protocol.c-1241-          {
##############################################
binkd-1.1a-99/release-notes.txt-527-	New config option check-pkthdr, link options -hc, -nohc -
binkd-1.1a-99/release-notes.txt:528:	check pkt src addr (val khokhlov <val@vk.kiev.ua>).
binkd-1.1a-99/release-notes.txt-529-
##############################################
binkd-1.1a-99/rfc2553.c-242-	 lockresolvsem();
binkd-1.1a-99/rfc2553.c:243:	 Ent = gethostbyaddr((char *)&sin->sin_addr,sizeof(sin->sin_addr),
binkd-1.1a-99/rfc2553.c-244-					     AF_INET);
##############################################
binkd-1.1a-99/srv_gai.c-65-#ifdef WIN32
binkd-1.1a-99/srv_gai.c:66:	    inet_addr(node) != INADDR_NONE
binkd-1.1a-99/srv_gai.c-67-#else
##############################################
binkd-1.1a-99/tools.c-915-/* parse FTN address of the pkt header byte array */
binkd-1.1a-99/tools.c:916:int pkt_getaddr(unsigned char *raw,
binkd-1.1a-99/tools.c-917-                short *oz, short *onet, short *onode, short *op,
##############################################
binkd-1.1a-99/tools.c-954-/* set FTN address into the pkt header byte array */
binkd-1.1a-99/tools.c:955:int pkt_setaddr(unsigned char *raw,
binkd-1.1a-99/tools.c-956-                short oz, short onet, short onode, short op,
##############################################
binkd-1.1a-99/tools.h-213-/* parse FTN address of the pkt header byte array */
binkd-1.1a-99/tools.h:214:int pkt_getaddr(unsigned char *raw, 
binkd-1.1a-99/tools.h-215-                short *oz, short *onet, short *onode, short *op,
##############################################
binkd-1.1a-99/tools.h-217-/* set FTN address into the pkt header byte array */
binkd-1.1a-99/tools.h:218:int pkt_setaddr(unsigned char *raw, 
binkd-1.1a-99/tools.h-219-                short oz, short onet, short onode, short op,
##############################################
binkd-1.1a-99/zlibdl.c-37-#elif defined(OS2)
binkd-1.1a-99/zlibdl.c:38:#define LOADFUNC(name) if (loaded && (DosQueryProcAddr(hl, 0, #name, (PFN*)(&dl_##name)) != 0 || dl_##name == NULL)) loaded = 0;
binkd-1.1a-99/zlibdl.c:39:#define LOADFUNC2(name, size) if (loaded && (DosQueryProcAddr(hl, 0, #name, (PFN*)(&dl_##name)) != 0 || dl_##name == NULL)) loaded = 0;
binkd-1.1a-99/zlibdl.c-40-#endif
##############################################
binkd-1.1a-99/debian/binkdlogstat-72-
binkd-1.1a-99/debian/binkdlogstat:73:foreach $addr (sort cmpaddr keys %addr) {
binkd-1.1a-99/debian/binkdlogstat-74-	printf $format,