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

/illumos-gate/usr/src/cmd/listen/
H A Dnsaddr.h42 #define SBUFSIZE 128 macro
H A Dnstoa.c76 char scanbuf[SBUFSIZE];
80 char sbuf[SBUFSIZE];
178 if (len >= SBUFSIZE) {
187 if (len + l < SBUFSIZE)
239 return (len >= SBUFSIZE) ? 0 : len;
257 int bp = SBUFSIZE - 1;
299 memcp(buf, &buf[bp], (SBUFSIZE - bp));
300 return (SBUFSIZE - bp);
333 if ((str = malloc(SBUFSIZE)) == NULL)
346 mystr ? SBUFSIZE
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c56 #define SBUFSIZE 128 macro
106 sbuf = malloc(SBUFSIZE);
154 int bp = SBUFSIZE - 1;
198 memcp(buf, &buf[bp], (SBUFSIZE - bp));
199 return (SBUFSIZE - bp);
/illumos-gate/usr/src/cmd/bnu/
H A Dstoa.c49 #define SBUFSIZE 128 macro
55 GLOBAL char sbuf[SBUFSIZE];
142 int bp = SBUFSIZE - 1;
184 memcp(buf, &buf[bp], (SBUFSIZE - bp));
185 return (SBUFSIZE - bp);
/illumos-gate/usr/src/lib/libast/common/features/
H A Dmode.c202 #ifdef SBUFSIZE
203 n = SBUFSIZE;

Completed in 69 milliseconds