Searched refs:dostring (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c132 addr->len = dostring(str, sbuf, 0);
135 default: /* \ is handled by dostring */
136 addr->len = dostring(--str, sbuf, quote);
145 addr->len = dostring(str, sbuf, quote);
161 dostring: Copy string at s to buf translating
167 dostring(s, buf, quote) /* read in a raw address */ function
179 fprintf(stderr, "dostring: string too long\n");

Completed in 44 milliseconds