Searched refs:pxechn_parse_int (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/com32/modules/ |
D | pxechn.c | 568 int pxechn_parse_int(char *data, char istr[], int tlen) in pxechn_parse_int() function 678 iopt->len = pxechn_parse_int(iopt->data, pos, 1); in pxechn_parse_setopt() 681 iopt->len = pxechn_parse_int(iopt->data, pos, 4); in pxechn_parse_setopt() 684 iopt->len = pxechn_parse_int(iopt->data, pos, 8); in pxechn_parse_setopt() 695 iopt->len = pxechn_parse_int(iopt->data, pos, 2); in pxechn_parse_setopt()
|