HomeSort by: relevance | last modified time | path
    Searched defs:fchmod (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h 91 #define fchmod( _x, _y ) macro
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
fsif.h 157 struct fsif_chmod_request fchmod; member in union:fsif_request::__anon6603
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h 429 int fchmod(int fd, int perms) { function in namespace:detail::__anon3639
489 using ::fchmod;
  /src/lib/libc/time/
zic.c 791 # define fchmod(fd, mode) 0 macro
829 return output_mode == no_mode ? 0 : fchmod(fileno(stream), output_mode);
916 security races before the fchmod at the end. */
942 fchmod later, even if -m was not used. */

Completed in 33 milliseconds