| /freebsd-13.1/bin/csh/ |
| H A D | Makefile | 55 CLEANFILES= ${GENHDRS} gethost csh.1 118 build-tools: gethost 120 DEPENDOBJS+= gethost 121 gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META} target 123 ${CC:N${CCACHE_BIN}} -o gethost ${LDFLAGS} ${CFLAGS:C/-DHAVE_ICONV//} \ 124 ${TCSHDIR}/gethost.c 126 tc.defs.c: gethost ${TCSHDIR}/host.defs 129 ${BTOOLSPATH:U.}/gethost ${TCSHDIR}/host.defs >> ${.TARGET}
|
| /freebsd-13.1/contrib/ntp/scripts/deprecated/ |
| H A D | ntp-groper | 35 gethost $host > /dev/null 2>&1
|
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | parseipfexpr.c | 166 if (gethost(AF_INET, s, &addr) == -1) { in parseipfexpr() 195 if (gethost(AF_INET6, s, &addr) == -1) { in parseipfexpr()
|
| H A D | gethost.c | 14 gethost(int family, char *name, i6addr_t *hostp) in gethost() function
|
| H A D | alist_new.c | 80 if (gethost(family, host, &al->al_i6addr) == -1) { in alist_new()
|
| H A D | Makefile | 16 gethost.c getifname.c geticmptype.c \
|
| H A D | ipft_tx.c | 58 if (gethost(AF_INET, host, &ipa) == -1) { in tx_hostnum()
|
| /freebsd-13.1/sbin/routed/ |
| H A D | parms.c | 229 if (!gethost(dname, &dst)) { in gwkludge() 255 if (!gethost(gname, &gate)) { in gwkludge() 797 || !gethost(buf2,&addr)) in parse_parms() 1010 gethost(char *name, in gethost() function
|
| H A D | defs.h | 521 int gethost(char *, naddr *);
|
| H A D | main.c | 129 (void)gethost(myname, &myaddr); in main()
|
| /freebsd-13.1/contrib/ipfilter/lib/ |
| H A D | Makefile | 33 $(DEST)/gethost.o \ 197 $(DEST)/gethost.o: $(LIBSRC)/gethost.c $(INCDEP) 198 $(CC) $(CCARGS) -c $(LIBSRC)/gethost.c -o $@
|
| /freebsd-13.1/contrib/bsnmp/snmpd/ |
| H A D | config.c | 778 gethost(const char *host, u_char *ip) in gethost() function 853 gethost(strval, ip); in parse_oid() 991 gethost(strval, ip); in parse_syntax_ipaddress()
|
| /freebsd-13.1/sbin/ipf/ippool/ |
| H A D | ippool_y.y | 689 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_htablehosts() 734 if (gethost(hlist->al_family, url, &hlist->al_i6addr) == -1) { in add_poolhosts()
|
| /freebsd-13.1/sbin/ipf/common/ |
| H A D | ipf.h | 223 extern int gethost(int, char *, i6addr_t *);
|
| H A D | ipf_y.y | 2159 if (gethost(AF_INET, name, addrp) == -1) { in lookuphost()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | host.defs | 206 gethost(void) 509 hosttype: : gethost() 1182 hosttype: : gethost()
|
| H A D | Fixes | 145 1. Detect missing ) in gethost.c (Corinna Vinschen) 149 102. Make gethost use definitions for x __x__ and __x automatically. 960 50. Avoid stdio.h inclusion problem in SCO (gethost.c). 1101 29. Another attempt at the gethost timeout code.
|
| /freebsd-13.1/sbin/ipf/ipnat/ |
| H A D | ipnat_y.y | 1166 if (gethost(family, $1,
|