Home
last modified time | relevance | path

Searched defs:lineFunc (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/os/user/
Dlookup_unix.go20 type lineFunc func(line []byte) (v any, err error) type
28 func readColonFile(r io.Reader, fn lineFunc, readCols int) (v any, err error) {