Home
last modified time | relevance | path

Searched refs:tempchr2 (Results 1 – 3 of 3) sorted by relevance

/dports/irc/bopm/bopm-3.1.3/src/
H A Dfiredns.c396 const char * tempchr, * tempchr2; in firedns_build_query_payload() local
400 tempchr2 = name; in firedns_build_query_payload()
403 while ((tempchr = strchr(tempchr2,'.')) != NULL) in firedns_build_query_payload()
405 l = tempchr - tempchr2; in firedns_build_query_payload()
409 memcpy(&payload[payloadpos],tempchr2,l); in firedns_build_query_payload()
411 tempchr2 = &tempchr[1]; in firedns_build_query_payload()
413 l = strlen(tempchr2); in firedns_build_query_payload()
419 memcpy(&payload[payloadpos],tempchr2,l); in firedns_build_query_payload()
/dports/dns/firedns/firedns/
H A Dfiredns.c380 tempchr2 = name; in firedns_build_query_payload()
384 l = tempchr - tempchr2; in firedns_build_query_payload()
390 tempchr2 = &tempchr[1]; in firedns_build_query_payload()
392 l = strlen(tempchr2); in firedns_build_query_payload()
496 char *tempchr,*tempchr2;; in firedns_aton6_s() local
505 tempchr2 = instring; in firedns_aton6_s()
514 o = strlen(tempchr2); in firedns_aton6_s()
529 tempchr2 = tempchr + 1; in firedns_aton6_s()
531 tempchr2++; in firedns_aton6_s()
540 tempchr = tempchr2; in firedns_aton6_s()
[all …]
/dports/net-im/centerim/centerim-4.22.10/firetalk/
H A Dirc.c649 char *tempchr2; in irc_recv_parse() local
678 while ((curarg < sizeof(args)/sizeof(*args)) && ((tempchr2 = strchr(tempchr, ' ')) != NULL)) { in irc_recv_parse()
680 *tempchr2 = 0; in irc_recv_parse()
681 tempchr = tempchr2 + 1; in irc_recv_parse()