Searched defs:FAULT (Results 1 – 8 of 8) sorted by relevance
49 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
60 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
51 #define FAULT 0x8 macro
55 #define FAULT 0x8 macro
130 FAULT = 2; enumerator
250 pub const FAULT: Self = Self(c::EFAULT); constant
338 pub const FAULT: Self = Self::from_errno(errno::EFAULT); constant
48 static final String FAULT = "fault"; field in XMLRPCClient