Searched defs:PUT (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.h88 #define PUT 1 macro
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h127 #define PUT(p) macro
138 #define PUT(p) (end?(*end=(char*)p-back):(char*)0) macro
143 #define PUT(p) (end?(*end=(char*)p-1):(char*)0) macro
304 PUT(s);
347 PUT(s);
362 PUT(s);
371 PUT(s);
375 PUT(s);
381 PUT(s);
472 PUT(
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c63 #define PUT(p, n) { unsigned char *newbufptr; \ macro
74 PUT((s), nn); \
290 PUT(bp, pdiff);
1031 PUT(prefix, prefixlength);
1035 PUT(SNAN, SNLEN);
1045 PUT(bp, pdiff);
1054 PUT(suffix, suffixlength);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c90 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1))) macro
215 PUT(b, *s++);
241 PUT(b, notice->cc[n > 0 ? 0 : 1]);
243 PUT(b, cc);
244 PUT(b, notice->cc[n > 0 ? 1 : 2]);
253 PUT(b, cc);
258 PUT(b, ' ');
264 PUT(b, i);
267 PUT(b, ' ');
268 PUT(
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c153 #define PUT(c) (**outbuf = (c), (*outbuf)++, (*outbytesleft)--) macro
552 PUT(*(p + i));
557 PUT(*(p + i));
584 PUT(*(p + i));
681 PUT(*(p + i));
821 PUT(*(p + i));
890 PUT(*(p + i));
895 PUT(*(p + i));
910 PUT(*(p + i));
1191 PUT((uchar_
[all...]
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c89 #define PUT(p, n) \ macro
122 #define PUT(p, n) \ macro
172 PUT(s, nn); \
674 PUT(bp, n);
2162 PUT(prefix, prefixlength);
2171 PUT(bp, n);
2190 PUT(bufp, cnt);
2196 PUT(bp, n);
2207 PUT(suffix, suffixlength);

Completed in 84 milliseconds