Searched defs:systruncate (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/comp/
H A Domitted.c151 #define systruncate _truncate macro
153 #define systruncate truncate macro
850 if ((r = systruncate(path, offset)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
853 r = systruncate(buf, offset);

Completed in 14 milliseconds