Searched refs:Free (Results 1 - 25 of 175) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dfreerequest.c57 Free (reqbufp->destination);
61 Free (reqbufp->form);
63 Free (reqbufp->alert);
65 Free (reqbufp->options);
67 Free (reqbufp->pages);
69 Free (reqbufp->charset);
71 Free (reqbufp->modes);
73 Free (reqbufp->title);
75 Free (reqbufp->input_type);
77 Free (reqbuf
[all...]
H A Danyrequests.c68 Free (subdir);
72 Free (subdir);
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dfreeform.c52 Free (pf->chset);
54 Free (pf->rcolor);
56 Free (pf->comment);
58 Free (pf->conttype);
60 Free (pf->name);
H A Dputform.c76 Free (path);
81 Free (path);
84 Free (path);
94 Free (path);
97 Free (path);
131 Free (path);
144 Free(path);
H A Ddelform.c93 Free (path); \
96 Free (path)
108 Free (path);
111 Free (path);
H A Dgetform.c83 Free (path);
86 Free (path);
145 Free (path);
149 Free (path);
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfreelist.c52 Free (*pp);
53 Free ((char *)list);
H A Ddellist.c63 Free (*pl);
67 Free ((char *)*plist);
H A Dduplist.c66 Free (dst[n]);
67 Free ((char *)dst);
H A Dalerts.c120 Free (path);
123 Free (path);
133 Free (path);
136 Free (path);
156 Free (path);
159 Free (path);
251 Free (path);
254 Free (path);
293 Free (path);
296 Free (pat
[all...]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dfiltertable.c54 Free (file);
57 Free (file);
82 Free (file);
H A Dfreefilter.c53 Free (pt->name);
54 Free ((char *)typel);
73 Free (pt->keyword);
75 Free (pt->pattern);
77 Free (pt->re);
79 Free (pt->result);
81 Free ((char *)templ);
99 Free (pf->name);
101 Free (pf->command);
124 Free (p
[all...]
H A Dtrash.c45 Free ((char *)filters);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dfreeprinter.c53 Free (pp->name);
61 Free (pp->device);
63 Free (pp->dial_info);
65 Free (pp->fault_rec);
67 Free (pp->interface);
69 Free (pp->printer_type);
71 Free (pp->remote);
73 Free (pp->speed);
75 Free (pp->stty);
77 Free (p
[all...]
H A Ddelprinter.c108 Free (path); \
111 Free (path)
126 Free (path);
129 Free (path);
141 Free(path);
144 Free(path);
150 Free (path);
153 Free (path);
H A Dprintwheels.c141 Free (path);
146 Free (path);
149 Free (path);
219 Free (path);
222 Free (path);
243 Free (ppw->name);
245 Free (ppw->alert.shcmd);
246 Free (ppw);
H A Dgetpentry.c101 Free(name);
106 Free(path);
116 Free(name);
121 Free(path);
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dfiles.c74 Free(parent);
79 Free(parent);
84 Free (f);
85 Free (parent);
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Dfreeclass.c56 Free (clsbufp->name);
58 Free(clsbufp);
H A Dgetclass.c84 Free (file);
87 Free (file);
92 Free (clsp);
108 Free (clsp->name);
109 Free (clsp);
117 Free (clsp->name);
118 Free (clsp);
H A Ddelclass.c83 Free (path);
86 Free (path);
H A Dputclass.c70 Free (file);
73 Free (file);
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmdisconnect.c83 Free(md->on_discon);
87 Free(md->file);
94 Free(p->dat->buf);
95 Free(p->dat);
96 Free(p);
99 Free(md);
125 Free (msgbuf);
137 Free (md->file);
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.h46 extern void Free(void *);
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c106 Free(oid);
147 Free(set);
159 /* Free partially allocated set on error */
162 Free(set->elements[i].elements);
163 Free(set->elements);
164 Free(set);
195 Free(set);
210 Free(set->elements[i].elements);
211 Free(set->elements);
212 Free(se
[all...]

Completed in 86 milliseconds

1234567