Home
last modified time | relevance | path

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

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