Searched refs:hp (Results 251 - 274 of 274) sorted by relevance

<<11

/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am129 $(MAGIC_FRAGMENT_DIR)/hp \
H A DMakefile.in402 $(MAGIC_FRAGMENT_DIR)/hp \
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c465 get_handle(struct sshbuf *queue, int *hp) argument
471 *hp = -1;
475 *hp = handle_from_string(handle, hlen);
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y594 struct hostent *hp;
599 if ((hp = gethostbyname(arg)))
600 bcopy(hp->h_addr, &in.s_addr, sizeof(struct in_addr));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c535 WinMain (HINSTANCE hi, HINSTANCE hp, LPWSTR cmd, int show) argument
/freebsd-11-stable/sys/netinet6/
H A Dip6_output.c158 * Make an extension header from option data. hp is the source,
161 #define MAKE_EXTHDR(hp, mp, _ol) \
163 if (hp) { \
164 struct ip6_ext *eh = (struct ip6_ext *)(hp); \
165 error = ip6_copyexthdr((mp), (caddr_t)(hp), \
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c3961 isphdr_t *hp; local
3964 hp = va_arg(ap, isphdr_t *);
3966 switch (hp->rqs_entry_type) {
3968 isp_handle_platform_atio7(isp, (at7_entry_t *) hp);
3971 isp_handle_platform_atio2(isp, (at2_entry_t *) hp);
3977 isp_handle_platform_ctio(isp, hp);
3981 __func__, hp->rqs_entry_type);
H A Disp_target.c131 isphdr_t *hp; member in union:__anon6475
152 #define hdrp unp.hp
H A Disp_library.c727 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp) argument
731 ISP_IOXGET_8(isp, &hp->rqs_entry_count, type);
733 ISP_IOXGET_8(isp, &hp->rqs_entry_type, type);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c395 get_sym_h (struct elf_link_hash_entry **hp, argument
414 if (hp != NULL)
415 *hp = h;
455 if (hp != NULL)
456 *hp = NULL;
H A Dxcofflink.c2263 struct xcoff_link_hash_entry **hp, **hpend;
2267 hp = (obj_xcoff_sym_hashes (sec->owner)
2271 for (; hp < hpend; hp++)
2275 h = *hp;
2258 struct xcoff_link_hash_entry **hp, **hpend; local
H A Delf64-ppc.c6090 get_sym_h (struct elf_link_hash_entry **hp,
6110 if (hp != NULL)
6111 *hp = h;
6151 if (hp != NULL)
6152 *hp = NULL;
6086 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, char **tls_maskp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
H A Dconfigure17095 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
17096 m68*-hp-bsd*)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c139 struct hostent *hp; local
140 hp = gethostbyaddr((char *)&sin->sin_addr,
142 if (hp == NULL)
145 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c3070 hashval_t h, *hp;
3132 hp = data;
3133 *hp = *hp * 509 + h;
3054 hashval_t h, *hp; local
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure2762 *-hp-hpux7* )
2765 *-hp-hpux[89]* )
2768 *-hp-hpux1[0-9]* )
/freebsd-11-stable/contrib/ntp/
H A Dconfigure5821 hpux10.*) # at least for hppa2.0-hp-hpux10.20
17974 *-hp-hpux*)
31025 m68*-hp-hpux*) # HP9000/300?
31031 *-hp-hpux*)
31104 m68*-hp-hpux*) # HP9000/300?
31110 *-hp-hpux10*)
31113 *-hp-hpux9*)
31116 *-hp-hpux*)
32951 *-hp-hpux*)
/freebsd-11-stable/contrib/binutils/
H A Dconfigure2320 hppa*-hp-hpux11*)
2577 m68k-hp-hpux*)
2703 *-hp-hpux*)
/freebsd-11-stable/contrib/apr/
H A Dconfigure6407 *-hp-hpux11.*)
6430 *-hp-hpux10.*)
6432 *-hp-hpux10.01)
6478 *-hp-hpux*)
18819 *-hp-hpux*:cc )
22992 *-hp-hpux*)
24452 *-hp-hpux*)
24979 *-hp-hpux*)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure7865 alpha*|arm*|bfin*|hp*|mips*|sh*|sparc*|ia64|nv1)
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure10310 alpha*|arm*|bfin*|hp*|mips*|sh*|sparc*|ia64|nv1)
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure12841 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure3860 *-hp-hpux11.*)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure5588 hpux10.*) # at least for hppa2.0-hp-hpux10.20
8648 *-hp-hpux*)
26321 *-hp-hpux*)

Completed in 612 milliseconds

<<11