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

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
fchown.c 1 /* $NetBSD: fchown.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
41 fchown(int fd, uid_t owner, gid_t group) function
  /src/external/gpl3/gdb/dist/gnulib/import/
fchown-stub.c 24 /* A trivial substitute for 'fchown'.
26 DJGPP 2.03 and earlier (and perhaps later) don't have 'fchown',
30 fchown (int fd, uid_t uid, gid_t gid) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fchown-stub.c 24 /* A trivial substitute for 'fchown'.
26 DJGPP 2.03 and earlier (and perhaps later) don't have 'fchown',
30 fchown (int fd, uid_t uid, gid_t gid) function
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 95 #define fchown(a,b,c) rump_sys_fchown(a,b,c) macro
  /src/lib/libc/time/
zic.c 148 # define fchown(fd, owner, group) ((fd) < 0 ? -1 : 0) macro
825 int r = fchown(fileno(stream), output_owner, output_group);

Completed in 31 milliseconds