Home | History | Annotate | Download | only in lpc

Lines Matching refs:SD

192 	(void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST);
291 /* XXX depends on SD being non nul */
293 for (lp = line, cp = SD; (size_t)(lp - line) < sizeof(line) &&
299 nitems = scandir(SD, &queue, doselect, sortq);
519 SD = cgetstr(bp, "sd", &cp) == -1 ? _PATH_DEFSPOOL : cp;
522 (void)snprintf(line, sizeof(line), "%s/%s", SD, LO);
558 (void)snprintf(line, sizeof(line), "%s/%s", SD, ST);
746 if ((dirp = opendir(SD)) == NULL) {
770 (void)snprintf(line, sizeof(line), "%s/%s", SD, ST);
881 if (chdir(SD) < 0) {
882 printf("\tcannot chdir to %s\n", SD);