Home
last modified time | relevance | path

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

12

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/os/user/
H A Dlookup_unix.go22 type lineFunc func(line []byte) (v any, err error) type
30 func readColonFile(r io.Reader, fn lineFunc, readCols int) (v any, err error) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/os/user/
H A Dlookup_unix_test.go30 # comment:*:4:found
37 gid string
38 }{
39 {testGroupFile, "nobody", "-2"},
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/os/user/
H A Dlookup_unix.go30 type lineFunc func(line []byte) (v interface{}, err error) type
35 func readColonFile(r io.Reader, fn lineFunc) (v interface{}, err error) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/os/user/
H A Dlookup_unix.go31 type lineFunc func(line []byte) (v interface{}, err error) type
39 func readColonFile(r io.Reader, fn lineFunc, readCols int) (v interface{}, err error) {
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_lines.c201 #define USE(lineFunc) \ argument
210 #define USE(lineFunc) swrast->Line = lineFunc argument
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_lines.c201 #define USE(lineFunc) \ argument
210 #define USE(lineFunc) swrast->Line = lineFunc argument
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_lines.c201 #define USE(lineFunc) \ argument
210 #define USE(lineFunc) swrast->Line = lineFunc argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_lines.c201 #define USE(lineFunc) \ argument
210 #define USE(lineFunc) swrast->Line = lineFunc argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_lines.c201 #define USE(lineFunc) \ argument
210 #define USE(lineFunc) swrast->Line = lineFunc argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_lines.c201 #define USE(lineFunc) \ argument
210 #define USE(lineFunc) swrast->Line = lineFunc argument

12