Home
last modified time | relevance | path

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

/external/syslinux/com32/menu/
Drefstr.c26 char *refstr_alloc(size_t len) in refstr_alloc() function
45 r = refstr_alloc(len); in refstrndup()
60 r = refstr_alloc(len); in refstrdup()
76 *bufp = p = refstr_alloc(len); in vrsprintf()
Dreadconfig.c117 r = q = refstr_alloc(strlen(str) - carets); in strip_caret()
154 *word = q = refstr_alloc(p - str); in get_word()
1151 lstr = refstr_alloc(len); in parse_configs()
/external/syslinux/com32/elflink/ldlinux/
Drefstr.c27 char *refstr_alloc(size_t len) in refstr_alloc() function
46 r = refstr_alloc(len); in refstrndup()
61 r = refstr_alloc(len); in refstrdup()
77 *bufp = p = refstr_alloc(len); in vrsprintf()
Dreadconfig.c162 r = q = refstr_alloc(strlen(str) - carets); in strip_caret()
1551 lstr = refstr_alloc(len); in parse_configs()
/external/syslinux/com32/include/
Drefstr.h34 char *refstr_alloc(size_t);