Home
last modified time | relevance | path

Searched refs:hbuf (Results 26 – 50 of 2653) sorted by last modified time

12345678910>>...107

/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/hpt/src/
H A Ddupe.c623 char *hbuf = NULL; /* buffer */ in dupeDetection() local
647 … xstrscat(&hbuf,start,msg.fromUserName,msg.datetime,msg.toUserName,msg.subjectLine,NULLP); in dupeDetection()
648 xscatprintf (&str, "MSGID: %08lx",strcrc32(hbuf, 0xFFFFFFFFL)); in dupeDetection()
649 nfree(hbuf); in dupeDetection()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/smapi/src/
H A Dstructrw.c1088 JAMHDR hbuf; in read_allidx() local
1136 decode_hdr(hdrbuf+offset, &hbuf); in read_allidx()
1139 read_hdr(jmb->HdrHandle, &hbuf); in read_allidx()
1141 if (!(hbuf.Attribute & JMSG_DELETED)) { in read_allidx()
1155 memcpy(&(jmb->actmsg[i].hdr), &hbuf, sizeof(hbuf)); in read_allidx()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dimap_connection.c1385 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; in iptostring() local
1390 getnameinfo(addr, addrlen, hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), in iptostring()
1393 if (outlen < strlen(hbuf) + strlen(pbuf) + 2) in iptostring()
1396 snprintf(out, outlen, "%s;%s", hbuf, pbuf); in iptostring()
/dports/news/husky-htick/husky-htick-1.9.20191207/smapi/src/
H A Dstructrw.c1088 JAMHDR hbuf; in read_allidx() local
1136 decode_hdr(hdrbuf+offset, &hbuf); in read_allidx()
1139 read_hdr(jmb->HdrHandle, &hbuf); in read_allidx()
1141 if (!(hbuf.Attribute & JMSG_DELETED)) { in read_allidx()
1155 memcpy(&(jmb->actmsg[i].hdr), &hbuf, sizeof(hbuf)); in read_allidx()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/hpt/src/
H A Ddupe.c623 char *hbuf = NULL; /* buffer */ in dupeDetection() local
647 … xstrscat(&hbuf,start,msg.fromUserName,msg.datetime,msg.toUserName,msg.subjectLine,NULLP); in dupeDetection()
648 xscatprintf (&str, "MSGID: %08lx",strcrc32(hbuf, 0xFFFFFFFFL)); in dupeDetection()
649 nfree(hbuf); in dupeDetection()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/smapi/src/
H A Dstructrw.c1088 JAMHDR hbuf; in read_allidx() local
1136 decode_hdr(hdrbuf+offset, &hbuf); in read_allidx()
1139 read_hdr(jmb->HdrHandle, &hbuf); in read_allidx()
1141 if (!(hbuf.Attribute & JMSG_DELETED)) { in read_allidx()
1155 memcpy(&(jmb->actmsg[i].hdr), &hbuf, sizeof(hbuf)); in read_allidx()
/dports/news/husky/husky-1.9.20191207/hpt/src/
H A Ddupe.c623 char *hbuf = NULL; /* buffer */ in dupeDetection() local
647 … xstrscat(&hbuf,start,msg.fromUserName,msg.datetime,msg.toUserName,msg.subjectLine,NULLP); in dupeDetection()
648 xscatprintf (&str, "MSGID: %08lx",strcrc32(hbuf, 0xFFFFFFFFL)); in dupeDetection()
649 nfree(hbuf); in dupeDetection()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/smapi/src/
H A Dstructrw.c1088 JAMHDR hbuf; in read_allidx() local
1136 decode_hdr(hdrbuf+offset, &hbuf); in read_allidx()
1139 read_hdr(jmb->HdrHandle, &hbuf); in read_allidx()
1141 if (!(hbuf.Attribute & JMSG_DELETED)) { in read_allidx()
1155 memcpy(&(jmb->actmsg[i].hdr), &hbuf, sizeof(hbuf)); in read_allidx()
/dports/news/husky/husky-1.9.20191207/smapi/src/
H A Dstructrw.c1088 JAMHDR hbuf; in read_allidx() local
1136 decode_hdr(hdrbuf+offset, &hbuf); in read_allidx()
1139 read_hdr(jmb->HdrHandle, &hbuf); in read_allidx()
1141 if (!(hbuf.Attribute & JMSG_DELETED)) { in read_allidx()
1155 memcpy(&(jmb->actmsg[i].hdr), &hbuf, sizeof(hbuf)); in read_allidx()
/dports/net-mgmt/rancid3/rancid-3.13/bin/
H A Dhpuifilter.c149 char hbuf[BUFSZ], /* hlogin buffer */ in main() local
252 memset(hbuf, 0, BUFSZ); in main()
369 if ((bytes = write(pfds[2].fd, hbuf, hlen)) < 0 && in main()
374 hbuf[0] = '\0'; in main()
380 hbuf[0] = '\0'; in main()
382 memmove(hbuf, hbuf + bytes, hlen + 1); in main()
387 hbuf[0] = '\0'; in main()
450 hbuf[hlen] = '\0'; in main()
482 (void)write(pfds[2].fd, hbuf, hlen); in main()
495 if ((hlen = read(pfds[0].fd, hbuf, (BUFSZ - 1))) > 0) { in main()
[all …]
/dports/net-mgmt/argus3/argus-3.0.8.2/argus/
H A DArgusOutput.c1118 char hbuf[NI_MAXHOST]; in ArgusCheckClientStatus() local
1122 bzero(hbuf, sizeof(hbuf)); in ArgusCheckClientStatus()
1126 …if (getnameinfo((struct sockaddr *)&remoteaddr, salen, hbuf, sizeof(hbuf), NULL, 0, NI_NAMEREQD) =… in ArgusCheckClientStatus()
1127 strncpy(clienthost, hbuf, sizeof(hbuf)); in ArgusCheckClientStatus()
1136 … if (getnameinfo((struct sockaddr *)&remoteaddr, salen, hbuf, sizeof(hbuf), NULL, 0, niflags) != 0) in ArgusCheckClientStatus()
1137 strncpy(hbuf, "unknown", sizeof(hbuf)); in ArgusCheckClientStatus()
1139 sprintf(&clienthost[strlen(clienthost)], "[%s]", hbuf); in ArgusCheckClientStatus()
1887 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; in iptostring() local
1900 if (getnameinfo(addr, addrlen, hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), in iptostring()
1906 if(outlen < strlen(hbuf) + strlen(pbuf) + 2) { in iptostring()
[all …]
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_auth.c747 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; in iptostring() local
760 if (getnameinfo(addr, addrlen, hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), niflags) != 0) { in iptostring()
765 if(outlen < strlen(hbuf) + strlen(pbuf) + 2) { in iptostring()
770 snprintf(out, outlen, "%s;%s", hbuf, pbuf); in iptostring()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A DMakefile.in123 events.h commands.c commands.h compl.c compl.h hbuf.c hbuf.h \
136 commands.$(OBJEXT) compl.$(OBJEXT) hbuf.$(OBJEXT) \
172 ./$(DEPDIR)/hbuf.Po ./$(DEPDIR)/help.Po \
209 compl.h hbuf.h screen.h logprint.h settings.h hooks.h utf8.c \
406 commands.c commands.h compl.c compl.h hbuf.c hbuf.h screen.c \
425 @INSTALL_HEADERS_TRUE@ events.h commands.h compl.h hbuf.h \
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hbuf.Po@am__quote@ # am--include-marker
765 -rm -f ./$(DEPDIR)/hbuf.Po
836 -rm -f ./$(DEPDIR)/hbuf.Po
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Ddaemon.c2103 char hbuf[NI_MAXHOST]; in slap_listener() local
2305 if (ldap_pvt_get_hname( (const struct sockaddr *)&from, len, hbuf, in slap_listener()
2306 sizeof(hbuf), &herr ) == 0) { in slap_listener()
2307 ldap_pvt_str2lower( hbuf ); in slap_listener()
2308 dnsname = hbuf; in slap_listener()
/dports/net/asio/asio-1.16.0/include/asio/detail/impl/
H A Dsocket_ops.ipp3036 char hbuf[8192] = "";
3038 sptr->family, &hent, hbuf, sizeof(hbuf), hints.ai_flags, ec);
3193 char hbuf[8192] = "";
3196 &hent, hbuf, sizeof(hbuf), ec);
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Ddaemon.c2103 char hbuf[NI_MAXHOST]; in slap_listener() local
2305 if (ldap_pvt_get_hname( (const struct sockaddr *)&from, len, hbuf, in slap_listener()
2306 sizeof(hbuf), &herr ) == 0) { in slap_listener()
2307 ldap_pvt_str2lower( hbuf ); in slap_listener()
2308 dnsname = hbuf; in slap_listener()
/dports/net/echoping/echoping-ccf3c95d9249d3065db3853486f41c852d20101e/SRC/
H A Dechoping.c73 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
672 if (getnameinfo(res->ai_addr, res->ai_addrlen, hbuf, sizeof(hbuf),
674 strcpy(hbuf, "?");
867 hbuf, pbuf, n);
873 length, hbuf);
879 size, hbuf);
887 plugin_name, hbuf, pbuf);
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Dmdb.c293 hd -> interface.hbuf,
508 hd -> interface.hbuf,
512 hd -> interface.hbuf,
644 h.hbuf [0] = htype; in find_hosts_by_haddr()
645 memcpy (&h.hbuf [1], haddr, hlen); in find_hosts_by_haddr()
648 h.hbuf, h.hlen, file, line); in find_hosts_by_haddr()
1199 lease -> hardware_addr.hbuf,
2269 lease->hardware_addr.hbuf, in hw_hash_add()
2305 lease->hardware_addr.hbuf, in hw_hash_add()
2308 lease->hardware_addr.hbuf, in hw_hash_add()
[all …]
H A Dmdb6.c2879 htype = packet->haddr->hbuf[0]; in find_hosts_by_haddr6()
2884 &packet->haddr->hbuf[1], in find_hosts_by_haddr6()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/client/
H A Ddhclient.c841 &ip->hw_address.hbuf[ip->hw_address.hlen - in main()
1353 (memcmp (&packet -> interface -> hw_address.hbuf [1],
3263 client->interface->hw_address.hbuf + hw_idx, in make_client_options()
3349 &client -> interface -> hw_address.hbuf [1],
3438 &client -> interface -> hw_address.hbuf [1],
3497 &client -> interface -> hw_address.hbuf [1],
3554 &client -> interface -> hw_address.hbuf [1],
3722 (ip->hw_address.hlen > sizeof(ip->hw_address.hbuf))) in form_duid()
3748 memcpy(duid->buffer->data + 8, ip->hw_address.hbuf + 1, in form_duid()
3753 memcpy(duid->buffer->data + 4, ip->hw_address.hbuf + 1, in form_duid()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Ddiscover.c1136 memcpy(&ifindex, hfrom.hbuf, sizeof (ifindex));
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/relay/
H A Ddhcrelay.c900 memcpy(&hto.hbuf[1], packet->chaddr, packet->hlen); in do_relay4()
901 hto.hbuf[0] = packet->htype; in do_relay4()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Dmdb6.c2879 htype = packet->haddr->hbuf[0]; in find_hosts_by_haddr6()
2884 &packet->haddr->hbuf[1], in find_hosts_by_haddr6()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/client/
H A Ddhclient.c841 &ip->hw_address.hbuf[ip->hw_address.hlen - in main()
1353 (memcmp (&packet -> interface -> hw_address.hbuf [1],
3263 client->interface->hw_address.hbuf + hw_idx, in make_client_options()
3349 &client -> interface -> hw_address.hbuf [1],
3438 &client -> interface -> hw_address.hbuf [1],
3497 &client -> interface -> hw_address.hbuf [1],
3554 &client -> interface -> hw_address.hbuf [1],
3722 (ip->hw_address.hlen > sizeof(ip->hw_address.hbuf))) in form_duid()
3748 memcpy(duid->buffer->data + 8, ip->hw_address.hbuf + 1, in form_duid()
3753 memcpy(duid->buffer->data + 4, ip->hw_address.hbuf + 1, in form_duid()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Ddiscover.c1136 memcpy(&ifindex, hfrom.hbuf, sizeof (ifindex));

12345678910>>...107