Searched refs:tmpdll (Results 1 – 1 of 1) sorted by relevance
842 DLLENT *dllent, *tmpdll; in hdl_load() local886 for(tmpdll = hdl_dll; tmpdll; tmpdll = tmpdll->dllnext) in hdl_load()891 dllent->name, tmpdll->name); in hdl_load()975 DLLENT **dllent, *tmpdll; in hdl_dele() local1033 tmpdll = *dllent; in hdl_dele()1038 for(hnd = tmpdll->hndent; hnd;) in hdl_dele()1062 free(tmpdll->name); in hdl_dele()1063 free(tmpdll); in hdl_dele()1066 for(tmpdll = hdl_dll; tmpdll; tmpdll = tmpdll->dllnext) in hdl_dele()1071 for(tmpdll = hdl_dll; tmpdll; tmpdll = tmpdll->dllnext) in hdl_dele()[all …]