Searched refs:ETCDIR (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | getpaths.c | 55 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 D | pathnames.h | 29 #define ETCDIR "/etc" macro 32 #define SSHDIR ETCDIR "/ssh"
|
/titanic_44/usr/src/cmd/lp/lib/printers/ |
H A D | delprinter.c | 135 if (!(path = makepath(ETCDIR, "ppd", ppdfile, (char *)0)))
|
H A D | putprinter.c | 561 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 D | lpsched-printers.c | 284 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 D | lp.h | 77 #define ETCDIR "/etc/lp" macro
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | exec.c | 656 path = makepath(ETCDIR, "ppd", tmpName, (char *)0); in exec() 1035 path = makepath(ETCDIR, "ppd", tmpName, (char *)0); in exec()
|