Searched refs:libc_fcntl (Results 1 – 2 of 2) sorted by relevance
51 static int (*libc_fcntl)(int fd, int cmd, int param); variable368 int res = libc_fcntl(fd, cmd, param); in fcntl()431 libc_fcntl = dlsym(RTLD_NEXT, "fcntl"); in init()
34 "libc_fcntl.cpp",