Home
last modified time | relevance | path

Searched refs:LP_SD (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/lpd/
H A Dlp.c286 len = strlcpy(path, LP_SD(lp), sizeof(path)); in lp_readqueue()
289 __func__, LP_SD(lp)); in lp_readqueue()
404 r = snprintf(dst, sz, "%s/%s", LP_SD(lp), fname); in fullpath()
829 path[strlen(LP_SD(lp)) + 1] = 'c'; in lp_create()
835 path[strlen(LP_SD(lp)) + 1] = 't'; in lp_create()
859 ipath[strlen(LP_SD(lp)) + 1] = 't'; in lp_commit()
860 opath[strlen(LP_SD(lp)) + 1] = 'c'; in lp_commit()
921 if (statfs(LP_SD(lp), &st) == -1) in checksize()
H A Dlp.h58 #define LP_SD(p) (((p)->lp_sd) ? ((p)->lp_sd) : DEFAULT_SD) macro