Searched defs:sub (Results 1 – 3 of 3) sorted by relevance
106 std::string sub = name.substr(0, dot); in logrotate() local
339 pub fn sub(self, off: u64, sz: u64) -> Result<Self, Error> { in sub() method341 let mut sub = self; in sub() localVariable
660 std::string sub = line.substr(next_start, text_cols + 1); in DrawWrappedTextLines() local