Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c227 (void) Chmod(Lp_Tmp, 0711); in init_messages()
239 (void) Chmod(Lp_FIFO, 0666); in init_messages()
249 (void) Chmod(Lp_Tmp, 0700); in shutdown_messages()
250 (void) Chmod(Lp_FIFO, 0600); in shutdown_messages()
/titanic_44/usr/src/cmd/lp/lib/lp/
H A Dfiles.c73 rc = Chmod(path, mode); in chownmod()
/titanic_44/usr/src/cmd/logadm/
H A Dmain.c78 static char *Chmod = "/bin/chmod"; variable
211 Chmod = val; in main()
734 docmd(opts, NULL, Chmod, mode, fname, NULL); in rotatelog()
/titanic_44/usr/src/cmd/lp/include/
H A Dlp.h503 #define Chmod _Chmod macro