Searched refs:hp (Results 201 - 225 of 424) sorted by relevance

1234567891011>>

/macosx-10.10/expat-12/expat/xmlwf/
H A Dxmlwin32url.cxx147 IWinInetHttpInfo *hp; local
149 (void **)&hp);
155 hr = hp->QueryInfo(HTTP_QUERY_CONTENT_TYPE, contentType,
173 hp->Release();
/macosx-10.10/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c1605 register struct hostent *hp; local
1616 hp = gethostbyname(domain);
1617 if (hp != NULL)
1618 cp = strchr(hp->h_name, '.');
1630 hp = gethostbyaddr((char *)&in, sizeof(in), AF_INET);
1631 if (hp != NULL) {
1632 if ((cp = strchr(hp->h_name, '.')) != NULL &&
1635 (void)strncpy(line, hp->h_name, sizeof(line) - 1);
1647 register struct hostent *hp; local
1676 hp
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmultilink.c285 struct hostent *hp; local
297 hp = gethostbyname(hostname);
298 if (hp != NULL) {
299 addr = *(u_int32_t *)hp->h_addr;
/macosx-10.10/gnuserv-7/gnuserv/
H A Dgnuslib.c11 Author: Andy Norman (ange@hplb.hpl.hp.com), based on
290 struct hostent *hp; /* pointer to host info for remote host */ local
296 else if ((hp = gethostbyname(host)) != NULL)
297 return ((struct in_addr *)(hp->h_addr))->s_addr;
/macosx-10.10/gpatch-3/patch/
H A Dconfig.guess415 echo m68k-hp-bsd
418 echo m68k-hp-bsd4.4
460 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
493 echo hppa1.1-hp-bsd
496 echo hppa1.0-hp-bsd
499 echo hppa1.0-hp-mpeix
502 echo hppa1.1-hp-osf
505 echo hppa1.0-hp-osf
515 echo hppa1.1-hp-lites
567 echo m68k-hp
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c420 * Delete element hp of the h list
438 * Delete element hp of the h list
443 TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp)
445 HistEventPrivate *evp = (void *)&hp->ev;
446 if (hp == &h->list)
448 if (h->cursor == hp) {
449 h->cursor = hp->prev;
451 h->cursor = hp->next;
453 hp->prev->next = hp
442 history_def_delete(history_t *h, TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess145 hp3[0-9][05]) machine=m68k-hp ;;
538 echo m68k-hp-bsd
541 echo m68k-hp-bsd4.4
605 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
609 echo ia64-hp-hpux${HPUX_REV}
643 echo hppa1.1-hp-bsd
646 echo hppa1.0-hp-bsd
649 echo hppa1.0-hp-mpeix
652 echo hppa1.1-hp-osf
655 echo hppa1.0-hp
[all...]
/macosx-10.10/libedit-40/src/
H A Dhistory.c420 * Delete element hp of the h list
438 * Delete element hp of the h list
443 TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp)
445 HistEventPrivate *evp = (void *)&hp->ev;
446 if (hp == &h->list)
448 if (h->cursor == hp) {
449 h->cursor = hp->prev;
451 h->cursor = hp->next;
453 hp->prev->next = hp
442 history_def_delete(history_t *h, TYPE(HistEvent) *ev __attribute__((__unused__)), hentry_t *hp) argument
[all...]
/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dutil.c194 HFSPlusVolumeHeader *hp; local
198 hp = &vop->vdp->priHeader;
200 if (IsValidSigWord(S16(hp->signature)) == 0) {
201 warnx("primary volume header signature = %x, invalid", S16(hp->signature));
210 hp = &vop->vdp->altHeader;
212 if (IsValidSigWord(S16(hp->signature)) == 0) {
213 warnx("alternate volume header signature = %x, invalid", S16(hp->signature));
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsockaddr.c494 struct hostent *hp; local
525 hp = &hs;
533 hp = &hs;
538 &hp, &hosterror);
541 hp = gethostbyname_r(hostname, &hs, tmp, GETHOSTBYNAME_BUFLEN - 1,
544 if (!hp) {
549 hp = gethostbyname(hostname);
552 if (!hp) {
563 while (hp->h_addr_list[curaddr]) {
567 new_sa->sa.sin.sin_addr = *(struct in_addr *)hp
[all...]
/macosx-10.10/libresolv-57/
H A Dres_mkupdate.c94 HEADER *hp; local
114 hp = (HEADER *) buf;
116 hp->id = res_randomid();
118 hp->id = htons(++statp->id);
120 hp->opcode = ns_o_update;
121 hp->rcode = ns_r_noerror;
664 hp->qdcount = htons(counts[0]);
665 hp->ancount = htons(counts[1]);
666 hp->nscount = htons(counts[2]);
667 hp
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c333 idn_stub_freehostent(struct hostent *hp) { argument
334 static void (*fp)(struct hostent *hp);
339 (*fp)(hp);
/macosx-10.10/dtrace-147/libctf/
H A Dctf_lookup.c84 const ctf_helem_t *hp; local
144 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p,
150 type = hp->h_type;
/macosx-10.10/postfix-255/postfix/src/postscreen/
H A Dpostscreen_dnsbl.c172 #define PSC_CALL_BACK_EXTEND(hp, sp) do { \
175 (hp)->value = myrealloc((char *) (sp), sizeof(*(sp)) + \
177 (sp) = (PSC_DNSBL_SCORE *) (hp)->value; \
/macosx-10.10/Chess-310.6/sjeng/
H A Ddepcomp52 if test "$depmode" = hp; then
122 hp)
/macosx-10.10/ICU-531.30/icuSources/
H A Dconfig.sub148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
681 basic_machine=m68k-hp
684 basic_machine=m68k-hp
688 basic_machine=m68k-hp
692 basic_machine=hppa1.0-hp
695 basic_machine=m68000-hp
698 basic_machine=m68k-hp
701 basic_machine=hppa1.0-hp
704 basic_machine=hppa1.1-hp
707 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dconfig.sub154 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
648 basic_machine=m68k-hp
651 basic_machine=m68k-hp
655 basic_machine=m68k-hp
659 basic_machine=hppa1.0-hp
662 basic_machine=m68000-hp
665 basic_machine=m68k-hp
668 basic_machine=hppa1.0-hp
671 basic_machine=hppa1.1-hp
674 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dconfig.sub153 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
647 basic_machine=m68k-hp
650 basic_machine=m68k-hp
654 basic_machine=m68k-hp
658 basic_machine=hppa1.0-hp
661 basic_machine=m68000-hp
664 basic_machine=m68k-hp
667 basic_machine=hppa1.0-hp
670 basic_machine=hppa1.1-hp
673 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
H A Dconfig.sub148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
679 basic_machine=m68k-hp
682 basic_machine=m68k-hp
686 basic_machine=m68k-hp
690 basic_machine=hppa1.0-hp
693 basic_machine=m68000-hp
696 basic_machine=m68k-hp
699 basic_machine=hppa1.0-hp
702 basic_machine=hppa1.1-hp
705 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
H A Dconfig.sub153 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
647 basic_machine=m68k-hp
650 basic_machine=m68k-hp
654 basic_machine=m68k-hp
658 basic_machine=hppa1.0-hp
661 basic_machine=m68000-hp
664 basic_machine=m68k-hp
667 basic_machine=hppa1.0-hp
670 basic_machine=hppa1.1-hp
673 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dconfig.sub148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
681 basic_machine=m68k-hp
684 basic_machine=m68k-hp
688 basic_machine=m68k-hp
692 basic_machine=hppa1.0-hp
695 basic_machine=m68000-hp
698 basic_machine=m68k-hp
701 basic_machine=hppa1.0-hp
704 basic_machine=hppa1.1-hp
707 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/apr-32/apr/apr/build/
H A Dconfig.sub148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
679 basic_machine=m68k-hp
682 basic_machine=m68k-hp
686 basic_machine=m68k-hp
690 basic_machine=hppa1.0-hp
693 basic_machine=m68000-hp
696 basic_machine=m68k-hp
699 basic_machine=hppa1.0-hp
702 basic_machine=hppa1.1-hp
705 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/build/
H A Dconfig.sub153 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
661 basic_machine=m68k-hp
664 basic_machine=m68k-hp
668 basic_machine=m68k-hp
672 basic_machine=hppa1.0-hp
675 basic_machine=m68000-hp
678 basic_machine=m68k-hp
681 basic_machine=hppa1.0-hp
684 basic_machine=hppa1.1-hp
687 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/conftools/
H A Dconfig.sub155 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
681 basic_machine=m68k-hp
684 basic_machine=m68k-hp
688 basic_machine=m68k-hp
692 basic_machine=hppa1.0-hp
695 basic_machine=m68000-hp
698 basic_machine=m68k-hp
701 basic_machine=hppa1.0-hp
704 basic_machine=hppa1.1-hp
707 # FIXME: really hppa2.0-hp
[all...]
/macosx-10.10/curl-83.1.2/curl/
H A Dconfig.sub148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
685 basic_machine=m68k-hp
688 basic_machine=m68k-hp
692 basic_machine=m68k-hp
696 basic_machine=hppa1.0-hp
699 basic_machine=m68000-hp
702 basic_machine=m68k-hp
705 basic_machine=hppa1.0-hp
708 basic_machine=hppa1.1-hp
711 # FIXME: really hppa2.0-hp
[all...]

Completed in 377 milliseconds

1234567891011>>