Searched refs:op_fcntl (Results 1 – 3 of 3) sorted by relevance
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.h | 46 int (*op_fcntl)(int, int, ...); member 65 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
|
D | dd_hostops.c | 45 .op_fcntl = fcntl,
|
D | dd.c | 97 .op_fcntl = fcntl, 322 newfd = io->ops->op_fcntl(fd, F_DUPFD, 3); in redup_clean_fd()
|