Searched refs:real_fcntl (Results 1 – 2 of 2) sorted by relevance
52 static int (*real_fcntl)(int, int, ...); variable66 real_fcntl = dlsym(RTLD_NEXT, "fcntl"); in init_fallbacks()101 return real_fcntl(fd, cmd, arg); in fcntl()
550 int ret = real_fcntl(fd, cmd, arg); in fcntl()