Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_args.c495 int tailing_wordlen = 0; in _readfile() local
497 for (; *cp && *cp != ' ' && *cp != '\t'; cp--, tailing_wordlen++) in _readfile()
499 if (tailing_wordlen) in _readfile()
501 lseek(fd, -tailing_wordlen, SEEK_CUR); in _readfile()
502 readlen -= tailing_wordlen; in _readfile()

Completed in 8 milliseconds