Home | History | Annotate | Download | only in lib

Lines Matching defs:pathname

141     char *pathname;
440 _job_queue[index].pathname = ptr;
1084 jq->pathname);
1734 const char *mime_type, const char *pathname, wprint_status_cb_t cb_fn,
1754 if (OK == stat(pathname, &stat_buf)) {
1804 strncpy(jq->pathname, pathname, MAX_PATHNAME_LENGTH);
1845 // if the pathname is a directory, then this is a multi-page job with individual pages
1971 // assume empty or complete pathname and use it as it is
1974 // generate a complete pathname
1975 snprintf(page.filename, MAX_PATHNAME_LENGTH, "%s/%s", jq->pathname, filename);