Home
last modified time | relevance | path

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

/src/lib/libfigpar/
H A Dfigpar.c110 off_t charpos; in parse_config() local
269 if ((charpos = lseek(fd, 0, SEEK_CUR)) == -1) { in parse_config()
273 charpos--; in parse_config()
300 if (lseek(fd, charpos, SEEK_SET) == -1) { in parse_config()
351 if ((charpos = lseek(fd, 0, SEEK_CUR)) == -1) { in parse_config()
357 n = (uint32_t)(charpos - curpos); in parse_config()