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

/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c264 char charstr[100]; local
274 (void) sprintf(charstr, "%d", value);
276 (void) snprintf(charstr, sizeof (charstr), "%d %s",
279 return (strdup(charstr));
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c51 static int charstr(const u_char *rdata, const u_char *edata,
174 T(len = charstr(rdata, edata, &buf, &buflen));
185 T(len = charstr(rdata, edata, &buf, &buflen));
298 T(len = charstr(rdata, edata, &buf, &buflen));
307 T(len = charstr(rdata, edata, &buf, &buflen));
354 T(len = charstr(rdata, edata, &buf, &buflen));
361 T(len = charstr(rdata, edata, &buf, &buflen));
368 T(len = charstr(rdata, edata, &buf, &buflen));
1115 * charstr(rdata, edata, buf, buflen)
1125 charstr(cons function
[all...]

Completed in 71 milliseconds