Searched refs:NAME_CONFLICT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_types.h98 * NAME_CONFLICT macro to prepend (for C++) an underscore to the
103 * struct pr_size NAME_CONFLICT(pr_size);
105 * #define pr_height NAME_CONFLICT(pr_size).y
106 * #define pr_width NAME_CONFLICT(pr_size).x
109 * invocation of NAME_CONFLICT.
137 #define NAME_CONFLICT(name) _##name macro
139 #define NAME_CONFLICT(name) _**name macro
160 #define NAME_CONFLICT(name) _**name macro
176 #define NAME_CONFLICT(name) name macro
190 #define NAME_CONFLICT(nam macro
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDException.java39 public static final int NAME_CONFLICT = -65548; field in class:DNSSDException

Completed in 55 milliseconds