Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c75 (void) chownmod(file, uid, gid, 0600); in chfiles()
385 (void) chownmod(file, uid, gid, 0600); in _alloc_files()
413 (void) chownmod(file, uid, gid, 0600); in _alloc_files()
H A Ddisp1.c116 (void) chownmod(path, Lp_Uid, Lp_Gid, 0644); in s_print_request()
283 (void) chownmod(path, Lp_Uid, in s_print_request()
473 (void) chownmod(path, Lp_Uid, Lp_Gid, 0644); in s_end_change_request()
499 (void) chownmod(path, Lp_Uid, Lp_Gid, 0644); in s_end_change_request()
H A Dlpfsck.c301 (void) chownmod(path, uid, gid, mode); in proto()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c67 chownmod(char *path, uid_t owner, gid_t group, mode_t mode) in chownmod() function
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h591 extern int chownmod(char *, uid_t, gid_t, mode_t);