Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc556 void RunStrtolOOBTest(PointerToCallStrtol Strtol) { in RunStrtolOOBTest()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/
Dtest.go1025 func Strtol(s string, base int) (int, error) { func