Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/audio/include/
H A Daudio_types.h137 #define NAME_CONFLICT(name) _##name macro
139 #define NAME_CONFLICT(name) _**name
160 #define NAME_CONFLICT(name) _**name
176 #define NAME_CONFLICT(name) name
190 #define NAME_CONFLICT(name) name
/titanic_44/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDException.java57 public static final int NAME_CONFLICT = -65548; field in DNSSDException