Searched refs:entity_buf (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/fs/pxe/
H A Dhttp_readdir.c328 char entity_buf[16]; member in struct:entity_state
340 st->ep = st->entity_buf;
348 if (st->entity_buf[0] == '#') {
349 if ((st->entity_buf[1] | 0x20)== 'x') {
350 ucs = strtoul(st->entity_buf + 2, NULL, 16);
352 ucs = strtoul(st->entity_buf + 1, NULL, 10);
356 if (!strcmp(st->entity_buf, ent->entity))
378 } else if (st->ep < st->entity_buf + sizeof st->entity_buf - 1) {

Completed in 108 milliseconds