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

/illumos-gate/usr/src/cmd/listen/
H A Dnsaddr.h42 #define SBUFSIZE 128 macro
/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/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);

Completed in 45 milliseconds