Home
last modified time | relevance | path

Searched refs:Chmod (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c224 (void) Chmod(Lp_Tmp, 0711); in init_messages()
236 (void) Chmod(Lp_FIFO, 0666); in init_messages()
246 (void) Chmod(Lp_Tmp, 0700); in shutdown_messages()
247 (void) Chmod(Lp_FIFO, 0600); in shutdown_messages()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c72 rc = Chmod(path, mode); in chownmod()
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c80 static char *Chmod = "/bin/chmod"; variable
215 Chmod = val; in main()
739 docmd(opts, NULL, Chmod, mode, fname, NULL); in rotatelog()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h505 #define Chmod _Chmod macro