Searched defs:holength (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c888 char holength[24]; local
915 sprintf(holength, "%d", ho->h_length);
920 need += strlen(holength) + 1;
953 strcat(*buffer, holength); strcat(*buffer, fieldsep);
995 int holength; local
1059 holength = (int)t;
1060 if ((long) holength != t) { /*%< value must have been too big. */
1111 ho->h_length = holength;

Completed in 67 milliseconds