Searched refs:setfile (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/file_cmds-242/cp/
H A Dextern.h51 int setfile(struct stat *, int);
H A Dutils.c269 /* do these before setfile in case copyfile changes mtime */
274 if (pflag && setfile(fs, to_fd))
277 /* If this ACL denies writeattr then setfile will fail... */
282 if (pflag && setfile(fs, to_fd))
320 return (pflag ? setfile(p->fts_statp, -1) : 0);
334 return (pflag ? setfile(from_stat, -1) : 0);
348 return (pflag ? setfile(from_stat, -1) : 0);
352 setfile(struct stat *fs, int fd) function
H A Dcp.c418 if (setfile(curr->fts_statp, -1))
421 /* setfile will fail if writeattr is denied */
/macosx-10.10/mail_cmds-30/mail/
H A Dmain.c307 if (setfile(ef) <= 0)
322 if (setfile(ef) < 0)
H A Dextern.h229 int setfile(char *);
H A Dlex.c72 setfile(name) function
H A Dcmd3.c660 if (setfile(*argv) < 0)
/macosx-10.10/file_cmds-242/compress/
H A Dcompress.c65 void setfile(const char *, struct stat *);
265 setfile(out, &isb);
353 setfile(out, &sb);
381 setfile(const char *name, struct stat *fs) function

Completed in 177 milliseconds