func internal/runtime/strconv.Atoi

4 uses

	internal/runtime/strconv (current package)
		atoi.go#L61: func Atoi(s string) (int, bool) {

	runtime
		os_linux.go#L345: 	v, ok := strconv.Atoi(slicebytetostringtmp((*byte)(ptr), int(n)))
		runtime1.go#L535: 			if n, ok := strconv.Atoi(value); ok {
		runtime1.go#L581: 		if n, ok := strconv.Atoi(level); ok && n == int(uint32(n)) {