Searched refs:chownmod (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | files.c | 77 (void) chownmod(file, uid, gid, 0600); in chfiles() 387 (void) chownmod(file, uid, gid, 0600); in _alloc_files() 415 (void) chownmod(file, uid, gid, 0600); in _alloc_files()
|
H A D | disp1.c | 115 (void) chownmod(path, Lp_Uid, Lp_Gid, 0644); in s_print_request() 282 (void) chownmod(path, Lp_Uid, in s_print_request() 472 (void) chownmod(path, Lp_Uid, Lp_Gid, 0644); in s_end_change_request() 498 (void) chownmod(path, Lp_Uid, Lp_Gid, 0644); in s_end_change_request()
|
H A D | lpfsck.c | 303 (void) chownmod(path, uid, gid, mode); in proto()
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | files.c | 68 chownmod(char *path, uid_t owner, gid_t group, mode_t mode) in chownmod() function
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | lp.h | 589 extern int chownmod(char *path, uid_t owner, gid_t group, mode_t mode);
|