Searched refs:Chown (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | files.c | 72 if ((rc = Chown(path, owner, group)) == 0) in chownmod() 249 return (Chown(path, lp_uid, lp_gid)); in chown_lppath()
|
/titanic_44/usr/src/cmd/logadm/ |
H A D | main.c | 79 static char *Chown = "/bin/chown"; variable 213 Chown = val; in main() 733 docmd(opts, NULL, Chown, owner, fname, NULL); in rotatelog()
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | exec.c | 1048 (void)Chown (printer->alert->msgfile, procuid, procgid); in exec() 1059 (void)Chown (pwheel->alert->msgfile, procuid, procgid); in exec() 1070 (void)Chown (form->alert->msgfile, procuid, procgid); in exec()
|
H A D | disp1.c | 390 (void) Chown(path, md->uid, rp->secure->gid); in s_start_change_request() 419 (void) Chown(path, md->uid, rp->secure->gid); in s_start_change_request()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | lp.h | 504 #define Chown _Chown macro
|