Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2219 pub const I_NREAD: c_int = STR | 0o1;
2220 pub const I_PUSH: c_int = STR | 0o2;
2221 pub const I_POP: c_int = STR | 0o3;
2222 pub const I_LOOK: c_int = STR | 0o4;
2223 pub const I_FLUSH: c_int = STR | 0o5;
2224 pub const I_SRDOPT: c_int = STR | 0o6;
2226 pub const I_STR: c_int = STR | 0o10;
2229 pub const I_FIND: c_int = STR | 0o13;
2230 pub const I_LINK: c_int = STR | 0o14;
2232 pub const I_PEEK: c_int = STR | 0o17;
[all …]