Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c73 char scanbuf[SBUFSIZE];
77 char sbuf[SBUFSIZE];
175 if (len >= SBUFSIZE) {
184 if (len + l < SBUFSIZE)
255 int bp = SBUFSIZE - 1;
298 return (SBUFSIZE - bp);
344 mystr ? SBUFSIZE : 0);
352 mystr ? SBUFSIZE : 0);
527 else if (sbp == SBUFSIZE) {
531 else if (sbp < SBUFSIZE)
[all …]
H A Dnsaddr.h42 #define SBUFSIZE 128 macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c54 #define SBUFSIZE 128 macro
104 sbuf = malloc(SBUFSIZE); in stoa()
152 int bp = SBUFSIZE - 1; in dobase()
196 memcp(buf, &buf[bp], (SBUFSIZE - bp)); in dobase()
197 return (SBUFSIZE - bp); in dobase()
/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/contrib/ast/src/lib/libast/features/
H A Dmode.c202 #ifdef SBUFSIZE in main()
203 n = SBUFSIZE; in main()