Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/comp/
H A Domitted.c69 extern int _chmod(const char*, mode_t);
228 if ((r = _chmod(path, mode)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0)) in chmod()
231 return _chmod(buf, mode); in chmod()
233 if (!(r = _chmod(path, mode)) && in chmod()
944 if (_stat(path, &fs) || (fs.st_mode & S_IWUSR) || _chmod(path, (fs.st_mode | S_IWUSR) & S_IPERM)) in ctime_now()
956 _chmod(path, fs.st_mode & S_IPERM); in ctime_now()
/titanic_50/usr/src/lib/libc/port/sys/
H A Dchmod.c40 #pragma weak _chmod = chmod macro
/titanic_50/usr/src/lib/libast/common/features/
H A Domitted45 if (_chmod("foo", 0755))
/titanic_50/usr/src/lib/libsys/common/
H A Dmapfile-vers80 _chmod;
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2222 _chmod;