Searched refs:SPOOLDIR (Results 1 – 9 of 9) sorted by relevance
38 char Lp_Spooldir[] = SPOOLDIR;39 char Lp_Admins[] = SPOOLDIR "/admins";40 char Lp_FIFO[] = SPOOLDIR "/fifos/FIFO";41 char Lp_Requests[] = SPOOLDIR "/requests";42 char Lp_Schedlock[] = SPOOLDIR "/SCHEDLOCK";43 char Lp_System[] = SPOOLDIR "/system";44 char Lp_Temp[] = SPOOLDIR "/temp";45 char Lp_Tmp[] = SPOOLDIR "/tmp";
52 : ${SPOOLDIR:=/usr/spool/lp}53 : ${LOCALPATH:=${SPOOLDIR}/bin}159 # ${SPOOLDIR}/.../printer request-id user title copies options files...
53 : ${SPOOLDIR:=/usr/spool/lp}54 : ${LOCALPATH:=${SPOOLDIR}/bin}182 # ${SPOOLDIR}/.../printer request-id user title copies options files...
54 : ${SPOOLDIR:=/usr/spool/lp}55 : ${LOCALPATH:=${SPOOLDIR}/bin}183 # ${SPOOLDIR}/.../printer request-id user title copies options files...
88 : ${SPOOLDIR:=/usr/spool/lp}92 : ${LOCALPATH:=${SPOOLDIR}/bin}329 # ${SPOOLDIR}/.../printer request-id user title copies options files...
88 : ${SPOOLDIR:=/usr/spool/lp}92 : ${LOCALPATH:=${SPOOLDIR}/bin}341 # ${SPOOLDIR}/.../printer request-id user title copies options files...
90 : ${SPOOLDIR:=/usr/spool/lp}94 : ${LOCALPATH:=${SPOOLDIR}/bin}343 # ${SPOOLDIR}/.../printer request-id user title copies options files...
78 #define SPOOLDIR "/var/spool/lp" macro
901 if (*buf == NULL || !strncmp(buf, SPOOLDIR, sizeof(SPOOLDIR)-1)) in GetRequestFiles()