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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dlintsup.c89 #define USE(name) (void) name((Msg)&_ ## name[0]) macro
91 USE(_sgs_msg_libconv_arch);
92 USE(_sgs_msg_libconv_audit);
93 USE(_sgs_msg_libconv_c_literal);
94 USE(_sgs_msg_libconv_cap);
95 USE(_sgs_msg_libconv_config);
96 USE(_sgs_msg_libconv_corenote);
97 USE(_sgs_msg_libconv_data);
98 USE(_sgs_msg_libconv_deftag);
99 USE(_sgs_msg_libconv_demangl
122 #undef USE macro
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c92 #define USE(b) ((b)->siz=(b)->nxt-(b)->buf,(b)->nxt=(b)->buf,(b)->siz) macro
680 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
685 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
693 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
703 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
723 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
730 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
736 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
749 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
758 comment(&notice, &buf, BUF(&tmp), USE(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c527 #define USE(rsn) dprintf_cont(("yes %s\n", (rsn))) macro
534 USE("bss"); /* grab up to brkbase */
543 USE("a.out data");
548 USE("lib data"); /* library data/bss */
556 #undef USE macro

Completed in 71 milliseconds