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

/ast/src/lib/libast/comp/
H A Domitted.c146 #define sysstat _stat macro
148 #define sysstat stat macro
487 if (!sysstat(buf, &st))
492 if (path != (const char*)buf && sysstat(path, &st))
830 if ((r = sysstat(path, st)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
833 r = sysstat(buf, st);
1027 if (sysstat(path, &fs) || (fs.st_mode & S_IWUSR) || syschmod(path, (fs.st_mode | S_IWUSR) & S_IPERM))

Completed in 13 milliseconds