Searched refs:Lp_A_PrintWheels (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/lp/lib/printers/ |
H A D | printwheels.c | 73 if (!(name = next_dir(Lp_A_PrintWheels, &lastdir))) 81 if (!(pa = getalert(Lp_A_PrintWheels, name))) { 137 if (!(path = makepath(Lp_A_PrintWheels, name, (char *)0))) 154 if (putalert(Lp_A_PrintWheels, name, &(pwheelp->alert)) == -1) 190 while ((name = next_dir(Lp_A_PrintWheels, &lastdir))) 214 if (delalert(Lp_A_PrintWheels, name) == -1) 216 if (!(path = makepath(Lp_A_PrintWheels, name, (char *)0)))
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | getpaths.c | 61 char Lp_A_PrintWheels[] = ETCDIR "/pwheels"; variable
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpfsck.c | 81 proto (D, 1, Lp_A_PrintWheels, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
|
H A D | exec.c | 1061 av[ac++] = arg_string(TRUSTED, "%s/%s/%s", Lp_A_PrintWheels, in exec()
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 372 Lp_A_PrintWheels[],
|