Searched refs:op_ftruncate (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/bin/dd/
H A Ddd_hostops.c49 .op_ftruncate = ftruncate,
H A Ddd_rumpops.c48 .op_ftruncate = rump_sys_ftruncate,
H A Ddd.h51 int (*op_ftruncate)(int, off_t); member in struct:ddfops
64 #define ddop_ftruncate(dir, a1, a2) dir.ops->op_ftruncate(a1, a2)
H A Ddd.c107 .op_ftruncate = ftruncate,

Completed in 142 milliseconds