Home
last modified time | relevance | path

Searched refs:ETCDIR (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/lp/lib/lp/
H A Dgetpaths.c55 char Lp_A[] = ETCDIR;
56 char Lp_Users[] = ETCDIR "/users";
57 char Lp_A_Classes[] = ETCDIR "/classes";
58 char Lp_A_Forms[] = ETCDIR "/forms";
59 char Lp_A_Interfaces[] = ETCDIR "/interfaces";
60 char Lp_A_Printers[] = ETCDIR "/printers";
61 char Lp_A_PrintWheels[] = ETCDIR "/pwheels";
62 char Lp_A_Systems[] = ETCDIR "/systems";
63 char Lp_A_Filters[] = ETCDIR "/filter.table";
64 char Lp_Default[] = ETCDIR "/default";
[all …]
/titanic_44/usr/src/cmd/ssh/include/
H A Dpathnames.h29 #define ETCDIR "/etc" macro
32 #define SSHDIR ETCDIR "/ssh"
/titanic_44/usr/src/cmd/lp/lib/printers/
H A Ddelprinter.c135 if (!(path = makepath(ETCDIR, "ppd", ppdfile, (char *)0)))
H A Dputprinter.c561 if (!(path = makepath(ETCDIR, "ppd", buf, (char *)0))) in addPrintersPPD()
627 if (!(path = makepath(ETCDIR, "ppd", buf, (char *)0))) in addPrintersPPD()
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c284 sysname.nodename, ETCDIR, tmp->name); in lpsched_printer_configuration_to_attributes()
295 snprintf(buf, sizeof (buf), "%s/ppd/%s.ppd", ETCDIR, tmp->name); in lpsched_printer_configuration_to_attributes()
/titanic_44/usr/src/cmd/lp/include/
H A Dlp.h77 #define ETCDIR "/etc/lp" macro
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c656 path = makepath(ETCDIR, "ppd", tmpName, (char *)0); in exec()
1035 path = makepath(ETCDIR, "ppd", tmpName, (char *)0); in exec()