Home
last modified time | relevance | path

Searched refs:lp_uid (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/lp/
H A Dfiles.c230 static uid_t lp_uid; in chown_lppath() local
245 lp_uid = ppw->pw_uid; in chown_lppath()
249 return (Chown(path, lp_uid, lp_gid)); in chown_lppath()
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c734 static int lp_uid = -1; local
770 if (lp_uid == -1) {
775 lp_uid = ppw->pw_uid;
777 lp_uid = 0;
780 if ((statbuf.st_uid && statbuf.st_uid != lp_uid)