server.c | 73 static int fchtogm(int, char *, time_t, char *, char *, mode_t); 840 if (fchtogm(-1, target, mtime, owner, group, mode) == 0) 965 if (fchtogm(f, new, mtime, owner, group, mode) < 0) { 1076 fchtogm(int fd, char *file, time_t mtime, char *owner, char *group, __mode_t mode) function in typeref:typename:int
|