Home
last modified time | relevance | path

Searched refs:tokix (Results 1 – 3 of 3) sorted by last modified time

/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dparse.c1548 unsigned tokix = 0; local
1686 tokbuf[tokix++] = 'D';
1725 tokbuf [tokix++] = 'E';
1726 strcpy (&tokbuf [tokix], val);
1727 tokix += strlen (val);
1752 if (tokix == sizeof tokbuf) {
1760 tokbuf [tokix++] = type;
1765 if (tokix == sizeof tokbuf) {
1773 tokbuf[tokix++] = 'a';
1812 memcpy(s, tokbuf, tokix);
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dparse.c1548 unsigned tokix = 0; local
1686 tokbuf[tokix++] = 'D';
1725 tokbuf [tokix++] = 'E';
1726 strcpy (&tokbuf [tokix], val);
1727 tokix += strlen (val);
1752 if (tokix == sizeof tokbuf) {
1760 tokbuf [tokix++] = type;
1765 if (tokix == sizeof tokbuf) {
1773 tokbuf[tokix++] = 'a';
1812 memcpy(s, tokbuf, tokix);
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dparse.c1548 unsigned tokix = 0; local
1686 tokbuf[tokix++] = 'D';
1725 tokbuf [tokix++] = 'E';
1726 strcpy (&tokbuf [tokix], val);
1727 tokix += strlen (val);
1752 if (tokix == sizeof tokbuf) {
1760 tokbuf [tokix++] = type;
1765 if (tokix == sizeof tokbuf) {
1773 tokbuf[tokix++] = 'a';
1812 memcpy(s, tokbuf, tokix);
[all …]