Home
last modified time | relevance | path

Searched refs:systruncate (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/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)) in truncate()
853 r = systruncate(buf, offset); in truncate()