Home
last modified time | relevance | path

Searched refs:libc_fcntl (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c51 static int (*libc_fcntl)(int fd, int cmd, int param); variable
368 int res = libc_fcntl(fd, cmd, param); in fcntl()
431 libc_fcntl = dlsym(RTLD_NEXT, "fcntl"); in init()
/third_party/musl/Benchmark/musl/
DBUILD.gn34 "libc_fcntl.cpp",