Searched defs:_flbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dputfilter.c52 _FILTER _flbuf; local
67 _flbuf.name = Strdup(name);
68 _flbuf.command = (flbufp->command? Strdup(flbufp->command) : 0);
69 _flbuf.type = flbufp->type;
70 _flbuf.printer_types = sl_to_typel(flbufp->printer_types);
71 _flbuf.printers = duplist(flbufp->printers);
72 _flbuf.input_types = sl_to_typel(flbufp->input_types);
73 _flbuf.output_types = sl_to_typel(flbufp->output_types);
75 _flbuf.templates = 0;
76 else if (!(_flbuf
[all...]

Completed in 43 milliseconds