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

/external/syslinux/com32/elflink/ldlinux/
H A Drefstr.c27 char *refstr_alloc(size_t len) function
46 r = refstr_alloc(len);
61 r = refstr_alloc(len);
77 *bufp = p = refstr_alloc(len);
/external/syslinux/com32/menu/
H A Drefstr.c26 char *refstr_alloc(size_t len) function
45 r = refstr_alloc(len);
60 r = refstr_alloc(len);
76 *bufp = p = refstr_alloc(len);

Completed in 71 milliseconds