Searched refs:meta_data_file (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dpapi_impl.h75 char *meta_data_file; member in struct:__anon815
H A Djob.c868 s->meta_data_file = strdup(lpfile);
914 if (s->meta_data_file != NULL) {
915 status = lpsched_commit_job(svc, s->meta_data_file, &tmp);
917 unlink(s->meta_data_file);
926 free(s->meta_data_file);

Completed in 60 milliseconds