Home
last modified time | relevance | path

Searched refs:SPOOLDIR (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dgetpaths.c36 char Lp_Spooldir[] = SPOOLDIR;
37 char Lp_Admins[] = SPOOLDIR "/admins";
38 char Lp_FIFO[] = SPOOLDIR "/fifos/FIFO";
39 char Lp_Requests[] = SPOOLDIR "/requests";
40 char Lp_Schedlock[] = SPOOLDIR "/SCHEDLOCK";
41 char Lp_System[] = SPOOLDIR "/system";
42 char Lp_Temp[] = SPOOLDIR "/temp";
43 char Lp_Tmp[] = SPOOLDIR "/tmp";
/illumos-gate/usr/src/cmd/lp/model/
H A Dnetstandard51 : ${SPOOLDIR:=/usr/spool/lp}
52 : ${LOCALPATH:=${SPOOLDIR}/bin}
158 # ${SPOOLDIR}/.../printer request-id user title copies options files...
H A Dtsol_netstandard52 : ${SPOOLDIR:=/usr/spool/lp}
53 : ${LOCALPATH:=${SPOOLDIR}/bin}
181 # ${SPOOLDIR}/.../printer request-id user title copies options files...
H A Dtsol_netstandard_foomatic54 : ${SPOOLDIR:=/usr/spool/lp}
55 : ${LOCALPATH:=${SPOOLDIR}/bin}
183 # ${SPOOLDIR}/.../printer request-id user title copies options files...
H A Dstandard88 : ${SPOOLDIR:=/usr/spool/lp}
92 : ${LOCALPATH:=${SPOOLDIR}/bin}
329 # ${SPOOLDIR}/.../printer request-id user title copies options files...
H A Dtsol_standard87 : ${SPOOLDIR:=/usr/spool/lp}
91 : ${LOCALPATH:=${SPOOLDIR}/bin}
340 # ${SPOOLDIR}/.../printer request-id user title copies options files...
H A Dtsol_standard_foomatic90 : ${SPOOLDIR:=/usr/spool/lp}
94 : ${LOCALPATH:=${SPOOLDIR}/bin}
343 # ${SPOOLDIR}/.../printer request-id user title copies options files...
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h76 #define SPOOLDIR "/var/spool/lp" macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c901 if (*buf == '\0' || !strncmp(buf, SPOOLDIR, sizeof(SPOOLDIR)-1)) in GetRequestFiles()