HomeSort by relevance Sort by last modified time
    Searched refs:op_fcntl (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c 45 .op_fcntl = fcntl,
dd.h 46 int (*op_fcntl)(int, int, ...); member in struct:ddfops
65 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
dd.c 97 .op_fcntl = fcntl,
322 newfd = io->ops->op_fcntl(fd, F_DUPFD, 3);

Completed in 193 milliseconds