Home
last modified time | relevance | path

Searched refs:refstr_put (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/menu/
Dreadconfig.c242 refstr_put(ld->label); in clear_label_data()
243 refstr_put(ld->kernel); in clear_label_data()
244 refstr_put(ld->append); in clear_label_data()
245 refstr_put(ld->initrd); in clear_label_data()
246 refstr_put(ld->menulabel); in clear_label_data()
247 refstr_put(ld->passwd); in clear_label_data()
350 refstr_put(me->displayname); in record()
355 refstr_put(me->displayname); in record()
361 refstr_put(me->label); in record()
363 refstr_put(me->passwd); in record()
[all …]
Drefstr.c95 void refstr_put(const char *r) in refstr_put() function
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c271 refstr_put(ld->label); in clear_label_data()
272 refstr_put(ld->kernel); in clear_label_data()
273 refstr_put(ld->append); in clear_label_data()
274 refstr_put(ld->initrd); in clear_label_data()
275 refstr_put(ld->menulabel); in clear_label_data()
276 refstr_put(ld->passwd); in clear_label_data()
379 refstr_put(me->displayname); in record()
384 refstr_put(me->displayname); in record()
390 refstr_put(me->label); in record()
392 refstr_put(me->passwd); in record()
[all …]
Drefstr.c96 void refstr_put(const char *r) in refstr_put() function
/external/syslinux/com32/include/
Drefstr.h33 void refstr_put(const char *);