Home
last modified time | relevance | path

Searched refs:Chown (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c71 if ((rc = Chown(path, owner, group)) == 0) in chownmod()
248 return (Chown(path, lp_uid, lp_gid)); in chown_lppath()
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c81 static char *Chown = "/bin/chown"; variable
217 Chown = val; in main()
738 docmd(opts, NULL, Chown, owner, fname, NULL); in rotatelog()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c942 (void)Chown (printer->alert->msgfile, procuid, procgid); in exec()
953 (void)Chown (pwheel->alert->msgfile, procuid, procgid); in exec()
964 (void)Chown (form->alert->msgfile, procuid, procgid); in exec()
H A Ddisp1.c391 (void) Chown(path, md->uid, rp->secure->gid); in s_start_change_request()
420 (void) Chown(path, md->uid, rp->secure->gid); in s_start_change_request()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h506 #define Chown _Chown macro