Searched refs:safechown (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c16 * safechown changes the owner ship of src to uid. If the mode parameter
23 safechown(const char *src, uid_t uid, gid_t gid, int mode) function
104 if (safechown(argv[optind], uid, getgid(), mode)) {
105 perror("safechown");
/solaris-userland/components/krb5/
H A DMakefile134 $(CP) Solaris/safechown.c $(SOURCE_DIR)/src/lib/krb5/os; \

Completed in 37 milliseconds