Searched refs:TestFree (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DVideo.c84 TestFree (ptr->vp_identifier);
85 TestFree (ptr->vp_comment);
270 TestFree (ptr->va_identifier);
271 TestFree (ptr->va_vendor);
272 TestFree (ptr->va_board);
273 TestFree (ptr->va_busid);
274 TestFree (ptr->va_driver);
275 TestFree (ptr->va_fwdref);
276 TestFree (ptr->va_comment);
H A DFiles.c238 TestFree (p->file_logfile);
239 TestFree (p->file_modulepath);
240 TestFree (p->file_fontpath);
241 TestFree (p->file_comment);
242 TestFree (p->file_xkbdir);
H A DVendor.c223 TestFree (p->vnd_identifier);
224 TestFree (p->vnd_comment);
236 TestFree (ptr->vs_identifier);
237 TestFree (ptr->vs_name);
238 TestFree (ptr->vs_comment);
H A DDevice.c343 TestFree (ptr->dev_identifier);
344 TestFree (ptr->dev_vendor);
345 TestFree (ptr->dev_board);
346 TestFree (ptr->dev_chipset);
347 TestFree (ptr->dev_card);
348 TestFree (ptr->dev_driver);
349 TestFree (ptr->dev_ramdac);
350 TestFree (ptr->dev_clockchip);
351 TestFree (ptr->dev_comment);
H A DInput.c162 TestFree (ptr->inp_identifier);
163 TestFree (ptr->inp_driver);
164 TestFree (ptr->inp_comment);
H A DModule.c262 TestFree (lptr->load_name);
263 TestFree (lptr->load_comment);
271 TestFree (lptr->load_name);
272 TestFree (lptr->load_comment);
277 TestFree (ptr->mod_comment);
H A DFlags.c228 TestFree(flags->flg_comment);
257 TestFree (opt->opt_name);
258 TestFree (opt->opt_val);
259 TestFree (opt->opt_comment);
471 TestFree(option->opt_val);
472 TestFree(option->opt_comment);
H A DLayout.c396 TestFree (ptr->adj_screen_str);
397 TestFree (ptr->adj_top_str);
398 TestFree (ptr->adj_bottom_str);
399 TestFree (ptr->adj_left_str);
400 TestFree (ptr->adj_right_str);
416 TestFree (ptr->iref_inputdev_str);
432 TestFree (ptr->lay_identifier);
433 TestFree (ptr->lay_comment);
H A DConfigint.h96 #define TestFree(a) if (a) { free (a); a = NULL; } macro
H A DDRI.c121 TestFree (ptr->dri_comment);
H A DExtensions.c109 TestFree (ptr->extensions_comment);
H A DScreen.c450 TestFree (ptr->scrn_identifier);
451 TestFree (ptr->scrn_monitor_str);
452 TestFree (ptr->scrn_device_str);
453 TestFree (ptr->scrn_comment);
470 TestFree (ptr->al_adaptor_str);
499 TestFree (ptr->mode_name);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DVideo.c79 TestFree(ptr->vp_identifier);
80 TestFree(ptr->vp_comment);
262 TestFree(ptr->va_identifier);
263 TestFree(ptr->va_vendor);
264 TestFree(ptr->va_board);
265 TestFree(ptr->va_busid);
266 TestFree(ptr->va_driver);
267 TestFree(ptr->va_fwdref);
268 TestFree(ptr->va_comment);
H A DFiles.c223 TestFree(p->file_logfile);
224 TestFree(p->file_modulepath);
225 TestFree(p->file_fontpath);
226 TestFree(p->file_comment);
227 TestFree(p->file_xkbdir);
H A DVendor.c77 TestFree(ptr->vs_identifier);
78 TestFree(ptr->vs_name);
79 TestFree(ptr->vs_comment);
233 TestFree(p->vnd_identifier);
234 TestFree(p->vnd_comment);
H A DDevice.c325 TestFree(ptr->dev_identifier);
326 TestFree(ptr->dev_vendor);
327 TestFree(ptr->dev_board);
328 TestFree(ptr->dev_chipset);
329 TestFree(ptr->dev_card);
330 TestFree(ptr->dev_driver);
331 TestFree(ptr->dev_ramdac);
332 TestFree(ptr->dev_clockchip);
333 TestFree(ptr->dev_comment);
H A DInput.c155 TestFree(ptr->inp_identifier);
156 TestFree(ptr->inp_driver);
157 TestFree(ptr->inp_comment);
H A DOutputClass.c54 TestFree(ptr->identifier);
55 TestFree(ptr->comment);
56 TestFree(ptr->driver);
57 TestFree(ptr->modulepath);
H A DModule.c258 TestFree(lptr->load_name);
259 TestFree(lptr->load_comment);
266 TestFree(lptr->load_name);
267 TestFree(lptr->load_comment);
272 TestFree(ptr->mod_comment);
H A DFlags.c224 TestFree(flags->flg_comment);
251 TestFree(opt->opt_name);
252 TestFree(opt->opt_val);
253 TestFree(opt->opt_comment);
467 TestFree(option->opt_val);
468 TestFree(option->opt_comment);
H A DLayout.c388 TestFree(ptr->adj_screen_str);
389 TestFree(ptr->adj_top_str);
390 TestFree(ptr->adj_bottom_str);
391 TestFree(ptr->adj_left_str);
392 TestFree(ptr->adj_right_str);
407 TestFree(ptr->iref_inputdev_str);
422 TestFree(ptr->lay_identifier);
423 TestFree(ptr->lay_comment);
H A DConfigint.h95 #define TestFree(a) if (a) { free ((void *) a); a = NULL; } macro
H A DExtensions.c111 TestFree(ptr->extensions_comment);
H A DDRI.c122 TestFree(ptr->dri_comment);
H A DScreen.c85 TestFree(ptr->mode_name);
473 TestFree(ptr->al_adaptor_str);
486 TestFree(ptr->scrn_identifier);
487 TestFree(ptr->scrn_monitor_str);
488 TestFree(ptr->scrn_device_str);
490 TestFree(ptr->scrn_gpu_device_str[i]);
491 TestFree(ptr->scrn_comment);

Completed in 15 milliseconds

12