Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c77 (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 Ddisp1.c115 (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 Dlpfsck.c303 (void) chownmod(path, uid, gid, mode); in proto()
/titanic_44/usr/src/cmd/lp/lib/lp/
H A Dfiles.c68 chownmod(char *path, uid_t owner, gid_t group, mode_t mode) in chownmod() function
/titanic_44/usr/src/cmd/lp/include/
H A Dlp.h589 extern int chownmod(char *path, uid_t owner, gid_t group, mode_t mode);