Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Domitted.c100 #define syschmod _chmod macro
102 #define syschmod chmod macro
313 if ((r = syschmod(path, mode)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0)) in chmod()
316 return syschmod(buf, mode); in chmod()
318 if (!(r = syschmod(path, mode)) && in chmod()
1027 …if (sysstat(path, &fs) || (fs.st_mode & S_IWUSR) || syschmod(path, (fs.st_mode | S_IWUSR) & S_IPER… in ctime_now()
1039 syschmod(path, fs.st_mode & S_IPERM); in ctime_now()