Home
last modified time | relevance | path

Searched refs:libc_fcntl (Results 1 – 1 of 1) 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()