Home
last modified time | relevance | path

Searched refs:LPUSER (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.h90 #if defined(LPUSER)
H A Dchkopts.c769 if (!(ppw = getpwnam(LPUSER)))
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dgetform.c119 || STREQU(getname(), LPUSER) /* we be lp */ in getform()
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Ddelprinter.c69 getadminpaths (LPUSER);
H A Dgetprinter.c318 || STREQU(getname(), LPUSER) /* we be lp */ in getprinter()
H A Dputprinter.c127 getadminpaths (LPUSER); in putprinter()
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dusermgmt.c70 if (STREQU(user, "root") || STREQU(user, LPUSER)) in getuser()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h81 #define LPUSER "lp" macro
87 #define LOCAL_LPUSER BANG_S LPUSER
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c239 if (!(ppw = getpwnam(LPUSER))) in chown_lppath()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c182 if ((p = getpwnam(LPUSER)) == NULL) in startup()