Searched refs:Lp_A_Forms (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/forms/ |
H A D | delform.c | 66 while ((name = next_dir(Lp_A_Forms, &lastdir))) 103 delalert (Lp_A_Forms, name);
|
H A D | getform.c | 69 if (!(name = next_dir(Lp_A_Forms, &lastdir))) in getform() 100 FALERT * pa = getalert(Lp_A_Forms, name); in getform()
|
H A D | putform.c | 112 && putalert(Lp_A_Forms, name, alertp) == -1 in putform()
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | getpaths.c | 58 char Lp_A_Forms[] = ETCDIR "/forms"; variable 158 path = makepath(Lp_A_Forms, name, component, NULL); in getformfile()
|
/titanic_44/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 51 return (chgaccess(0, user_list, form, Lp_A_Forms, "")); in deny_user_form() 61 return (chgaccess(1, user_list, form, Lp_A_Forms, "")); in allow_user_form()
|
H A D | allowed.c | 111 if (loadaccess(Lp_A_Forms, form, "", &allow, &deny) == -1)
|
H A D | loadaccess.c | 51 return (loadaccess(Lp_A_Forms, form, "", pallow, pdeny)); in load_userform_access()
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpfsck.c | 78 proto (D, 1, Lp_A_Forms, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
|
H A D | alerts.c | 123 formPath = makepath(Lp_A_Forms, fp->form->name, in alert()
|
H A D | exec.c | 1072 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Forms, in exec() 1085 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_Forms, in exec()
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | lp.h | 368 Lp_A_Forms[],
|