HomeSort by: relevance | last modified time | path
    Searched defs:op_ftruncate (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/dd/
dd.h 51 int (*op_ftruncate)(int, off_t); member in struct:ddfops
64 #define ddop_ftruncate(dir, a1, a2) dir.ops->op_ftruncate(a1, a2)
dd.h 51 int (*op_ftruncate)(int, off_t); member in struct:ddfops
64 #define ddop_ftruncate(dir, a1, a2) dir.ops->op_ftruncate(a1, a2)

Completed in 23 milliseconds