Searched refs:_haiku_build_fchmod (Results 1 – 4 of 4) sorted by relevance
85 int _haiku_build_fchmod(int fd, mode_t mode);128 # define fchmod(fd, mode) _haiku_build_fchmod(fd, mode)
13 int _haiku_build_fchmod(int fd, mode_t mode);
20 return _haiku_build_fchmod(fd, mode); in fchmod()
1207 _haiku_build_fchmod(int fd, mode_t mode) in _haiku_build_fchmod() function