Searched defs:chown_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c47 static void chown_file(const char *file, const char *group, const char *owner);
99 chown_file(const char *file, const char *group, const char *owner) function
120 (void) fprintf(stderr, "install:chown_file: failed "
232 chown_file(dest_file, group, owner);

Completed in 55 milliseconds