Searched refs:_chmod (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 69 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 D | chmod.c | 40 #pragma weak _chmod = chmod macro
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | omitted | 45 if (_chmod("foo", 0755))
|
/titanic_50/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 80 _chmod;
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2222 _chmod;
|