Searched refs:PUT (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 90 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1))) macro 215 PUT(b, *s++); in copy() 241 PUT(b, notice->cc[n > 0 ? 0 : 1]); in comment() 243 PUT(b, cc); in comment() 244 PUT(b, notice->cc[n > 0 ? 1 : 2]); in comment() 253 PUT(b, cc); in comment() 258 PUT(b, ' '); in comment() 264 PUT(b, i); in comment() 267 PUT(b, ' '); in comment() 268 PUT(b, cc); in comment() [all …]
|
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfstrtof.h | 127 #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(s);
|
/titanic_41/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 63 #define PUT(p, n) { unsigned char *newbufptr; \ macro 74 PUT((s), nn); \ 290 PUT(bp, pdiff); in _doprnt() 1031 PUT(prefix, prefixlength); in _doprnt() 1035 PUT(SNAN, SNLEN); in _doprnt() 1045 PUT(bp, pdiff); in _doprnt() 1054 PUT(suffix, suffixlength); in _doprnt()
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 153 #define PUT(c) (**outbuf = (c), (*outbuf)++, (*outbytesleft)--) macro 552 PUT(*(p + i)); in map_i_f() 557 PUT(*(p + i)); in map_i_f() 584 PUT(*(p + i)); in map_i_f() 681 PUT(*(p + i)); in map_l_f() 821 PUT(*(p + i)); in map_h_l() 890 PUT(*(p + i)); in map_d_e_l() 895 PUT(*(p + i)); in map_d_e_l() 910 PUT(*(p + i)); in map_d_e_l() 1191 PUT((uchar_t)c); in eval_op() [all …]
|
/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 644 inline_struct(sp->decls, sp->tail, PUT, indent); in emit_struct_tail_recursion() 702 inline_struct(dl, NULL, PUT, 1); in emit_struct() 803 if (flag == PUT) in emit_single_in_line() 830 if (flag == PUT) in emit_single_in_line() 850 if (flag == PUT) in emit_single_in_line64() 878 if (flag == PUT) in emit_single_in_line64()
|
H A D | rpc_util.h | 88 #define PUT 1 macro
|
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 89 #define PUT(p, n) \ macro 122 #define PUT(p, n) \ macro 172 PUT(s, nn); \ 674 PUT(bp, n); in _wndoprnt() 2162 PUT(prefix, prefixlength); in _wndoprnt() 2171 PUT(bp, n); in _wndoprnt() 2190 PUT(bufp, cnt); in _wndoprnt() 2196 PUT(bp, n); in _wndoprnt() 2207 PUT(suffix, suffixlength); in _wndoprnt()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | pac.c | 89 PUT(16,p,val); in store_16_le() 103 PUT(32,p,val); in store_32_le() 118 PUT(64,p,val); in store_64_le()
|