===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bootp-2.4.3/ConvOldTab.sh-43-in	2 )	OLDTAB=$1 ; NEWTAB=$2 ;;
bootp-2.4.3/ConvOldTab.sh:44:	* )	echo "Usage: `basename $0` <Input> <Output>"
bootp-2.4.3/ConvOldTab.sh-45-		exit 1
##############################################
bootp-2.4.3/ConvOldTab.sh-49-then
bootp-2.4.3/ConvOldTab.sh:50:	echo "`basename $0`: $OLDTAB does not exist or is unreadable."
bootp-2.4.3/ConvOldTab.sh-51-	exit 1
##############################################
bootp-2.4.3/ConvOldTab.sh-57-else
bootp-2.4.3/ConvOldTab.sh:58:	echo "`basename $0`: cannot write to $NEWTAB."
bootp-2.4.3/ConvOldTab.sh-59-	exit 1
##############################################
bootp-2.4.3/trygetif.c-46-		if (isdigit(argv[1][0]))
bootp-2.4.3/trygetif.c:47:			dst_addr.s_addr = inet_addr(argv[1]);
bootp-2.4.3/trygetif.c-48-		else {
##############################################
bootp-2.4.3/debian/patches/bootp_2.4.3-18.diff-1650- 		}
bootp-2.4.3/debian/patches/bootp_2.4.3-18.diff:1651:-		if (prs_inetaddr(src, &(address1->s_addr)) < 0) {
bootp-2.4.3/debian/patches/bootp_2.4.3-18.diff:1652:+		if (prs_inetaddr(src, (u_int32_t *) &(address1->s_addr)) < 0) {
bootp-2.4.3/debian/patches/bootp_2.4.3-18.diff-1653- 			break;
##############################################
bootp-2.4.3/debian/patches/bootp_2.4.3-18.diff-1657- PRIVATE int
bootp-2.4.3/debian/patches/bootp_2.4.3-18.diff:1658: prs_inetaddr(src, result)
bootp-2.4.3/debian/patches/bootp_2.4.3-18.diff-1659- 	char **src;
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/Changes-96-04/25/94  shamash@boxhill.com (Ari Shamash)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/Changes:97:	Fix prs_inetaddr() so it allows '_' in hostnames.
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/Changes-98-
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/getether.c-146-		((struct sockaddr_dl *) &ifrp->ifr_addr)->sdl_type == IFT_ETHER) {
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/getether.c:147:			bcopy(LLADDR((struct sockaddr_dl *) &ifrp->ifr_addr), eap, EALEN);
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/getether.c-148-			rc = 0;
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-72-#define E_UNKNOWN_SYMBOL	(-3)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:73:#define E_BAD_IPADDR		(-4)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:74:#define E_BAD_HWADDR		(-5)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-75-#define E_BAD_LONGWORD		(-6)
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-720-	if (optype == OP_ADDITION) { \
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:721:		if (prs_inetaddr(symbol, &value) < 0) \
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-722-			return E_BAD_IPADDR; \
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-899-			}
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:900:			tmphaddr = prs_haddr(symbol, hp->htype);
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-901-			if (!tmphaddr)
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1007-						return E_BAD_IPADDR;
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:1008:					if (prs_inetaddr(symbol, &value) < 0)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1009-						return E_BAD_IPADDR;
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1625-		}
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:1626:		if (prs_inetaddr(src, &(address1->s_addr)) < 0) {
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1627-			break;
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1652-/*
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:1653: * prs_inetaddr(src, result)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1654- *
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1666-PRIVATE int
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:1667:prs_inetaddr(src, result)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1668-	char **src;
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1766-PRIVATE byte *
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c:1767:prs_haddr(src, htype)
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/readfile.c-1768-	char **src;
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootptest.c-200-			argc--; argv++;
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootptest.c:201:			vend_magic = inet_addr(*argv);
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootptest.c-202-			break;
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootptest.c-254-		if (isdigit(servername[0]))
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootptest.c:255:			server_addr = inet_addr(servername);
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootptest.c-256-		else {
##############################################
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootpgw.c-353-	if (isdigit(servername[0]))
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootpgw.c:354:		server_ipa = inet_addr(servername);
bootp-2.4.3/.pc/bootp_2.4.3-18.diff/bootpgw.c-355-	else {
##############################################
bootp-2.4.3/Changes-117-04/25/94  shamash@boxhill.com (Ari Shamash)
bootp-2.4.3/Changes:118:	Fix prs_inetaddr() so it allows '_' in hostnames.
bootp-2.4.3/Changes-119-
##############################################
bootp-2.4.3/getether.c-146-		((struct sockaddr_dl *) &ifrp->ifr_addr)->sdl_type == IFT_ETHER) {
bootp-2.4.3/getether.c:147:			bcopy(LLADDR((struct sockaddr_dl *) &ifrp->ifr_addr), eap, EALEN);
bootp-2.4.3/getether.c-148-			rc = 0;
##############################################
bootp-2.4.3/readfile.c-72-#define E_UNKNOWN_SYMBOL	(-3)
bootp-2.4.3/readfile.c:73:#define E_BAD_IPADDR		(-4)
bootp-2.4.3/readfile.c:74:#define E_BAD_HWADDR		(-5)
bootp-2.4.3/readfile.c-75-#define E_BAD_LONGWORD		(-6)
##############################################
bootp-2.4.3/readfile.c-728-	if (optype == OP_ADDITION) { \
bootp-2.4.3/readfile.c:729:		if (prs_inetaddr(symbol, &value) < 0) \
bootp-2.4.3/readfile.c-730-			return E_BAD_IPADDR; \
##############################################
bootp-2.4.3/readfile.c-907-			}
bootp-2.4.3/readfile.c:908:			tmphaddr = prs_haddr(symbol, hp->htype);
bootp-2.4.3/readfile.c-909-			if (!tmphaddr)
##############################################
bootp-2.4.3/readfile.c-1015-						return E_BAD_IPADDR;
bootp-2.4.3/readfile.c:1016:					if (prs_inetaddr(symbol, &value) < 0)
bootp-2.4.3/readfile.c-1017-						return E_BAD_IPADDR;
##############################################
bootp-2.4.3/readfile.c-1645-		}
bootp-2.4.3/readfile.c:1646:		if (prs_inetaddr(src, (u_int32_t *) &(address1->s_addr)) < 0) {
bootp-2.4.3/readfile.c-1647-			break;
##############################################
bootp-2.4.3/readfile.c-1672-/*
bootp-2.4.3/readfile.c:1673: * prs_inetaddr(src, result)
bootp-2.4.3/readfile.c-1674- *
##############################################
bootp-2.4.3/readfile.c-1686-PRIVATE int
bootp-2.4.3/readfile.c:1687:prs_inetaddr(src, result)
bootp-2.4.3/readfile.c-1688-	char **src;
##############################################
bootp-2.4.3/readfile.c-1786-PRIVATE byte *
bootp-2.4.3/readfile.c:1787:prs_haddr(src, htype)
bootp-2.4.3/readfile.c-1788-	char **src;
##############################################
bootp-2.4.3/bootptest.c-212-			argc--; argv++;
bootp-2.4.3/bootptest.c:213:			vend_magic = inet_addr(*argv);
bootp-2.4.3/bootptest.c-214-			break;
##############################################
bootp-2.4.3/bootptest.c-266-		if (isdigit(servername[0]))
bootp-2.4.3/bootptest.c:267:			server_addr = inet_addr(servername);
bootp-2.4.3/bootptest.c-268-		else {
##############################################
bootp-2.4.3/bootpgw.c-364-	if (isdigit(servername[0]))
bootp-2.4.3/bootpgw.c:365:		server_ipa = inet_addr(servername);
bootp-2.4.3/bootpgw.c-366-	else {