Home
last modified time | relevance | path

Searched refs:LPU_MODE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/users/
H A Dusermgmt.c60 if ((fd = open_locked(Lp_Users, "w", LPU_MODE)) < 0) in putuser()
111 if ((fd = open_locked(Lp_Users, "w", LPU_MODE)) < 0) in deluser()
/titanic_50/usr/src/cmd/lp/include/
H A Dusers.h55 #define LPU_MODE 0644 macro
/titanic_50/usr/src/cmd/lp/cmd/
H A Dlpusers.c185 if ((fd = open_locked(PRIORITY, "w", LPU_MODE)) < 0) { in main()